Get card order items
GET {{baseUrl}}/cardorders/:id/items
Returns the item list of a specific card order.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Specifies the position of an element in a list of card orders. The response includes a list of card order items that starts at the specified offset. Default: 0, which means that the response contains all the elements in the list of card order items. | |
limit | number | The number of card order items returned per page. Default: 10. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |