Newer Version Available
Commerce Webstore Order Items, Adjustments
- Resource
-
1/commerce/webstores/webstoreId/order-summaries/orderSummaryId/items/adjustments - Available version
- 53.0
- HTTP methods
- POST
POST methods typically create an item, but for this resource POST is used to retrieve information. GET calls can be cached.
- Request body for POST
-
- Root XML tag
- <orderItemSummaryCollectionInput>
- JSON example
-
1{ 2"orderItemSummaries":[{ 3 "orderItemSummaryId":"10uxx00000000W0001" 4 }, 5 { 6 "orderItemSummaryId":"10uxx00000000W0054" 7 } 8] 9} - Properties
-
Name Type Description Required or Optional Available Version orderItemSummaries Order Item Summary Adjustment Input[] List of order item summaries. Required 53.0
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version effectiveAccountId String ID of the account for which the request is made. If unspecified, defaults to the account ID for the context user. Optional 53.0 - Response body for POST
- Order Item Summary Adjustment Collection