Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.51 KB

File metadata and controls

20 lines (14 loc) · 1.51 KB

InventoryCount

squareconnect.models.inventory_count

Description

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

Properties

Name Type Description Notes
catalog_object_id str The Square generated ID of the CatalogObject being tracked. [optional]
catalog_object_type str The CatalogObjectType of the CatalogObject being tracked. Tracking is only supported for the `ITEM_VARIATION` type. [optional]
state str The current InventoryState for the related quantity of items. See InventoryState for possible values [optional]
location_id str The Square ID of the Location where the related quantity of items are being tracked. [optional]
quantity str The number of items in the count as a decimal string. Fractional quantities are not supported. [optional]
calculated_at str A 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]