Item Fee search
Search itemFees by product ID.
Authorizations
Path parameters
tenantstringRequiredExample:
the tenant to work on.
testtenant
Body
Search ItemFee request body.
productIdstringRequired
siteCodesstring[]Required
pageNumberintegerOptionalDefault:
1
pageSizeintegerOptionalDefault:
16
Responses
200Success
application/json
400
Request was syntactically incorrect. Any details will be provided within the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired.
Details will be provided in the response payload.
application/json
403
Access token does not contain necessary scopes or tenant in path does not match tenant from token.
application/json
post
Search itemFees by multiple product IDs.
Authorizations
Path parameters
tenantstringRequiredExample:
the tenant to work on.
testtenant
Query parameters
siteFallbackbooleanOptionalDefault:
false
Body
Search ItemsFee request body.
productIdsstringRequired
siteCodestringRequired
pageNumberintegerOptionalDefault:
1
pageSizeintegerOptionalDefault:
16
Responses
200Success
application/json
400
Request was syntactically incorrect. Any details will be provided within the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired.
Details will be provided in the response payload.
application/json
403
Access token does not contain necessary scopes or tenant in path does not match tenant from token.
application/json
post
Checks if the itemYrns in the request have a fee applied to. Responds with the itemYRN and the corresponding fees.
Authorizations
Path parameters
tenantstringRequiredExample:
the tenant to work on.
testtenant
Query parameters
siteCodestringOptionalDefault:
A list of site codes.
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
400
Request was syntactically incorrect. Any details will be provided within the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired.
Details will be provided in the response payload.
application/json
403
Access token does not contain necessary scopes or tenant in path does not match tenant from token.
application/json
post
Was this helpful?