API (Customer Product)
Add-On: Yes. REST endpoints under /V1/customcatalog are available via the optional mageb2b/customer-catalog-api package.
The base mageb2b/custom-catalog module provides PHP service contracts and assignment logic; REST endpoint exposure is add-on scope.
Endpoints:
GET /V1/customcatalog/:idGET /V1/customcatalog/searchPOST /V1/customcatalogPUT /V1/customcatalog/:idPOST /V1/customcatalog/savebulkDELETE /V1/customcatalog/:idPOST /V1/customcatalog/deletebulk
Notes:
- You can configure which customer/product attribute codes are used by the API instead of entity IDs.
- Cart refresh behavior depends on integration path and active module configuration.
