commerce/settings/shipping/orderhandlingfee
Use the Order Handling Fee subresource to configure any shipping and handling fees to apply to orders for this site.
JSON Example
SiteShippingHandlingFee Properties
Property | Description |
---|---|
amount |
type: decimal The amount of the order-level adjustment, which can be a positive or negative amount. |
Operations
Operation Name | Request URI | Description |
---|---|---|
CreateOrderHandlingFee | POST orderhandlingfee%3fresponseFields%3d%7bresponseFields%7d |
Creates a new order handling fee for the site. |
GetOrderHandlingFee | GET orderhandlingfee%3fresponseFields%3d%7bresponseFields%7d |
Retrieves the details of the order handling fee configured for the site. |
UpdateOrderHandlingFee | PUT orderhandlingfee%3fresponseFields%3d%7bresponseFields%7d |
Updates the order handling fee amount for the site. |