For the complete documentation index, see llms.txt. This page is also available as Markdown.

Item fee search

Searching itemFees by product ID

post

Search itemFees by product ID.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

the tenant to work on.

Example: testtenant
Body

Search ItemFee request body.

productIdstringRequired
siteCodesstring[]Required
pageNumberintegerOptionalDefault: 1
pageSizeintegerOptionalDefault: 16
Responses
200Success
application/json
idstringOptional

Unique identifier of the item fee.

siteCodestringRequired

The SiteCode this fee belongs to.

itemYrnstringRequired

YRN of the item to assign fees to.

feeIdsstring[]Required

List of unique identifiers of fees to assign to the item.

post
/fee/{tenant}/itemFees/searchByProductId

Searching itemFees by product IDs

post

Search itemFees by multiple product IDs.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

the tenant to work on.

Example: testtenant
Query parameters
siteFallbackbooleanOptionalDefault: false
Body

Search ItemsFee request body.

productIdsstringRequired
siteCodestringRequired
pageNumberintegerOptionalDefault: 1
pageSizeintegerOptionalDefault: 16
Responses
200Success
application/json
idstringOptional

Unique identifier of the item fee.

siteCodestringRequired

The SiteCode this fee belongs to.

itemYrnstringRequired

YRN of the item to assign fees to.

feeIdsstring[]Required

List of unique identifiers of fees to assign to the item.

post
/fee/{tenant}/itemFees/searchByProductIds

Checking if a fee has been applied

post

Checks if the itemYrns in the request have a fee applied to. Responds with the itemYRN and the corresponding fees.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

the tenant to work on.

Example: testtenant
Query parameters
siteCodestringOptional

A list of site codes.

Default: main
Body

the itemYrns this fee is applied to

itemYrnsstring[]RequiredExample: ["urn:yaas:saasag:caasproduct:product:tenantName;5c2e4957a46b0e0008491095","urn:yaas:saasag:caasproduct:product:tenantName;5c2e4957a46b0e0008491096"]
siteCodestringRequiredExample: main
Responses
200Success
application/json
idstringOptional

Unique identifier of the item fee.

siteCodestringRequired

The SiteCode this fee belongs to.

itemYrnstringRequired

YRN of the item to assign fees to.

feeIdsstring[]Required

List of unique identifiers of fees to assign to the item.

post
/fee/{tenant}/itemFees/search

Last updated

Was this helpful?