Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 959 Bytes

BatchChangeInventoryRequest.md

File metadata and controls

14 lines (8 loc) · 959 Bytes

SquareConnect.BatchChangeInventoryRequest

Description

Properties

Name Type Description Notes
idempotency_key String A client-supplied, universally unique identifier (UUID) for the request. See Idempotency in the API Development 101 section for more information. [optional]
changes [InventoryChange] The set of physical counts and inventory adjustments to be made. Changes are applied based on the client-supplied timestamp and may be sent out of order. Max size is 100 changes. [optional]
ignore_unchanged_counts Boolean Indicates whether the current physical count should be ignored if the quantity is unchanged since the last physical count. Default: `true`. [optional]