Item fee search

Searching itemFees by product ID

post

Search itemFees by product ID.

Required scopes
This endpoint requires the following scopes:
  • : Needed to create a fee
  • : Needed to update a fee
  • : Needed to delete a fee
  • : Needed to create an item fee
  • : Needed to update an item fee
  • : Needed to delete an item fee
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
post
/fee/{tenant}/itemFees/searchByProductId

Searching itemFees by product IDs

post

Search itemFees by multiple product IDs.

Required scopes
This endpoint requires the following scopes:
  • : Needed to create a fee
  • : Needed to update a fee
  • : Needed to delete a fee
  • : Needed to create an item fee
  • : Needed to update an item fee
  • : Needed to delete an item fee
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
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.

Required scopes
This endpoint requires the following scopes:
  • : Needed to create a fee
  • : Needed to update a fee
  • : Needed to delete a fee
  • : Needed to create an item fee
  • : Needed to update an item fee
  • : Needed to delete an item fee
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
post
/fee/{tenant}/itemFees/search

Last updated

Was this helpful?