Dashboard > ChannelAdvisor Developer Network > ... > Shipping Service > OrderShipped
Log In   View a printable version of the current page.
Added by Brad King, last edited by Greg Smith on Oct 04, 2007  (view change)
Labels: 
(None)


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.

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