Create a new line item.
POST
/orders/{direction}/{orderID}/lineitems
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
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. Possible values: incoming, outgoing, all. | Incoming, Outgoing, All |
orderID | Required | string | ID of the order. | --- |
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 | --- | --- | --- | |
xp | object | --- | --- | --- |