Skip to main content

Create Carton Template

POST 

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

Create a reusable carton template.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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