|
233 | 233 | "type": "string" |
234 | 234 | }, |
235 | 235 | "provider": { |
236 | | - "description": "Required. The aggregation service provider. Format: `accounts/{providerId}`", |
| 236 | + "description": "Required. The aggregation service provider. Format: `accounts/{accountId}`", |
237 | 237 | "location": "path", |
238 | 238 | "pattern": "^accounts/[^/]+$", |
239 | 239 | "required": true, |
|
1728 | 1728 | } |
1729 | 1729 | } |
1730 | 1730 | }, |
1731 | | - "revision": "20250427", |
| 1731 | + "revision": "20250430", |
1732 | 1732 | "rootUrl": "https://merchantapi.googleapis.com/", |
1733 | 1733 | "schemas": { |
1734 | 1734 | "AcceptTermsOfServiceResponse": { |
|
3051 | 3051 | "id": "OnlineReturnPolicy", |
3052 | 3052 | "properties": { |
3053 | 3053 | "acceptDefectiveOnly": { |
3054 | | - "description": "This field specifies if merchant only accepts defective products for returns, and this field is required.", |
| 3054 | + "description": "Optional. This field specifies if merchant only accepts defective products for returns.", |
3055 | 3055 | "type": "boolean" |
3056 | 3056 | }, |
3057 | 3057 | "acceptExchange": { |
3058 | | - "description": "This field specifies if merchant allows customers to exchange products, this field is required.", |
| 3058 | + "description": "Optional. This field specifies if merchant allows customers to exchange products.", |
3059 | 3059 | "type": "boolean" |
3060 | 3060 | }, |
3061 | 3061 | "countries": { |
|
3095 | 3095 | "description": "Optional. The return policy." |
3096 | 3096 | }, |
3097 | 3097 | "processRefundDays": { |
3098 | | - "description": "The field specifies the number of days it takes for merchants to process refunds, field is optional.", |
| 3098 | + "description": "Optional. The field specifies the number of days it takes for merchants to process refunds.", |
3099 | 3099 | "format": "int32", |
3100 | 3100 | "type": "integer" |
3101 | 3101 | }, |
|
3104 | 3104 | "description": "Optional. The restocking fee that applies to all return reason categories. This would be treated as a free restocking fee if the value is not set." |
3105 | 3105 | }, |
3106 | 3106 | "returnLabelSource": { |
3107 | | - "description": "The field specifies the return label source. This field is required when return method is BY_MAIL.", |
| 3107 | + "description": "Optional. The field specifies the return label source.", |
3108 | 3108 | "enum": [ |
3109 | 3109 | "RETURN_LABEL_SOURCE_UNSPECIFIED", |
3110 | 3110 | "DOWNLOAD_AND_PRINT", |
|
0 commit comments