| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemCode |
The item code for the item you wish to add to a order request. |
string |
Required String length: inclusive between 0 and 30 |
| Originals |
The number of originals for this line of the order request. |
integer |
Required Minimum value: 1 |
| Copies |
The number of copies to make for this line of the order request. |
integer |
Required Minimum value: 1 |
| Description |
The description of the item you wish to add to the order request. |
string |
Required String length: inclusive between 0 and 200 |
| Sequence |
The sequence of the item you wish to add to the order request, relative to the other lines in the request. |
integer |
Minimum value: 1 |
| AdditionalDetails |
Additional details about this line item. |
string |
None. |
| WidthInInches |
The width of the item in inches. If you provide LenghtInInches and WidthInInches then the SizeInSquareFeet value will be ignored. |
decimal number |
Minimum value: 0 |
| LenghtInInches |
The length of the item in inches. If you provide LenghtInInches and WidthInInches then the SizeInSquareFeet value will be ignored. |
decimal number |
Minimum value: 0 |
| SizeInSquareFeet |
The size of the item in square feet. If the SizeInSquareFeet value is supplied, LenghtInInches and WidthInInches will be ignored. |
decimal number |
Minimum value: 0 |
| OverrideUnitPrice |
The unit price for this line of the order request. |
decimal number |
Minimum value: 0 |
| PackageAllocations |
A list of allocations of copies to shipping packages. |
Collection of OrderCreationRequestLinePackageAllocation |
None. |
| ShopLocationId |
Represents the Id of the ABC Shop Location to send the line to, if different from the order's Shop Location. The location must be an AbcShop, FM, or VFM. |
integer |
Minimum value: 1 |