Skip to content

CatalogSettingsOutput

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