Orders > Orders > ordersAllocateNumber
Commerce APIOrdersOrdersordersAllocateNumber
ordersAllocateNumber
POST:orders/allocate_number.json

Description

Allocate a number for the order. Reserving an order requires this number to be present.

Permission bit: "orders.allocate_number"

Topic: Orders

Arguments

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


Result

Order

Preview (typescript)

Loading module