Skip to main content

Configuration API for the refund request service (0.1.0)

Download OpenAPI specification:Download

team-order-management: team-order-management@newstore.com

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:
newStoreAccessToken

Responses

Response samples

Content type
application/json
{
  • "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:
newStoreAccessToken
Request Body schema: application/json
value
required
boolean

Responses

Request samples

Content type
application/json
{
  • "value": true
}

Response samples

Content type
application/json
{
  • "value": true,
  • "updated_at": "2021-07-13T20:18:25Z"
}