Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

62e9cf2 · Sep 24, 2019

History

History
18 lines (9 loc) · 1.11 KB

BatchChangeInventoryRequest.md

File metadata and controls

18 lines (9 loc) · 1.11 KB

Square.Connect.Model.BatchChangeInventoryRequest

Description

Properties

Name Type Description Notes
IdempotencyKey string A client-supplied, universally unique identifier (UUID) for the request. See Idempotency in the API Development 101 section for more information. [optional]
Changes List<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]
IgnoreUnchangedCounts bool? Indicates whether the current physical count should be ignored if the quantity is unchanged since the last physical count. Default: `true`. [optional]

[Back to Model list] [Back to API list] [Back to README]