Orders > Orders > storefrontOrders
Storefront APIOrdersOrdersstorefrontOrders
storefrontOrders
GET:storefront/orders.json

Description

Get specific orders.

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

[StorefrontOrder!]

Preview (typescript)

Loading module