UNPKG

mozu-node-sdk

Version:

Mozu JavaScript SDK for Node.js and Arc.js environments

24 lines (19 loc) 794 B
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by CodeZu. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ var Client = require('../../../client'), constants = Client.constants; module.exports = Client.sub({ createRefund: Client.method({ method: constants.verbs.POST, url: '{+tenantPod}api/commerce/orders/{orderId}/refunds?responseFields={responseFields}' }), resendRefundEmail: Client.method({ method: constants.verbs.PUT, url: '{+tenantPod}api/commerce/orders/{orderId}/refunds/{refundId}' }) });