ShipNitro
    ShipNitro
    • Authentication
    • API v2
      • Getting Shipment Rates
        POST
      • Retrieve Shipment Details
        GET
      • Creating Shipment Labels
        POST
      • Get Current Credit
        GET
      • Getting Tracking number status
        POST
    • API v1 - deprecated do not use
      • Get Labels
        POST
      • Get Rates
        POST
      • Create Label
        POST
      • Get Current Credit
        GET
    • Callbacks
      • v2
        • Customer Create Label Callback
      • v1 - deprecated do not use
        • Callback Part 1

    Callbacks

    What is a callback?
    Due to the large size of the PDF, we can’t return the output immediately. This is where the callback comes into play. If you provide a callback URL when creating the label via the API, you will receive a POST request on your URL. This will contain shipment details, including the labels. Alternatively, you can retrieve the shipment details using the Retrieve Shipment URL or download the PDF on the frontend of the Application.
    Previous
    Get Current Credit
    Next
    Customer Create Label Callback
    Built with