Newer Version Available
Commerce Webstore Order Summary Lookup (Developer Preview)
- Resource
-
- Available version
- 58.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
- Order Summary Lookup Input
- Request parameters for POST
-
Parameter Name Type Description Required or Optional Available Version deliveryGroupId String ID of the delivery group associated with the order summary. Optional 58.0 effectiveAccountId String ID of the account for which the request is made. If unspecified, defaults to the account ID for the context user or, for guest users, the guest buyer profile ID of the current store. Optional 58.0 excludeAdjustmentAggregates Boolean Specifies whether to exclude (true) or return (false) adjustment aggregates associated with an order summary. Adjustment aggregates include fields detailing promotional amounts by price, tax, and total. Aggregates are calculated asynchronously and result returned to the order summary. If unspecified, the default value is false. Optional 58.0 excludeAdjustments Boolean Specifies whether to exclude (true) or return (false) adjustments associated with an order summary. Adjustments include promotional discounts. If unspecified, the default value is false. Optional 58.0 excludeDeliveryGroups Boolean Specifies whether to exclude delivery groups from the response. If unspecified, the default value is false. Optional 58.0 excludeLineItems Boolean Specifies whether to exclude line items from the response. If unspecified, the default value is false. Optional 58.0 fields String List of specific fields, including custom fields, to return in the response along with default fields. For example, OrderSummary.TotalAmount, OrderItemSummary.Quantity, Product2.Description, OrderDeliveryGroupSummary.GrandTotalAmount, OrderDeliveryMethod.Carrier. Optional 58.0 orderSummaryLookupInput Object Contains the order summary ID or reference number and verification fields (lastName, email, phoneNumber) that provide shopper validation. Required 58.0 - Response body for POST
- Order Summary Lookup Output