Inventory > Inventory > reservations
Commerce APIInventoryInventoryreservations
reservations
GET:reservations.json

Description

Get specific inventory reservations.

Permission bit: "reservations.read"

Topic: Inventory

Arguments

ids: [String!]!

List of reservation ids. See also: Unique Identifiers

Example: ["rx_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"


Result

[Reservation!]

Preview (typescript)

Loading module