Inventory API | RAML Definition
home
This API serves as a design best practice to work with inventory 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 checking product variant availability and for warehouse product reservation.
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 the Retail Inventory RAML fragment.
Defined types:
- InventoryQueryResponse - Defines inventory query response.
- InventoryReserveRequest - Defines inventory reserve request structure.
- MessageResponse - Defines message response.