Product API | RAML Definition
home
This API serves as a design best practice to work with product data from systems like Salesforce via a set of RESTful services that are designed in RAML, making it easily consumable by any developer within the enterprise. This API defines endpoints for searching categories and products.
This RAML API specification is part of the Accelerator for Salesforce B2C Commerce Cloud and the Accelerator for Retail. System APIs provide a means of hiding complexity from the user while exposing data and providing downstream insulation from any interface changes or rationalization of those systems.
This API depends on these RAML fragments:
- Retail Product
- Retail Taxonomy
Defined types:
- CategoryCollectionResponse - Defines category response collection.
- CategoryResponse - Defines category response.
- ProductCollectionResponse - Defines product response collection.
- ProductResponse - Defines product response.
- ProductVariantCollectionResponse - Defines product variant response collection.
- ProductVariantResponse - Defines product variant response.