Generate Order Summary Action

Generates a URL so that authenticated and guest users can access order details.

To access, you need these permissions: Salesforce Order Management License or Salesforce B2B Commerce License.

This object is available in API version 59.0 and later.

Supported REST HTTP Methods 

URI: /services/data/v59.0/actions/standard/generateOrderSummaryUrl

Formats: JSON

HTTP Methods: POST

Inputs 

InputTypeDescription
orderSummaryIdIDOptional. The ID of the order summary to generate a URL for.
orderNumberstringOptional. The ID of the Salesforce payment gateway record that represents the external payment gateway used for processing the sale request.
webStoreIdIDRequired. The order number of the order summary to generate a URL for.

Outputs 

OutputTypeDescription
urlstringThe URL generated by the action that links to the order summary.