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

Latest commit

 

History

History
17 lines (12 loc) · 1.32 KB

InventoryCount.md

File metadata and controls

17 lines (12 loc) · 1.32 KB

SquareConnect.InventoryCount

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

Name Type Description Notes
catalog_object_id String The Square generated ID of the `CatalogObject` being tracked. [optional]
catalog_object_type String The `CatalogObjectType` of the `CatalogObject` being tracked. Tracking is only supported for the `ITEM_VARIATION` type. [optional]
state String The current `InventoryState` for the related quantity of items. See InventoryState for possible values [optional]
location_id String The Square ID of the `Location` where the related quantity of items are being tracked. [optional]
quantity String The number of items affected by the estimated count as a decimal string. Can support up to 5 digits after the decimal point. [optional]
calculated_at String 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]