InventoryCount

July 10, 2019 ยท View on GitHub

squareconnect.models.inventory_count

Description

Represents Square's estimated quantity of items in a particular state at a particular location based on the known history of physical counts and inventory adjustments

Properties

NameTypeDescriptionNotes
catalog_object_idstrThe Square generated ID of the CatalogObject being tracked.[optional]
catalog_object_typestrThe CatalogObjectType of the CatalogObject being tracked. Tracking is only supported for the `ITEM_VARIATION` type.[optional]
statestrThe current InventoryState for the related quantity of items. See InventoryState for possible values[optional]
location_idstrThe Square ID of the Location where the related quantity of items are being tracked.[optional]
quantitystrThe number of items in the count as a decimal string. Can support up to 5 digits after the decimal point. Important: The Point of Sale app and Dashboard do not currently support decimal quantities. If a Point of Sale app or Dashboard attempts to read a decimal quantity on inventory counts or adjustments, the quantity will be rounded down to the nearest integer. For example, `2.5` will become `2`, and `-2.5` will become `-3`. Read Decimal Quantities (BETA) for more information.[optional]
calculated_atstrA read-only timestamp in RFC 3339 format that indicates when Square received the most recent physical count or adjustment that had an affect on the estimated count.[optional]

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