This function updates the URL to which a provider sends a user after they check out.
uapi --output=jsonpretty \ --user=username \ Market \ set_url_after_checkout \ provider='cPStore' \ access_token='725431a1-d5bc-11e5-a28b-8b0e09a93f05' \ order_id='123456' \ url_after_checkout='http://checkout.example.com'
{- "apiversion": 3,
- "func": "set_url_after_checkout",
- "module": "Market",
- "result": {
- "data": {
- "error_type": "This is an error."
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}