Objects
SubmitStoreResult
Represents the result of submitting a store within a cart.
Fields
This field represents the store’s information for which the cart submission result is provided.
This non-null field is an enumeration that represents the status of the checkout process for the store.
This field represents the order ID of the order created during the checkout process. It can be used for tracking or troubleshooting purposes.
Deprecated. Use orderId
instead.
True if the store items ended up with a successful checkout
Store submit errors.
Related types
Was this page helpful?