POST:packaging.json
Commerce APIPOST:packaging.json

POST:packaging.json

Description

Create one or multiple packaging.

Permission bit: "packaging.create"

Topic: Packaging

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of PackagingCreate

[
  {
    "enabled": false,
    "grams": 200,
    "height": 200,
    "inventory_location_ids": [
      ""
    ],
    "length": 200,
    "max_grams": 200,
    "name": "Large Box",
    "shipping_provider_ids": [
      ""
    ],
    "width": 200
  }
]

Response Body

Array of Packaging

Response Body Type

Loading module