ItemDetails
Description
The ItemDetails object represents an item or product.
Properties
| Type | Name | Description |
|---|---|---|
| string | ItemInternalId | Internal identifier for the Item object (automatically assigned by EBizCharge). |
| string | ItemId | Custom identifier for the item. |
| string | Name | Name of the item. |
| string | SKU | Stock keeping unit used for inventory tracking. |
| string | UPC | Barcode for the item. |
| string | Description | Description for the item. |
| decimal | UnitPrice | Amount charged per unit when selling the item. |
| decimal | UnitCost | Amount paid per unit to acquire or produce the item. |
| string | UnitOfMeasure | Unit used to measure the item quantity. Defaults to EA. if not specified. |
| boolean | Active | Whether the item is currently available for sale. |
| string | ItemType | Classification type of the item. |
| decimal | QtyOnHand | Quantity of item currently available. |
| boolean | Taxable | Whether tax applies to the item. |
| decimal | TaxRate | Tax rate applied to the item, expressed as a percentage. |
| string | SoftwareId | Unique identifier for the integration. |
| string | ItemCategoryId | Identifier for the category the item belongs to. |
| string | ItemNotes | Notes about the item. |
| string | DateTimeCreated | Date and time the item was created in the EBizCharge platform. |
| string | DateTimeModified | Date and time the item was last updated in the EBizCharge platform. |
| string | ItemUniqueId | Custom unique ID for the item. |
| string | ImageUrl | URL for retrieving the item's image. |
| string | TaxCategoryID | Identifier for the item's tax category. |
| EbizCustomField[] | ItemCustomFields | List of custom fields. |
| string | ItemLastSyncDateTime | Date and time the item was synced with the integration |
| string | DivisionId | Unique identifier used within an organization's Enterprise Resource Planning (ERP) system to specifically designate a particular business unit, department, or division. |
| string | LocationId | Identifier for the location associated with the item. |
Updated 7 months ago
