Skip to content
Last updated

Release Notes

This document tracks notable updates to the Keeta Grocery documentation. It is not intended to be a comprehensive list of all changes.

Version[1.0.1] - August 14, 2026

  • 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,baseWeightUnit and pricePerBaseWeightUnit fields; added weight, weightUnit, capacity, capacityUnit, length, width, height and volumeUnit fields.
  • Update Product API and SFTP: Removed baseWeight, baseWeightUnit and pricePerBaseWeightUnit fields; added weight and weightUnit fields.
  • Get Properties API: Removed the customizable field; added inputType, allowMultipleValues and units fields.
  • Webhook: Merged the product and promotion webhooks into a single one, identified by the type field to indicate the corresponding async task type.

Version[1.0.2] - August 19, 2026

  • Order API: Renamed shopId to vendorId and externalShopId to externalVendorId in the client structure.

Version[1.0.3] - August 25, 2026

  • Order API: Set totalTaxes to 0 and fixed the order list pageSize at 20 for performance.