OrderStatusMapping API handler
This topic describes how to use the Order Status Mapping API to get order status mappings.
HTTP Verb: GET
URL: /api/v1/orderstatusmappings
Description: Gets the order status mappings. Maps the ERP order statuses to the site order status mapping.
Base: HandlerBase<GetOrderStatusMappingCollectionParameter, GetOrderStatusMappingCollectionResult>
Handlers:
Order | Handler | Description |
---|---|---|
500 | GetOrderStatusMappingCollection | Retrieves all OrderStatusMappings objects from database. |
Updated about 1 year ago