POST:storefront/orders/mobile.json
Storefront APIPOST:storefront/orders/mobile.json

POST:storefront/orders/mobile.json

Description

Modify mobile notifications.

It's a subset of "modify order" API call, except modifying mobile notification settings is allowed on all order states.

Topic: Orders

Query Parameters

order_id: String, required

Unique order identifier. See also: Unique Identifiers

Example: ?order_id=or_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


uuid: String

Request Body

StorefrontOrderMobile

{
  "mobile": "45634634562",
  "mobile_notifications": false
}

Response Body

StorefrontOrder

Response Body Type

Loading module