Create or update a line item
PUT
/orders/{direction}/{orderID}/lineitems/{lineItemID}
200,4XXDescription
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessOrderAdminShopper
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
direction | Required | string | Direction of the order, from the current user's perspective. | Incoming, Outgoing, All |
orderID | Required | string | ID of the order. | --- |
lineItemID | Required | string | ID of the line item. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ProductID | Required | string | --- | --- | --- | |
Quantity | integer | int32 | --- | --- | ||
UnitPrice | number | float | --- | --- | ||
CostCenter | string | --- | --- | --- | ||
DateNeeded | string | date-time | --- | --- | ||
ShippingAccount | string | --- | --- | --- | ||
ShippingAddressID | string | --- | --- | --- | ||
ShipFromAddressID | string | --- | --- | --- | ||
InventoryRecordID | string | --- | --- | --- | ||
Specs | array | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
ProductID | string | --- | --- | --- | ||
Quantity | integer | int32 | --- | --- | ||
BundleItemID | Read Only | string | --- | --- | --- | |
IsBundle | Read Only | boolean | --- | --- | --- | |
DateAdded | Read Only | string | date-time | --- | --- | |
QuantityShipped | Read Only | integer | int32 | --- | --- | |
UnitPrice | number | float | --- | --- | ||
PromotionDiscount | Read Only | number | float | --- | --- | |
LineTotal | Read Only | number | float | --- | --- | |
LineSubtotal | Read Only | number | float | --- | --- | |
CostCenter | string | --- | --- | --- | ||
DateNeeded | string | date-time | --- | --- | ||
ShippingAccount | string | --- | --- | --- | ||
ShippingAddressID | string | --- | --- | --- | ||
ShipFromAddressID | string | --- | --- | --- | ||
Product | Read Only | object | --- | --- | --- | |
Variant | Read Only | object | --- | --- | --- | |
ShippingAddress | Read Only | object | --- | --- | --- | |
ShipFromAddress | Read Only | object | --- | --- | --- | |
SupplierID | Read Only | string | --- | --- | --- | |
InventoryRecordID | string | --- | --- | --- | ||
PriceScheduleID | Read Only | string | --- | --- | --- | |
IsOnSale | Read Only | boolean | --- | --- | --- | |
PriceOverridden | Read Only | boolean | --- | --- | --- | |
Specs | array | --- | --- | --- | ||
IncomingOrderID | Read Only | string | --- | --- | --- | |
OutgoingOrderID | Read Only | string | --- | --- | --- | |
InvitationID | BETARead Only | string | --- | --- | --- | |
xp | object | --- | --- | --- |