Overview
Marks an existing order with a status of shipped.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| orderID | integer | Unique identifier for an order |
| dateShippedGMT | DateTime | The date and time the order was shipped, in Universal Coordinated Time (UTC). |
| carrierCode | string | The shipping carrier used to ship the item |
| classCode | string | The shipping carrier class used to ship the item |
| trackingNumber | string | The tracking number provided by a shipping carrier |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| OrderShippedResult | APIResult<boolean> |
This method returns a type named APIResultOfBool. See more information on APIResult. The Status field reflects the operation status of Success or Failure. |
References
ShippingCarrier type retrieved from GetShippingCarrierList has the carrierCode and classCode values needed for this call.