Skip to main content

List Label Prints

GET 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/label-prints

List the label-print audit trail for the draft inbound plan, newest first. Every successful label generation (item labels, box labels, pallet labels, BOL fetch) records an entry; repeat prints of the same kind for the same shipment (or plan, for plan-level kinds like FNSKU) are auto-flagged is_reprint: true.

Authorization

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

Response fields (per entry):

  • id (integer)
  • label_kind (string) — FNSKU, BOX, PALLET, BOL, or CONTENT_2D
  • format (string) — label format/page type as printed, e.g. STANDARD_FORMAT/Letter_30, PackageLabel_Letter_6, PackageLabel_Letter_4, PDF
  • quantity (integer) — number of labels printed
  • document_url_snapshot (string) — the (time-limited) document URL at print time
  • is_reprint (boolean)
  • user (object|null) — { id, name } of the user who printed
  • amazon_fba_inbound_plan_shipment_id (integer|null) — the shipment, for shipment-level kinds; null for plan-level kinds (FNSKU)
  • created_at (datetime, UTC)

Request

Responses

OK

Response Headers
    Content-Type