Configuration API for the refund request service (0.1.0)
Download OpenAPI specification:Download
Configuration API to enable or disable order item refunds via NewStore Omnichannel Manager in your business.
Important
Please follow our guide for enabling order item refunds.
Get config for order item refunds
Retrieves the config for enabling or disabling refunds for individual items in an order, via NewStore Omnichannel Manager, for your business. For more information, see Refunding orders.
If this config is disabled, you can only process refunds for a whole order and not specific items within an order.
Authorizations:
Responses
Response samples
- 200
- 500
{- "value": true,
- "updated_at": "2021-07-13T20:18:25Z"
}
Enable or disable order item refunds
Enables individual items in an order to be refunded via NewStore Omnichannel Manager in your business. For more information, see Refunding orders.
If this config is disabled, you can only process refunds for a whole order and not specific items within an order.
Authorizations:
Request Body schema: application/json
value required | boolean |
Responses
Request samples
- Payload
{- "value": true
}
Response samples
- 200
- 400
- 500
{- "value": true,
- "updated_at": "2021-07-13T20:18:25Z"
}