ShipNitro
  1. v1 - deprecated do not use
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
        POST
  1. v1 - deprecated do not use

Callback Part 1

Deprecated
POST
{{customer_callback_url}}

Request

Body Params application/json
box_id
string 
required
Example
{
    "box_id": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{customer_callback_url}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "box_id": "string"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
v1 - deprecated do not use
Built with