Method: orders.advancetestorder

Sandbox only. Moves a test order from state "inProgress" to state "pendingShipment".

HTTP request

POST https://shoppingcontent.googleapis.com/content/v2.1sandbox/{merchantId}/testorders/{orderId}/advance

Path parameters

Parameters
merchantId

string

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.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "kind": string
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string "content#ordersAdvanceTestOrderResponse".

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.