For the complete documentation index, see llms.txt. This page is also available as Markdown.

Item

The Item object represents a “product item” as a transactable element of a product that, for example, in a created order, is represented as a “line item” of that order.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) A unique identifier for the item.

name

string, core

The name of the item.

description

string

A description of the item.

externalIds

object

Represents the externalIds object.

Example:

terms

object

Terms for the items, as defined in the terms object.

Example:

quantityNotApplicable

boolean, core

Indicates if the quantity isn't applicable or relevant to the product item being sold.

status

string

The status of the item. Allowed values are:

  • Draft

  • Published

  • Unpublished

parameters

object

Captures any additional information required for a product item and is defined by item configuration parameters.

Example:

group

object

The itemGroup to which the item has been assigned.

unit

object

The unitOfMeasure assigned to item.

product

object

The product to which item is assigned.

audit

object

(Read-only) Represents the audit object.

Parameter object

The parameter object contains the given parameter's value and additional information, like Constraints.

Field
Type
Description

id

string

(Read-only) The identifier of the parameter definition this value refers to.

externalId

string

The ID of the parameter in the external system.

name

string

The display name for the parameter.

value

string

(Optional) The value of the parameter.

External Ids object

Field
Type
Description

vendor

string

A vendor-recognizable item identifier used to ensure the correct item is supplied when an order is placed.

Example

Last updated

Was this helpful?