Skip to main content

Update Carton Template

PATCH 

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

Update a carton template. All fields are optional; only provided fields are changed.

Authorization

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

Fields (all optional):

  • name (string, max 255) — must be unique across carton templates (the current template is ignored)
  • length (numeric, > 0)
  • width (numeric, > 0)
  • height (numeric, > 0)
  • dimension_unit (string, IN or CM)
  • tare_weight (numeric, nullable, min 0)
  • weight_unit (string, LB or KG)
  • is_active (boolean) — set false to retire, true to reactivate

Request

Responses

OK

Response Headers
    Content-Type