Logo
Emporix Digital Commerce Platform API Documentation

brand

Number of APIs: 8


1. Deleting a brand

DELETE {{api-url}}/brand/brands/{{brandId}}



2. Access token

POST {{api-url}}/oauth/token



3. Creating a brand

POST {{api-url}}/brand/brands



4. Retrieving all brands

GET {{api-url}}/brand/brands



5. Retrieving a brand with localized fields in en lang only

GET {{api-url}}/brand/brands/{{brandId}}



6. Retrieving brands with existing field "localizedDescription"

GET {{api-url}}/brand/brands?q=localizedDescription:exists



7. Retrieving brands with version > 1

GET {{api-url}}/brand/brands?q=metadata.version:>1



8. Updating a brand

PUT {{api-url}}/brand/brands/{{brandId}}



ENDPOINTS