Dashboard > ChannelAdvisor Developer Network > ... > Shipping Service > OrderShipped
Log In   View a printable version of the current page.
Added by Brad King, last edited by Marshall McClure on Apr 11, 2013  (view change)
Labels: 
(None)


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?

Posted by Anonymous at May 17, 2010 00:44 | Reply To This

No, it is optional.

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators