Shipping Cost
Manage shipping costs
The endpoint returns shipping methods, which contain the matching fee for all zones.
- : Needed to manage shipping settings.
- : Needed to read shipping settings.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Site unique identifier. A site is a specific shop.
If the tenant owns only one shop, the value should be set to main.
Example of payload for shipping cost calculation.
Customer unique identifier.
Shipping costs calculated.
Request syntactically incorrect. Details of the error are included in the response payload.
Unauthorized
The requested resource does not exist.
Some server side error occurred.
Retrieves the minimum shipping cost.
- : Needed to manage shipping settings.
- : Needed to read shipping settings.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Site unique identifier. A site is a specific shop.
If the tenant owns only one shop, the value should be set to main.
Example of payload for shipping cost calculation.
Customer unique identifier.
Shipping costs calculated.
Request syntactically incorrect. Details of the error are included in the response payload.
Unauthorized
The requested resource does not exist.
Some server side error occurred.
Retrieves the minimum shipping cost related to a particular slot.
- : Needed to manage shipping settings.
- : Needed to read shipping settings.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Site unique identifier. A site is a specific shop.
If the tenant owns only one shop, the value should be set to main.
Example of payload for shipping cost calculation.
Customer unique identifier.
The `slotId`` which the quote should be calculated for.
The delivery window id which the slot with selected shipping method exists for.
Shipping costs calculated.
Request syntactically incorrect. Details of the error are included in the response payload.
Unauthorized
The requested resource does not exist.
Some server side error occurred.
Last updated
Was this helpful?

