The Bucky Box API is intended for third-party shopping carts and systems to push new customers and orders into Bucky Box. To access you must send your API-Key and API-Secret via HTTP headers. Please contact Bucky Box developer support to purchase an API key.
Resource | Description |
---|---|
GET /v1/boxes | Returns list of boxes |
GET /v1/boxes/:id | Returns single box |
Resource | Description |
---|---|
GET /v1/customers | Get list of customers |
POST /v1/customers/sign_in | |
GET /v1/customers/:id | Get single customer |
POST /v1/customers | Create a new customer |
PATCH /v1/customers/:id | Update an existing customer |
Resource | Description |
---|---|
GET /v1/delivery_services | Get list of delivery services |
GET /v1/delivery_services/:id | Returns single delivery service |
Resource | Description |
---|---|
GET /v1/orders | Get list of orders |
GET /v1/orders/:id | Get single order |
POST /v1/orders | Create a new order |
Resource | Description |
---|---|
GET /v1/webstore | Returns the current webstore settings |