Work with Orders
Last updated 10 months ago
Bearer <YOUR_API_KEY>
GET /v1/clickcrate/orders HTTP/1.1 Host: api.clickcrate.xyz Authorization: Bearer API key authorization: text Accept: */*
200
{ "orders": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "productId": "text", "productName": "text", "buyerId": "text", "sellerId": "text", "size": "text", "quantity": 1, "totalPrice": 1, "orderManager": "clickcrate", "creatorId": "text", "status": "Pending", "createdAt": "2025-06-01T03:01:02.314Z", "updatedAt": "2025-06-01T03:01:02.314Z", "shippingName": "text", "shippingEmail": "name@gmail.com", "shippingPhone": "text", "shippingAddress": "text", "shippingCity": "text", "shippingStateProvince": "text", "shippingCountryRegion": "text", "shippingZipCode": "text" } ] }
GET /v1/square/order/{orderId} HTTP/1.1 Host: api.clickcrate.xyz Authorization: Bearer API key authorization: text Accept: */*
{ "order": null }
GET /v1/shopify/order/{orderId} HTTP/1.1 Host: api.clickcrate.xyz Authorization: Bearer API key authorization: text Accept: */*