Error
Get Product Handling Fee Rules
Retrieves all product handling fee rules
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Query Parameters
limits which fields are returned in the response body
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"appliesTo": "<string>",
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"fulfillmentMethod": "<string>",
"id": "<string>",
"locationCodes": [
"<string>"
],
"productTargetRuleCodes": [
"<string>"
],
"sequence": 123,
"serviceTypes": [
{
"code": "<string>",
"content": {
"localeCode": "<string>",
"name": "<string>"
},
"deliveryDuration": "<string>"
}
],
"shippingTargetRuleCodes": [
"<string>"
],
"value": 123,
"valueType": "<string>"
}
],
"totalCount": 123
}Retrieves all product handling fee rules
A valid request URL is required to generate request examples{
"items": [
{
"appliesTo": "<string>",
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"fulfillmentMethod": "<string>",
"id": "<string>",
"locationCodes": [
"<string>"
],
"productTargetRuleCodes": [
"<string>"
],
"sequence": 123,
"serviceTypes": [
{
"code": "<string>",
"content": {
"localeCode": "<string>",
"name": "<string>"
},
"deliveryDuration": "<string>"
}
],
"shippingTargetRuleCodes": [
"<string>"
],
"value": 123,
"valueType": "<string>"
}
],
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
