MBOM API
Method: POST
URL: /api/v1/product/mbom/import
URL: /api/v1/product/mbom/import
Identification
Identification
To access, use the API access key and Entity ID outside the payload part of the JSON.
access_key (required)
Generate an API Access key at System > Users.
entity_id (required)
After creating an entity, the Entity ID is visible at System > Settings.
Payload
Payload
Field definition: Version 5.0.0
Example
Example
Request
Response
{
"data":
{
"mutated": 2,
"total": 2
},
"status": "success"
}
"data":
{
"mutated": 2,
"total": 2
},
"status": "success"
}