This document tracks notable updates to the Keeta Grocery documentation. It is not intended to be a comprehensive list of all changes.
- Update Product and Promotion SFTP: Added a new type of SFTP template supporting the update of products and promotions within a single SFTP file.
- Add Product API and SFTP: Removed
baseWeight,baseWeightUnitandpricePerBaseWeightUnitfields; addedweight,weightUnit,capacity,capacityUnit,length,width,heightandvolumeUnitfields. - Update Product API and SFTP: Removed
baseWeight,baseWeightUnitandpricePerBaseWeightUnitfields; addedweightandweightUnitfields. - Get Properties API: Removed the
customizablefield; addedinputType,allowMultipleValuesandunitsfields. - Webhook: Merged the product and promotion webhooks into a single one, identified by the
typefield to indicate the corresponding async task type.
- Order API: Renamed
shopIdtovendorIdandexternalShopIdtoexternalVendorIdin theclientstructure.
- Order API: Set
totalTaxesto0and fixed the order listpageSizeat20for performance.