|
281 | 281 | } |
282 | 282 | } |
283 | 283 | }, |
284 | | - "revision": "20251007", |
| 284 | + "revision": "20251104", |
285 | 285 | "rootUrl": "https://merchantapi.googleapis.com/", |
286 | 286 | "schemas": { |
287 | 287 | "AutomatedDiscounts": { |
|
1696 | 1696 | }, |
1697 | 1697 | "type": "array" |
1698 | 1698 | }, |
| 1699 | + "shippingHandlingBusinessDays": { |
| 1700 | + "description": "The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.", |
| 1701 | + "items": { |
| 1702 | + "$ref": "ShippingBusinessDaysConfig" |
| 1703 | + }, |
| 1704 | + "type": "array" |
| 1705 | + }, |
1699 | 1706 | "shippingHeight": { |
1700 | 1707 | "$ref": "ShippingDimension", |
1701 | 1708 | "description": "Height of the item for shipping." |
|
1708 | 1715 | "$ref": "ShippingDimension", |
1709 | 1716 | "description": "Length of the item for shipping." |
1710 | 1717 | }, |
| 1718 | + "shippingTransitBusinessDays": { |
| 1719 | + "description": "The business days during which orders are in transit. If not provided, Monday to Friday business days will be assumed.", |
| 1720 | + "items": { |
| 1721 | + "$ref": "ShippingBusinessDaysConfig" |
| 1722 | + }, |
| 1723 | + "type": "array" |
| 1724 | + }, |
1711 | 1725 | "shippingWeight": { |
1712 | 1726 | "$ref": "ShippingWeight", |
1713 | 1727 | "description": "Weight of the item for shipping." |
|
2294 | 2308 | }, |
2295 | 2309 | "type": "object" |
2296 | 2310 | }, |
| 2311 | + "ShippingBusinessDaysConfig": { |
| 2312 | + "description": "The business days during which orders are on their path to fulfillment. If not provided, Monday to Friday business days will be assumed.", |
| 2313 | + "id": "ShippingBusinessDaysConfig", |
| 2314 | + "properties": { |
| 2315 | + "businessDays": { |
| 2316 | + "description": "Effective days of the week considered for the delivery time calculation. May not be empty. The more business days included the faster the delivery. Can be set through individual days (e.g. `MTWRF`), or day ranges (e.g. `Mon-Fri`). For more information about accepted formats, see [Shipping handling business days](https://support.google.com/merchants/answer/16072859).", |
| 2317 | + "type": "string" |
| 2318 | + }, |
| 2319 | + "country": { |
| 2320 | + "description": "The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the country to which an item will ship.", |
| 2321 | + "type": "string" |
| 2322 | + } |
| 2323 | + }, |
| 2324 | + "type": "object" |
| 2325 | + }, |
2297 | 2326 | "ShippingDimension": { |
2298 | 2327 | "description": "The ShippingDimension of the product.", |
2299 | 2328 | "id": "ShippingDimension", |
|
0 commit comments