Retrieve order items by conditions
Retrieve order items by conditions
Authorizations:Token
Query Parameters
| _cnd[order] | integerFilters order items by order id | 
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) | 
| _cnd[orderBy] | Array of stringsSets sorting order field | 
Responses
200Success
Response schema: 
Success Array
| privateAttachments | Array | 
| categoryAdded | string | 
| pinCodes | Array | 
| capostParcelItems | Array | 
| capostReturnItems | Array | 
| customerAttachments | Array | 
| vendor | |
| originalProduct | |
| item_id | integer | 
| object | |
| name | string | 
| sku | string | 
| price | string | 
| itemNetPrice | string | 
| discountedSubtotal | string | 
| amount | integer | 
| backorderedAmount | integer | 
| order | |
| surcharges | Array | 
| attributeValues | Array | 
| total | string | 
| subtotal | string |