cURL
curl --request GET \ --url https://api.wizcommerce.com/v1/price-lists \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "0c05a9a7-84ed-46f0-819b-653545730920", "reference_id": "PRC-20250101", "name": "Price List 1", "description": "Price List 1 Description", "status": "active", "currency": "USD", "created_at": "2025-01-01T00:00:00Z", "updated_at": "2025-01-01T00:00:00Z" } ], "pagination": { "total_records": 100, "total_pages": 10, "current_page": 1, "next_page": 2, "prev_page": 0, "page_size": 10 } }
List Price Lists
API Key for authentication
x >= 1
created_at
updated_at
name
1 <= x <= 100
asc
desc
active
inactive
The response is of type object.
object
Was this page helpful?