Create returns

Issue one or more full order returns. To issue a partial return, we recommend using the FastSpring App.

🚧

Returning a subscription does not cancel the subscription. We recommend calling DELETE / subscriptions/{subscription_Id} to cancel the subscription as well.

{ 
  "returns":[ 
    { 
      "order":"17VblT1XR1aAnIIScCgpfw",                     // order ID OR order reference to be returned
      "reason":"DUPLICATE_ORDER",                           // PRODUCT_NOT_RECEIVED | PRODUCT_DIFFERENCE | FRAUD | ORDER_ERROR | DISCOUNT | DUPLICATE_ORDER | COMPATIBILITY_ISSUE | OTHER (NONE if missing)
      "note":"As requested by customer",                    // optional, customer-visible note explaining the return reason
      "notification":"ORIGINAL"                             // notify the customer of the return via email? "ORIGINAL" = yes; "NONE" = no
    }
  ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!