Skip to content
v0.3

cart.set_shipping_method

Set only the delivery method, leaving the address as it is — for a shopper whose address the store already has on file and does not re-type. Get the valid method ids from the read shipping_options.

  • Scope: public
  • System: no
  • Reachable from: an ANONYMOUS face — no credential, and never /v1/commands/*. Which path serves it is not derivable from the registry; see the anonymous faces.
  • Events: none — A checkout step on session state, read back no-store on the next step.
{
"properties": {
"cart_id": {
"minLength": 1,
"type": "string"
},
"shipping_method_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"cart_id",
"shipping_method_id"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"cart_id": {
"type": "string"
}
},
"required": [
"cart_id"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)