Sandbox only. Moves a test order from state "inProgress
" to state "pendingShipment
".
Try it now.
Note that this happens automatically in production approximately 30 minutes after an order is initially placed.
Request
HTTP request
POST https://www.googleapis.com/content/v2sandbox/merchantId/testorders/orderId/advance
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
merchantId |
unsigned long |
The ID of the account that manages the order. This cannot be a multi-client account. |
orderId |
string |
The ID of the test order to modify. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/content |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "content#ordersAdvanceTestOrderResponse" }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "content#ordersAdvanceTestOrderResponse" . |