Creating a satisfaction refund
Learn how to create a satisfaction refund.
Last updated
Was this helpful?
Learn how to create a satisfaction refund.
Last updated
Was this helpful?
There are two ways to create a refund. A Customer Service Representative (CRS) can initiate a satisfaction refund through Global Commerce, or you can create a satisfaction refund programmatically.
The following request requires the customer token and sets the type
to productRefund
, the category
to PRODUCT_LEVEL_PRODUCT
, the reason to CUSTOMER_SATISFACTION_ISSUE
, the comments to Test Product Refund
, and refundAmount
.
The following request requires the customer token and sets the type
to productRefund
, the category
to PRODUCT_LEVEL_PRODUCT
, the reason to VENDOR_APPROVED_REFUND
, the comments to Test Product Refund
, and refundAmount
.
The following request requires the customer token and sets the type
to orderRefund
, the category
to ORDER_LEVEL_FULL
, the reason to VENDOR_APPROVED_REFUND
, the comments to Test Product Refund
, and refundAmount
.