Parts
Manage parts inventory and bulk import
List Parts
/api/v1/parts
Retrieve a paginated list of parts from your inventory
Get Part
/api/v1/parts/{id}
Retrieve a single part by ID
Create Part
/api/v1/parts
Add a new part to your inventory
Update Part
/api/v1/parts/{id}
Update an existing part in your inventory
Delete Part
/api/v1/parts/{id}
Remove a part from your inventory
Import Parts
/api/v1/parts/import
Bulk import parts into your inventory
Adjust Stock
/api/v1/parts/{id}/adjust-stock
Adjust the stock quantity of a part
Upload Part Image
/api/v1/parts/{id}/image
Upload an image for a part
Delete Part Image
/api/v1/parts/{id}/image
Remove the image from a part