BatchChangeInventoryRequest

September 24, 2019 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
idempotency_keygetIdempotencyKey()setIdempotencyKey($value)stringA client-supplied, universally unique identifier (UUID) for the request. See Idempotency in the API Development 101 section for more information.[optional]
changesgetChanges()setChanges($value)\SquareConnect\Model\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_countsgetIgnoreUnchangedCounts()setIgnoreUnchangedCounts($value)boolIndicates whether the current physical count should be ignored if the quantity is unchanged since the last physical count. Default: `true`.[optional]

Note: All properties are protected and only accessed via getters and setters.

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