Inventory Attribute Mapping Rules REST Endpoints
Inventory Management/Inventory Attribute Setups/Inventory Attribute Mapping Rules
Attribute mapping rules for the inventory tracking attributes.
- Create inventory attribute mapping rule
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryAttributeSetups/{InventoryAttributeSetupId}/child/attributeMappings - Get all inventory attribute mapping rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryAttributeSetups/{InventoryAttributeSetupId}/child/attributeMappings - Get one inventory attribute mapping rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryAttributeSetups/{InventoryAttributeSetupId}/child/attributeMappings/{InventoryAttributeMappingId} - Update one inventory attribute mapping
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryAttributeSetups/{InventoryAttributeSetupId}/child/attributeMappings/{InventoryAttributeMappingId}