| Note: This is the latest documentation. The previous version of this page is identical — only the left nav differs. |
Archiving commands enable you to manage the list of orders in your Merchant Center inbox. Archiving commands do not have any impact on an order's status or on the order information that is communicated to the customer.
The archive-order command instructs Google Checkout to remove an order from your Merchant Center Inbox.
_type=archive-order &google-order-number=841171949013218
The unarchive-order command instructs Google Checkout to return a previously archived order to your Merchant Center Inbox.
The following XML shows a sample unarchive-order request:
_type=unarchive-order &google-order-number=841171949013218
| google-order-number |
The <google-order-number> parameter contains an ID, which Google generates, that uniquely identifies an order. API commands New Order Notification, Risk Information Notification, Order State Change Notification, Charge Amount Notification, Refund Amount Notification, Chargeback Amount Notification, Authorization Amount Notification, Charge Order, Refund Order, Cancel Order, Authorize Order, Process Order, Deliver Order, Add Tracking Data, Send Buyer Message, Archive Order, Unarchive Order, Add Merchant Order Number, Ship Items, Reset Items Shipping Information, Cancel Items, Return Items, Backorder Items
Content format for parameter value String
Sample use(s) google-order-number=6014423719
|