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/:id
  • GET /V1/customcatalog/search
  • POST /V1/customcatalog
  • PUT /V1/customcatalog/:id
  • POST /V1/customcatalog/savebulk
  • DELETE /V1/customcatalog/:id
  • POST /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.

Found an issue with this documentation? Let us know