Skip to content

Latest commit

 

History

History
111 lines (53 loc) · 3.05 KB

Item.md

File metadata and controls

111 lines (53 loc) · 3.05 KB

Apideck.Item

Description

Properties

Name Type Description Notes
name string
id string [optional]
idempotency_key string A value you specify that uniquely identifies this request among requests you have sent. [optional]
description string [optional]
abbreviation string [optional]
product_type string [optional]
price_amount number [optional]
pricing_type string [optional]
price_currency Currency [optional]
cost number [optional]
tax_ids Array<string> A list of Tax IDs for the product. [optional]
is_revenue boolean True if this item should be counted as revenue. For example, gift cards and donations would not be counted as revenue. [optional]
use_default_tax_rates boolean [optional]
absent_at_location_ids Array<string> A list of locations where the object is not present, even if present_at_all_locations is true. This can include locations that are deactivated. [optional]
present_at_all_locations boolean [optional]
available_for_pickup boolean [optional]
available_online boolean [optional]
sku string SKU of the item [optional]
code string Product code, e.g. UPC or EAN [optional]
categories Array<object> [optional]
options Array<object> List of options pertaining to this item's attribute variation [optional]
variations Array<object> [optional]
modifier_groups Array<object> [optional]
available boolean [optional]
hidden boolean [optional]
version string The user who last updated the object. [optional]
custom_mappings object When custom mappings are configured on the resource, the result is included here. [optional]
deleted boolean Flag to indicate if the object is deleted. [optional]
updated_by string The user who last updated the object. [optional]
created_by string The user who created the object. [optional]
updated_at Date The date and time when the object was last updated. [optional]
created_at Date The date and time when the object was created. [optional]
pass_through PassThroughBody [optional]

Enum: Item.product_type

  • regular (value: 'regular')

  • other (value: 'other')

Enum: Item.pricing_type

  • fixed (value: 'fixed')

  • variable (value: 'variable')

  • per_unit (value: 'per_unit')

  • other (value: 'other')

Referenced Types:


[Back to top] [Back to API list] [Back to README]