curl --request GET \
--url https://api.wizcommerce.com/v2/orders \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "01f5d171-d3e3-4b2b-bd57-0727194b5bed",
"reference_id": "1234567890",
"display_id": "WC_1234567890",
"customer_id": "1234567890",
"status": "active",
"amount": 100,
"amount_paid": 100,
"payment_status": "PAID",
"fulfillment_status": "PARTIALLY_DELIVERED UNFULFILLED PARTIALLY_FULFILLED FULFILLED IN_PROGRESS DELIVERED",
"payment_method_id": "1234567890",
"payment_method": "payment_method",
"payment_term": "payment_term",
"shipping_method": "shipping_method",
"freight_term": "freight_term",
"internal_note": "internal_note",
"customer_note": "customer_note",
"shipment_date": "2021-01-01T00:00:00Z",
"due_date": "2021-01-01T00:00:00Z",
"source": "cart",
"price_list_id": "1234567890",
"primary_contact": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone": "+14155552671",
"designation": "Sales Manager",
"reference_id": "12345678-90ab-cdef-1234-567890abcdef"
},
"shipping_address": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"phone": "+14155552671",
"email": "[email protected]",
"address_line_1": "123 Main St",
"address_line_2": "Apt 101",
"city": "Anytown",
"state": "CA",
"country": "US",
"zip_code": "12345",
"reference_id": "1234567890"
},
"billing_address": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"phone": "+14155552671",
"email": "[email protected]",
"address_line_1": "123 Main St",
"address_line_2": "Apt 101",
"city": "Anytown",
"state": "CA",
"country": "US",
"zip_code": "12345",
"reference_id": "1234567890"
},
"po_number": "<string>",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}
],
"pagination": {
"total_records": 100,
"total_pages": 10,
"current_page": 1,
"next_page": 2,
"prev_page": 0,
"page_size": 10
}
}List orders
curl --request GET \
--url https://api.wizcommerce.com/v2/orders \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "01f5d171-d3e3-4b2b-bd57-0727194b5bed",
"reference_id": "1234567890",
"display_id": "WC_1234567890",
"customer_id": "1234567890",
"status": "active",
"amount": 100,
"amount_paid": 100,
"payment_status": "PAID",
"fulfillment_status": "PARTIALLY_DELIVERED UNFULFILLED PARTIALLY_FULFILLED FULFILLED IN_PROGRESS DELIVERED",
"payment_method_id": "1234567890",
"payment_method": "payment_method",
"payment_term": "payment_term",
"shipping_method": "shipping_method",
"freight_term": "freight_term",
"internal_note": "internal_note",
"customer_note": "customer_note",
"shipment_date": "2021-01-01T00:00:00Z",
"due_date": "2021-01-01T00:00:00Z",
"source": "cart",
"price_list_id": "1234567890",
"primary_contact": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone": "+14155552671",
"designation": "Sales Manager",
"reference_id": "12345678-90ab-cdef-1234-567890abcdef"
},
"shipping_address": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"phone": "+14155552671",
"email": "[email protected]",
"address_line_1": "123 Main St",
"address_line_2": "Apt 101",
"city": "Anytown",
"state": "CA",
"country": "US",
"zip_code": "12345",
"reference_id": "1234567890"
},
"billing_address": {
"id": "12345678-90ab-cdef-1234-567890abcdef",
"first_name": "John",
"last_name": "Doe",
"phone": "+14155552671",
"email": "[email protected]",
"address_line_1": "123 Main St",
"address_line_2": "Apt 101",
"city": "Anytown",
"state": "CA",
"country": "US",
"zip_code": "12345",
"reference_id": "1234567890"
},
"po_number": "<string>",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}
],
"pagination": {
"total_records": 100,
"total_pages": 10,
"current_page": 1,
"next_page": 2,
"prev_page": 0,
"page_size": 10
}
}API Key for authentication
format: 2006-01-02T15:04:05Z (ISO 8601) UTC
created_at, updated_at x >= 11 <= x <= 100format: 2006-01-02T15:04:05Z (ISO 8601) UTC
asc, desc format: 2006-01-02T15:04:05Z (ISO 8601) UTC
draft, confirmed, cancelled format: 2006-01-02T15:04:05Z (ISO 8601) UTC
List of customer reference ids separated by comma
OK
Show child attributes
"01f5d171-d3e3-4b2b-bd57-0727194b5bed"
"1234567890"
"WC_1234567890"
"1234567890"
"active"
100
100
"PAID"
"PARTIALLY_DELIVERED UNFULFILLED PARTIALLY_FULFILLED FULFILLED IN_PROGRESS DELIVERED"
"1234567890"
"payment_method"
"payment_term"
"shipping_method"
"freight_term"
"internal_note"
"customer_note"
"2021-01-01T00:00:00Z"
"2021-01-01T00:00:00Z"
"cart"
"1234567890"
Show child attributes
"12345678-90ab-cdef-1234-567890abcdef"
"John"
"Doe"
"+14155552671"
"Sales Manager"
"12345678-90ab-cdef-1234-567890abcdef"
Show child attributes
"12345678-90ab-cdef-1234-567890abcdef"
"John"
"Doe"
"+14155552671"
"123 Main St"
"Apt 101"
"Anytown"
"CA"
"US"
"12345"
"1234567890"
Show child attributes
"12345678-90ab-cdef-1234-567890abcdef"
"John"
"Doe"
"+14155552671"
"123 Main St"
"Apt 101"
"Anytown"
"CA"
"US"
"12345"
"1234567890"
"2021-01-01T00:00:00Z"
"2021-01-01T00:00:00Z"
Was this page helpful?