Jump to Content
Amazon Shipping
HomeGuidesAPI ExplorerAnnouncementsFAQs
Solution Provider PortalAPI StatusSupportAmazon Shipping
API Explorer
Solution Provider PortalAPI StatusSupport
HomeGuidesAPI ExplorerAnnouncementsFAQs

GETTING STARTED

  • Getting Started

Amazon OAuth API

  • Obtain Shipping API Access Token
    • /auth/o2/tokenpost

Amazon Shipping V2 APIs

  • Shipping Rate API
    • /shipping/v2/shipments/ratespost
  • Label Purchase Via Purchase Shipment API
    • /shipping/v2/shipmentspost
  • Label Purchase Via Smart Purchase API
    • /shipping/v2/oneClickShipmentpost
  • Shipment Tracking API
    • /shipping/v2/trackingget
  • Regenerate Shipping Label API
    • /shipping/v2/shipments/{shipmentId}/documentsget
  • Cancel Shipment Label API
    • /shipping/v2/shipments/{shipmentId}/cancelput
  • Obtain Delivery Counter Location API
    • /shipping/v2/accessPointsget
  • Submit Non-Delivery Report API
    • /shipping/v2/ndrFeedbackpost
  • Provide Additional Input API
    • /shipping/v2/shipments/additionalInputs/schemaget
Powered by 

Label Purchase Via Smart Purchase API

Earlier APIs demonstrates, how you can choose your rate and then make purchase label request. This API is hybrid operation in which you can pass your pre-selected service-id and generate label in one step. This API request schema takes all the details of Get Rates schema along with purchase shipment schema and the response schema is super set of purchase shipment response schema.