Skip to main content

Create Carton Template

POST 

/api/amazon/:integrationInstance/fba/carton-templates

Create a reusable carton template.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Fields:

  • name (string, required, max 255) — must be unique across carton templates
  • length (numeric, required, > 0)
  • width (numeric, required, > 0)
  • height (numeric, required, > 0)
  • dimension_unit (string, optional, IN or CM, default IN)
  • tare_weight (numeric, optional, nullable, min 0) — empty-carton weight, used as the default box weight when a box is created from this template
  • weight_unit (string, optional, LB or KG, default LB)
  • is_active (boolean, optional, default true)

Request

Responses

OK

Response Headers
    Content-Type