- Subcategories:
- Components
Product Structures REST Endpoints
Product Structures
The product structures resource is used to view, create, and update the details of a product structure. It is used to include a primary structure that is used to build the item or an alternate structure.
- Create a product structure
- Method: postPath:
/crmRestApi/resources/11.13.18.05/productStructures - Get a product structure
- Method: getPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId} - Get all product structures
- Method: getPath:
/crmRestApi/resources/11.13.18.05/productStructures - Get product structure hierarchy
- Method: postPath:
/crmRestApi/resources/11.13.18.05/productStructures/action/getStructureHierarchy - Update a product structure
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/productStructures/{BillSequenceId}