Orders > Orders > orders
Commerce APIOrdersOrdersorders
orders
GET:orders.json

Description

Get specific orders.

Permission bit: "orders.read"

Topic: Orders

Arguments

ids: [String!]!

List of order ids. See also: Unique Identifiers

Example: ["or_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


uuid: String


Result

[Order!]

Preview (typescript)

Loading module