Overview
Marks an existing order with a status of shipped.
This method is deprecated. Please use SubmitOrderShipmentList instead.
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 |
| sellerFulfillmentID |
string |
An optional identifier provided by the seller. |
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. |
Notes
- * Indicates a REQUIRED Field ... Fields that are NOT required may be set to a null value or left out of a manually built SOAP packet
References
ShippingCarrier type retrieved from GetShippingCarrierList has the carrierCode and classCode values needed for this call.
Is dateShippedGMT a mandatory field?