POST api/Shipping/ShipStation?SS-Username={SS-Username}&SS-Password={SS-Password}&order_number={order_number}&carrier={carrier}&tracking_number={tracking_number}&action={action}

Called from ShipStation when an order has been shipped. This will pass an order number, shipping provider and a tracking number to use for updating the order entry

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SS-Username

string

Required

SS-Password

string

Required

order_number

string

Required

carrier

Ex: USPS, FedEx, etc.

string

Required

tracking_number

string

Required

action

Always "shipnotify" for the POST method.

string

Default value is shipnotify

Body Parameters

None.

Request Formats

application/xml, text/xml

Sample:
<String>sample string</String>

application/json, text/json

Sample:
"sample string"

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedFormatter' to write type 'String'.

Response Information

Resource Description

HttpStatusCode

Response Formats

application/xml, text/xml

Sample:
<HttpStatusCode>Continue</HttpStatusCode>

application/json, text/json

Sample:
100