XentrDeveloper Docs
API ReferenceProducts

Reorder BOM items

PUT
/api/factories/{factoryId}/products/{productId}/bom/reorder
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory ID

productId*string

Product ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "https://api.xentr.ai/api/factories/string/products/string/bom/reorder" \  -H "Content-Type: application/json" \  -d '{    "items": [      {        "id": "string",        "sortOrder": 0      }    ]  }'
Empty