Inventory > Packaging > packaging
Commerce APIInventoryPackagingpackaging
packaging
GET:packaging.json

Description

Get all or specific packaging

This is a typical bulk get endpoint.

Permission bit: "packaging.read"

Topic: Packaging

Arguments

ids: [String!]

List of packaging ids. See also: Unique Identifiers

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

[Packaging!]

Preview (typescript)

Loading module