Fulfillment
Manage locations, fulfillment, packages, shipments, and routing.
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/fulfillment/routing/preview | Preview routing |
Locations
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/fulfillment/locations | Create location |
GET | /v1/fulfillment/locations | List locations |
GET | /v1/fulfillment/locations/{id} | Get location by ID |
PUT | /v1/fulfillment/locations/{id} | Update a location |
PUT | /v1/fulfillment/locations/default | Set default location |
DELETE | /v1/fulfillment/locations/{id} | Delete a location |
Orders
Packages
| Method | Endpoint | Operation |
|---|---|---|
POST | /v1/fulfillment/packages | Create package |
GET | /v1/fulfillment/packages | List packages |
GET | /v1/fulfillment/packages/{id} | Get package |
PUT | /v1/fulfillment/packages/{id} | Update package |
DELETE | /v1/fulfillment/packages/{id} | Delete package |
Settings
| Method | Endpoint | Operation |
|---|---|---|
GET | /v1/fulfillment/settings | Get fulfillment settings |
PUT | /v1/fulfillment/settings | Update fulfillment settings |