Orders > Orders > storefrontOrdersMobile
Storefront APIOrdersOrdersstorefrontOrdersMobile
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.


order_id: String!

Unique order identifier. See also: Unique Identifiers

Example: "or_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


uuid: String


Data Argument Fields

mobile: String

The mobile phone number of the customer (used for notifications)

Example: "45634634562"


mobile_notifications: Boolean

Whether to notify customer via mobile phone or not

Example: false


Result

StorefrontOrder

Preview (typescript)

Loading module