Orders > Orders > storefrontOrdersMobile
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
Arguments
data: StorefrontOrderMobile!
Main argument for mutations.
Unique order identifier. See also: Unique Identifiers
Example: "or_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
The mobile phone number of the customer (used for notifications)
Example: "45634634562"
Whether to notify customer via mobile phone or not
Example: false
Result
Preview (typescript)
Loading module