Skip to main content

Get forms for shipments

POST /sellers/v3/shipments/:shipmentIds/forms

This operation returns the forms associated with the shipments.

Path Parameters
  • shipmentIds string required

    Comma separated shipment ids. Maximum 100 shipment ids allowed per request.

Responses

successful operation

Schema
  • shipments object[]
  • Array [
  • shipmentId string
  • forms object[]
  • Array [
  • name string
  • link string
  • automated boolean
  • status string
  • ]
  • ]
Loading...