Passing Metadata in Filters
You can pass metadata as part of thefilters
query parameter in the request. The metadata is structured as key-value pairs, allowing you to search for orders based on specific metadata fields that were set during order creation.
Example Request
"key1": "value1"
. Multiple metadata filters can be combined to refine the search.
The response also supports pagination to navigate through large sets of orders.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Required range:
x >= 1
Required range:
1 <= x <= 200
Required string length:
1 - 100
Required string length:
1 - 50
Response
200 - application/json
List all records
The response is of type object
.