UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

11 lines (10 loc) 293 B
export interface CreateAReturnAgainstAnOrderRequest { /** * ID of the order to return. String starting with **order_**. */ order: `order_${string}`; /** * Array of objects. Required fields: `parent` (if `type` is **sku**), `amount`, `type`, `quantity` */ items: string; };