- HTTP request
- Request body
- Response body
- Authorization scopes
- ReturnpolicyCustomBatchRequest
- ReturnpolicyCustomBatchRequestEntry
- ReturnpolicyCustomBatchResponseEntry
- Try it!
Batches multiple return policy related calls in a single request.
HTTP request
POST https://shoppingcontent.googleapis.com/content/v2.1/returnpolicy/batch
Request body
The request body contains an instance of ReturnpolicyCustomBatchRequest
.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entries": [
{
object ( |
Fields | |
---|---|
entries[] |
The result of the execution of the batch requests. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.
ReturnpolicyCustomBatchRequest
JSON representation |
---|
{
"entries": [
{
object ( |
Fields | |
---|---|
entries[] |
The request entries to be processed in the batch. |
ReturnpolicyCustomBatchRequestEntry
JSON representation |
---|
{
"batchId": integer,
"merchantId": string,
"method": string,
"returnPolicyId": string,
"returnPolicy": {
object ( |
Fields | |
---|---|
batch |
An entry ID, unique within the batch request. |
merchant |
The Merchant Center account ID. |
method |
Method of the batch request entry. Acceptable values are:
|
return |
The return policy ID. This should be set only if the method is |
return |
The return policy to submit. This should be set only if the method is |
ReturnpolicyCustomBatchResponseEntry
JSON representation |
---|
{ "batchId": integer, "returnPolicy": { object ( |
Fields | |
---|---|
batch |
The ID of the request entry to which this entry responds. |
return |
The retrieved return policy. |
errors |
A list of errors defined if, and only if, the request failed. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |