Newer Version Available

This content describes an older version of this product. View Latest

Commerce Webstore Order Items, Adjustments

Get adjustments for order items.
Resource
1/commerce/webstores/webstoreId/order-summaries/orderSummaryId/items/adjustments
Available version
53.0
Requires Chatter
No
HTTP methods
POST

POST methods typically create an item, but for this resource POST is used to retrieve information. Both POST and GET retrieve the same information. However, 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
orderItem​Summaries 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
effective​AccountId 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