Create a prepackaged preset for a product
Creates a prepackaged ship-box preset (dimensions, weight, optional box
product reference) for the product. PackPilot uses presets to skip
dim-fit calculations when a product ships in a known package
configuration. Requires products:write scope. Idempotent via the
Idempotency-Key header.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours. Pattern: or --.
255Path Parameters
UUID of the product to attach the preset to.
Body
Operator-facing preset label.
100Outer length (inches).
Outer width (inches).
Outer height (inches).
Package weight (lbs).
Units of the product per package configuration.
Unit of measure for quantity.
Optional box/packaging product reference.
Response
Prepackaged preset created.
The response is of type object.

