Commerce Webstore Order Summary Authorization
Authorize guest users by verifying their personally identifiable
information to access the requested order summary. This API is specifically for guest
users.
This API is used to authorize a guest user and retrieve an access token, which can then be used as input for the Commerce Webstore Order Summary Lookup GET API to retrieve the requested order summary record. The access token is valid for 60 minutes.
- Resource
-
1/commerce/webstores/webstoreId/order-summaries/actions/authorize - Example example
-
1https://yourInstance.salesforce.com/services/data/v64.0/commerce/webstores/0ZExx000000005rGAA/order-summaries/actions/authorize - Available version
- 64.0
- HTTP methods
- POST
- Request body for POST
-
- Root XML tag
- orderSummaryAuthorizationInput
- JSON example
-
1{ 2 "email": "Ma**********@vi*****.info", 3 "lastName": "Strosin", 4 "orderSummaryRefNumber": "GJA4C-MUVBN-6ZT4P-V6CSB", 5 "phoneNumber": "********7740" 6} - Properties
-
Name Type Description Required or Optional Available Version email String An email address of the guest user. Required 64.0 lastName String The last name of the guest user. Optional 64.0 orderSummaryRefNumber String The order summary reference number of the order summary record. Required 64.0 phoneNumber String The phone number of the guest user. Required 64.0
- Response body for POST
- Order Summary Authorization Output