curl --location --request GET 'https://api.stateset.com/v1/wholesale_order_line_item/list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"limit": 10,
"offset": 0,
"order_direction": "asc"
}'
{
"id": "<string>",
"product_id": "<string>",
"product_name": "<string>",
"brand": "<string>",
"quantity": "<string>",
"unit": "<string>",
"updated_date": "<string>",
"wholesale_order_id": "<string>",
"created_date": "<string>",
"price_unit": "<string>",
"include_in_export": "<string>",
"product_class": "<string>"
}This endpoint list wholesale order line items.
curl --location --request GET 'https://api.stateset.com/v1/wholesale_order_line_item/list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"limit": 10,
"offset": 0,
"order_direction": "asc"
}'
{
"id": "<string>",
"product_id": "<string>",
"product_name": "<string>",
"brand": "<string>",
"quantity": "<string>",
"unit": "<string>",
"updated_date": "<string>",
"wholesale_order_id": "<string>",
"created_date": "<string>",
"price_unit": "<string>",
"include_in_export": "<string>",
"product_class": "<string>"
}curl --location --request GET 'https://api.stateset.com/v1/wholesale_order_line_item/list' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"limit": 10,
"offset": 0,
"order_direction": "asc"
}'