Mutation
Cart​
Field | Argument | Type | Description |
---|---|---|---|
validateCart | StoreCart | Checks for changes between the cart presented in the UI and the cart stored in the ecommerce platform. If changes are detected, it returns the cart stored on the platform. Otherwise, it returns | |
cart | IStoreCart! | Shopping cart identifier. |
Session​
Field | Argument | Type | Description |
---|---|---|---|
updateSession | StoreSession! | Updates a web session with the specified values. | |
session | IStoreSession! | Web session identifier. |