Items API
Access the line items associated with a Scheduling Agreement.
Associations
This resource is associated with the Scheduling Agreement Collaboration API. For more information, see Scheduling Agreement Collaboration API.
Elements
Items
| Element | Description | Req'd | In | Out | Data Type |
|---|---|---|---|---|---|
| external-reference-id | The unique identifier for the item from the external system. | Yes | Yes | Yes | String |
| item or item-description | The Coupa item object or a plain text description of the item. One of the two is required. | Yes | Yes | Yes | Object / String |
| price | The price per unit for the item. | Yes | Yes | Yes | Decimal |
| currency | The currency for the item's price. | Yes | Yes | Yes | Object |
| quantity | The total quantity of the item for the agreement. | Yes | Yes | Yes | Decimal |
| uom | The unit of measure for the item. | Yes | Yes | Yes | Object |
| firm-zone | The number of days defining the firm commitment period. | Yes | Yes | Yes | Integer |
| trade-off-zone | The number of days defining the trade-off period for collaboration. | Yes | Yes | Yes | Integer |
| forecast-zone | The number of days defining the forecast period. | No | Yes | Yes | Integer |
| need-by | The required-by date for the item. | Yes | Yes | Yes | Datetime |
| is-confirmation-required | Specifies if the supplier must confirm the schedule lines for this item. | Yes | Yes | Yes | Boolean |
| schedule_lines | An array of delivery schedule lines for this item. | Yes | Yes | Yes | Array |