CatalogSettingsInput
| Field | Type | Required | Description |
|---|---|---|---|
googleLocalInventory |
`object | null` |
Example
Section titled “Example”{ "googleLocalInventory": { "password": "sftp-pass", "username": "sftp-user", "productIdentifier": "productCode", "productExport": { "status": "active", "timeType": "cron", "timeValue": "4 5 * * *", "productLinkTemplate": "{{product.deeplinkUrl}}?store={store_code}" }, "inventoryExport": { "status": "active", "timeType": "time", "timeValue": "12:00", "maxExportQuantity": 5 }, "pickupLinkSubfeed": { "status": "active", "timeType": "time", "timeValue": "12:00", "pickupLinkTemplate": "{{product.deeplinkUrl}}?store={store_code}", "mobilePickupLinkTemplate": "https://shop.curbside.shopgate.com/item/{{bin2hex product.code}}", "pickupSLA": "same day" } }}
