OrderStatusMapping API handler
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 over 1 year ago