POST:packaging.json
POST:packaging.json
Description
Modify one or multiple packaging.
Permission bit: "packaging.modify"
Topic: Packaging
Query Parameters
ids: Comma-separated array of String, required
List of packaging ids. See also: Unique Identifiers
Example: ?ids=pa_EQzGqWoY,pa_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of PackagingModify
[ { "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