Note
The Fulfillment APIs are coming soon.
BOM and Work Orders¶
To assemble and order Kits, use the Bill of Materials and Work Orders APIs.
Bill of Materials (BOM) APIs¶
The BOM APIs define what goes into a Kit.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/bill-of-materials |
|
PUT |
/v1/bill-of-materials/{bill-of-material-id} |
|
GET |
/v1/bill-of-materials/{bill-of-material-id} |
Work Orders APIs (Kits APIs)¶
The Work Orders API prepare Kits for shipping.
API Operation |
Method |
Resource Path |
---|---|---|
POST |
/v1/work-orders |
|
PUT |
/v1/work-orders/{work-order-id} |
|
GET |
/v1/work-orders/{work-order-id} |
|
POST |
/v1/work-orders/search
|
|
PUT |
/v1/work-orders/{work-order-id}/cancel |
For all Fulfillment APIs, see Fulfillment API Resources.