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:
id
string
A unique identifier for the item.
Example: ITM-0690-0539-0001
href
string
The resource URI of the Item.
Example: /product-items/ITM-0690-0539-0001
name
string
The name of the item.
Example: Microsoft 365 Apps for Business
description
string
A description of the item.
Example: Best for businesses that need Office apps across devices and cloud file storage.
terms
object
Terms for the items, as defined in the terms object.
Example:
quantityNotApplicable
boolean
Indicates if the quantity isn't applicable or relevant to the product item being sold.
Example: true
status
string
The status of the item.
Example: Draft
parameters
Captures any additional information required for a product item and is defined by item configuration parameters.
Example:
audit
object
A reference to the audit object. Allowed values: created, updated, activated, or terminated.
Parameter object
The parameter object contains the given parameter's value and additional information, like Constraints.
id
string
The identifier of the parameter definition this value refers to.
Example: PDF-1234-1234-1234
externalId
string
The ID of the parameter in the external system.
Example: SKU
name
string
The display name for the parameter.
Example: Stock keeping unit
value
string
The value of the parameter.
Example: 65272478BB01A12
ExternalIds object
vendor
string
A vendor-recognizable item identifier used to ensure the correct item is supplied when an order is placed.
Example response
Last updated
Was this helpful?