@medusajs/js-sdk 3.0.0-preview-20250211091350 → 3.0.0-preview-20250406164537
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/campaign.d.ts +9 -0
- package/dist/admin/campaign.d.ts.map +1 -1
- package/dist/admin/campaign.js +9 -0
- package/dist/admin/campaign.js.map +1 -1
- package/dist/admin/customer.d.ts +95 -0
- package/dist/admin/customer.d.ts.map +1 -1
- package/dist/admin/customer.js +120 -0
- package/dist/admin/customer.js.map +1 -1
- package/dist/admin/draft-order.d.ts +427 -0
- package/dist/admin/draft-order.d.ts.map +1 -0
- package/dist/admin/draft-order.js +534 -0
- package/dist/admin/draft-order.js.map +1 -0
- package/dist/admin/fulfillment-provider.d.ts +7 -1
- package/dist/admin/fulfillment-provider.d.ts.map +1 -1
- package/dist/admin/fulfillment-provider.js +7 -1
- package/dist/admin/fulfillment-provider.js.map +1 -1
- package/dist/admin/fulfillment.js +1 -1
- package/dist/admin/fulfillment.js.map +1 -1
- package/dist/admin/index.d.ts +10 -0
- package/dist/admin/index.d.ts.map +1 -1
- package/dist/admin/index.js +4 -0
- package/dist/admin/index.js.map +1 -1
- package/dist/admin/order.d.ts +2 -1
- package/dist/admin/order.d.ts.map +1 -1
- package/dist/admin/order.js +8 -0
- package/dist/admin/order.js.map +1 -1
- package/dist/admin/plugin.d.ts +9 -0
- package/dist/admin/plugin.d.ts.map +1 -0
- package/dist/admin/plugin.js +16 -0
- package/dist/admin/plugin.js.map +1 -0
- package/dist/admin/product-collection.d.ts +1 -1
- package/dist/admin/product-collection.js +1 -1
- package/dist/admin/product.d.ts +3 -2
- package/dist/admin/product.d.ts.map +1 -1
- package/dist/admin/product.js +3 -2
- package/dist/admin/product.js.map +1 -1
- package/dist/admin/promotion.d.ts +285 -1
- package/dist/admin/promotion.d.ts.map +1 -1
- package/dist/admin/promotion.js +284 -0
- package/dist/admin/promotion.js.map +1 -1
- package/dist/admin/refund-reasons.d.ts +48 -0
- package/dist/admin/refund-reasons.d.ts.map +1 -1
- package/dist/admin/refund-reasons.js +48 -0
- package/dist/admin/refund-reasons.js.map +1 -1
- package/dist/admin/region.d.ts +137 -12
- package/dist/admin/region.d.ts.map +1 -1
- package/dist/admin/region.js +133 -0
- package/dist/admin/region.js.map +1 -1
- package/dist/admin/reservation.d.ts +134 -0
- package/dist/admin/reservation.d.ts.map +1 -1
- package/dist/admin/reservation.js +134 -0
- package/dist/admin/reservation.js.map +1 -1
- package/dist/admin/return-reason.d.ts +135 -0
- package/dist/admin/return-reason.d.ts.map +1 -1
- package/dist/admin/return-reason.js +135 -0
- package/dist/admin/return-reason.js.map +1 -1
- package/dist/admin/return.d.ts +523 -1
- package/dist/admin/return.d.ts.map +1 -1
- package/dist/admin/return.js +522 -0
- package/dist/admin/return.js.map +1 -1
- package/dist/admin/sales-channel.d.ts +176 -1
- package/dist/admin/sales-channel.d.ts.map +1 -1
- package/dist/admin/sales-channel.js +175 -0
- package/dist/admin/sales-channel.js.map +1 -1
- package/dist/admin/shipping-option.d.ts +151 -0
- package/dist/admin/shipping-option.d.ts.map +1 -1
- package/dist/admin/shipping-option.js +151 -0
- package/dist/admin/shipping-option.js.map +1 -1
- package/dist/admin/shipping-profile.d.ts +132 -0
- package/dist/admin/shipping-profile.d.ts.map +1 -1
- package/dist/admin/shipping-profile.js +132 -0
- package/dist/admin/shipping-profile.js.map +1 -1
- package/dist/admin/stock-location.d.ts +190 -0
- package/dist/admin/stock-location.d.ts.map +1 -1
- package/dist/admin/stock-location.js +190 -0
- package/dist/admin/stock-location.js.map +1 -1
- package/dist/admin/store.d.ts +99 -0
- package/dist/admin/store.d.ts.map +1 -1
- package/dist/admin/store.js +99 -0
- package/dist/admin/store.js.map +1 -1
- package/dist/admin/tax-rate.d.ts +136 -0
- package/dist/admin/tax-rate.d.ts.map +1 -1
- package/dist/admin/tax-rate.js +136 -0
- package/dist/admin/tax-rate.js.map +1 -1
- package/dist/admin/tax-region.d.ts +125 -0
- package/dist/admin/tax-region.d.ts.map +1 -1
- package/dist/admin/tax-region.js +125 -1
- package/dist/admin/tax-region.js.map +1 -1
- package/dist/admin/upload.d.ts +65 -6
- package/dist/admin/upload.d.ts.map +1 -1
- package/dist/admin/upload.js +63 -1
- package/dist/admin/upload.js.map +1 -1
- package/dist/admin/user.d.ts +147 -0
- package/dist/admin/user.d.ts.map +1 -1
- package/dist/admin/user.js +147 -0
- package/dist/admin/user.js.map +1 -1
- package/dist/admin/workflow-execution.d.ts +62 -0
- package/dist/admin/workflow-execution.d.ts.map +1 -1
- package/dist/admin/workflow-execution.js +62 -0
- package/dist/admin/workflow-execution.js.map +1 -1
- package/dist/auth/index.d.ts +88 -24
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +89 -24
- package/dist/auth/index.js.map +1 -1
- package/dist/client.d.ts +9 -8
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +67 -48
- package/dist/client.js.map +1 -1
- package/dist/esm/admin/campaign.d.ts +9 -0
- package/dist/esm/admin/campaign.d.ts.map +1 -1
- package/dist/esm/admin/campaign.js +9 -0
- package/dist/esm/admin/campaign.js.map +1 -1
- package/dist/esm/admin/customer.d.ts +95 -0
- package/dist/esm/admin/customer.d.ts.map +1 -1
- package/dist/esm/admin/customer.js +130 -0
- package/dist/esm/admin/customer.js.map +1 -1
- package/dist/esm/admin/draft-order.d.ts +427 -0
- package/dist/esm/admin/draft-order.d.ts.map +1 -0
- package/dist/esm/admin/draft-order.js +577 -0
- package/dist/esm/admin/draft-order.js.map +1 -0
- package/dist/esm/admin/fulfillment-provider.d.ts +7 -1
- package/dist/esm/admin/fulfillment-provider.d.ts.map +1 -1
- package/dist/esm/admin/fulfillment-provider.js +7 -1
- package/dist/esm/admin/fulfillment-provider.js.map +1 -1
- package/dist/esm/admin/fulfillment.js +1 -1
- package/dist/esm/admin/fulfillment.js.map +1 -1
- package/dist/esm/admin/index.d.ts +10 -0
- package/dist/esm/admin/index.d.ts.map +1 -1
- package/dist/esm/admin/index.js +4 -0
- package/dist/esm/admin/index.js.map +1 -1
- package/dist/esm/admin/order.d.ts +2 -1
- package/dist/esm/admin/order.d.ts.map +1 -1
- package/dist/esm/admin/order.js +10 -0
- package/dist/esm/admin/order.js.map +1 -1
- package/dist/esm/admin/plugin.d.ts +9 -0
- package/dist/esm/admin/plugin.d.ts.map +1 -0
- package/dist/esm/admin/plugin.js +23 -0
- package/dist/esm/admin/plugin.js.map +1 -0
- package/dist/esm/admin/product-collection.d.ts +1 -1
- package/dist/esm/admin/product-collection.js +1 -1
- package/dist/esm/admin/product.d.ts +3 -2
- package/dist/esm/admin/product.d.ts.map +1 -1
- package/dist/esm/admin/product.js +3 -2
- package/dist/esm/admin/product.js.map +1 -1
- package/dist/esm/admin/promotion.d.ts +285 -1
- package/dist/esm/admin/promotion.d.ts.map +1 -1
- package/dist/esm/admin/promotion.js +284 -0
- package/dist/esm/admin/promotion.js.map +1 -1
- package/dist/esm/admin/refund-reasons.d.ts +48 -0
- package/dist/esm/admin/refund-reasons.d.ts.map +1 -1
- package/dist/esm/admin/refund-reasons.js +48 -0
- package/dist/esm/admin/refund-reasons.js.map +1 -1
- package/dist/esm/admin/region.d.ts +137 -12
- package/dist/esm/admin/region.d.ts.map +1 -1
- package/dist/esm/admin/region.js +133 -0
- package/dist/esm/admin/region.js.map +1 -1
- package/dist/esm/admin/reservation.d.ts +134 -0
- package/dist/esm/admin/reservation.d.ts.map +1 -1
- package/dist/esm/admin/reservation.js +134 -0
- package/dist/esm/admin/reservation.js.map +1 -1
- package/dist/esm/admin/return-reason.d.ts +135 -0
- package/dist/esm/admin/return-reason.d.ts.map +1 -1
- package/dist/esm/admin/return-reason.js +135 -0
- package/dist/esm/admin/return-reason.js.map +1 -1
- package/dist/esm/admin/return.d.ts +523 -1
- package/dist/esm/admin/return.d.ts.map +1 -1
- package/dist/esm/admin/return.js +522 -0
- package/dist/esm/admin/return.js.map +1 -1
- package/dist/esm/admin/sales-channel.d.ts +176 -1
- package/dist/esm/admin/sales-channel.d.ts.map +1 -1
- package/dist/esm/admin/sales-channel.js +175 -0
- package/dist/esm/admin/sales-channel.js.map +1 -1
- package/dist/esm/admin/shipping-option.d.ts +151 -0
- package/dist/esm/admin/shipping-option.d.ts.map +1 -1
- package/dist/esm/admin/shipping-option.js +151 -0
- package/dist/esm/admin/shipping-option.js.map +1 -1
- package/dist/esm/admin/shipping-profile.d.ts +132 -0
- package/dist/esm/admin/shipping-profile.d.ts.map +1 -1
- package/dist/esm/admin/shipping-profile.js +132 -0
- package/dist/esm/admin/shipping-profile.js.map +1 -1
- package/dist/esm/admin/stock-location.d.ts +190 -0
- package/dist/esm/admin/stock-location.d.ts.map +1 -1
- package/dist/esm/admin/stock-location.js +190 -0
- package/dist/esm/admin/stock-location.js.map +1 -1
- package/dist/esm/admin/store.d.ts +99 -0
- package/dist/esm/admin/store.d.ts.map +1 -1
- package/dist/esm/admin/store.js +99 -0
- package/dist/esm/admin/store.js.map +1 -1
- package/dist/esm/admin/tax-rate.d.ts +136 -0
- package/dist/esm/admin/tax-rate.d.ts.map +1 -1
- package/dist/esm/admin/tax-rate.js +136 -0
- package/dist/esm/admin/tax-rate.js.map +1 -1
- package/dist/esm/admin/tax-region.d.ts +125 -0
- package/dist/esm/admin/tax-region.d.ts.map +1 -1
- package/dist/esm/admin/tax-region.js +125 -1
- package/dist/esm/admin/tax-region.js.map +1 -1
- package/dist/esm/admin/upload.d.ts +65 -6
- package/dist/esm/admin/upload.d.ts.map +1 -1
- package/dist/esm/admin/upload.js +63 -1
- package/dist/esm/admin/upload.js.map +1 -1
- package/dist/esm/admin/user.d.ts +147 -0
- package/dist/esm/admin/user.d.ts.map +1 -1
- package/dist/esm/admin/user.js +147 -0
- package/dist/esm/admin/user.js.map +1 -1
- package/dist/esm/admin/workflow-execution.d.ts +62 -0
- package/dist/esm/admin/workflow-execution.d.ts.map +1 -1
- package/dist/esm/admin/workflow-execution.js +62 -0
- package/dist/esm/admin/workflow-execution.js.map +1 -1
- package/dist/esm/auth/index.d.ts +88 -24
- package/dist/esm/auth/index.d.ts.map +1 -1
- package/dist/esm/auth/index.js +89 -24
- package/dist/esm/auth/index.js.map +1 -1
- package/dist/esm/client.d.ts +9 -8
- package/dist/esm/client.d.ts.map +1 -1
- package/dist/esm/client.js +97 -63
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/store/index.d.ts +19 -0
- package/dist/esm/store/index.d.ts.map +1 -1
- package/dist/esm/store/index.js +19 -0
- package/dist/esm/store/index.js.map +1 -1
- package/dist/esm/types.d.ts +8 -1
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/store/index.d.ts +19 -0
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/index.js +19 -0
- package/dist/store/index.js.map +1 -1
- package/dist/types.d.ts +8 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
@@ -10,27 +10,549 @@ export declare class Return {
|
|
10
10
|
* @ignore
|
11
11
|
*/
|
12
12
|
constructor(client: Client);
|
13
|
+
/**
|
14
|
+
* This method retrieves a list of returns. It sends a request to the
|
15
|
+
* [List Returns](https://docs.medusajs.com/api/admin#returns_getreturns)
|
16
|
+
* API route.
|
17
|
+
*
|
18
|
+
* @param query - Filters and pagination configurations.
|
19
|
+
* @param headers - Headers to pass in the request.
|
20
|
+
* @returns The list of returns.
|
21
|
+
*
|
22
|
+
* @example
|
23
|
+
* To retrieve the list of returns:
|
24
|
+
*
|
25
|
+
* ```ts
|
26
|
+
* sdk.admin.return.list()
|
27
|
+
* .then(({ returns, count, limit, offset }) => {
|
28
|
+
* console.log(returns)
|
29
|
+
* })
|
30
|
+
* ```
|
31
|
+
*
|
32
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
33
|
+
*
|
34
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
35
|
+
*
|
36
|
+
* ```ts
|
37
|
+
* sdk.admin.return.list({
|
38
|
+
* limit: 10,
|
39
|
+
* offset: 10
|
40
|
+
* })
|
41
|
+
* .then(({ returns, count, limit, offset }) => {
|
42
|
+
* console.log(returns)
|
43
|
+
* })
|
44
|
+
* ```
|
45
|
+
*
|
46
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
47
|
+
* in each return:
|
48
|
+
*
|
49
|
+
* ```ts
|
50
|
+
* sdk.admin.return.list({
|
51
|
+
* fields: "id,*items"
|
52
|
+
* })
|
53
|
+
* .then(({ returns, count, limit, offset }) => {
|
54
|
+
* console.log(returns)
|
55
|
+
* })
|
56
|
+
* ```
|
57
|
+
*
|
58
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/api/admin#select-fields-and-relations).
|
59
|
+
*/
|
13
60
|
list(query?: HttpTypes.AdminReturnFilters, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnsResponse>;
|
61
|
+
/**
|
62
|
+
* This method retrieves a return by ID. It sends a request to the
|
63
|
+
* [Get Return](https://docs.medusajs.com/api/admin#returns_getreturnsid)
|
64
|
+
* API route.
|
65
|
+
*
|
66
|
+
* @param id - The ID of the return to retrieve.
|
67
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
68
|
+
* @param headers - Headers to pass in the request.
|
69
|
+
* @returns The return's details.
|
70
|
+
*
|
71
|
+
* @example
|
72
|
+
* To retrieve a return by its ID:
|
73
|
+
*
|
74
|
+
* ```ts
|
75
|
+
* sdk.admin.return.retrieve("return_123")
|
76
|
+
* .then(({ return }) => {
|
77
|
+
* console.log(return)
|
78
|
+
* })
|
79
|
+
* ```
|
80
|
+
*
|
81
|
+
* To specify the fields and relations to retrieve:
|
82
|
+
*
|
83
|
+
* ```ts
|
84
|
+
* sdk.admin.return.retrieve("return_123", {
|
85
|
+
* fields: "id,*items"
|
86
|
+
* })
|
87
|
+
* .then(({ return }) => {
|
88
|
+
* console.log(return)
|
89
|
+
* })
|
90
|
+
* ```
|
91
|
+
*
|
92
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/api/admin#select-fields-and-relations).
|
93
|
+
*/
|
14
94
|
retrieve(id: string, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
95
|
+
/**
|
96
|
+
* This method initiates a return request by creating a return. It sends a request to the
|
97
|
+
* [Create Return](https://docs.medusajs.com/api/admin#returns_postreturns)
|
98
|
+
* API route.
|
99
|
+
*
|
100
|
+
* @param body - The details of the return to create.
|
101
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
102
|
+
* @param headers - Headers to pass in the request.
|
103
|
+
* @returns The return's details.
|
104
|
+
*
|
105
|
+
* @example
|
106
|
+
* sdk.admin.return.initiateRequest({
|
107
|
+
* order_id: "order_123",
|
108
|
+
* })
|
109
|
+
* .then(({ return }) => {
|
110
|
+
* console.log(return)
|
111
|
+
* })
|
112
|
+
*/
|
15
113
|
initiateRequest(body: HttpTypes.AdminInitiateReturnRequest, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
114
|
+
/**
|
115
|
+
* This method cancels a return. It sends a request to the
|
116
|
+
* [Cancel Return](https://docs.medusajs.com/api/admin#returns_postreturnsidcancel)
|
117
|
+
* API route.
|
118
|
+
*
|
119
|
+
* @param id - The ID of the return to cancel.
|
120
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
121
|
+
* @param headers - Headers to pass in the request.
|
122
|
+
* @returns The return's details.
|
123
|
+
*
|
124
|
+
* @example
|
125
|
+
* sdk.admin.return.cancel("return_123")
|
126
|
+
* .then(({ return }) => {
|
127
|
+
* console.log(return)
|
128
|
+
* })
|
129
|
+
*/
|
16
130
|
cancel(id: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
131
|
+
/**
|
132
|
+
* This method cancels a return request. It sends a request to the
|
133
|
+
* [Cancel Return Request](https://docs.medusajs.com/api/admin#returns_deletereturnsidrequest)
|
134
|
+
* API route.
|
135
|
+
*
|
136
|
+
* @param id - The ID of the return to cancel.
|
137
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
138
|
+
* @param headers - Headers to pass in the request.
|
139
|
+
* @returns The return's details.
|
140
|
+
*
|
141
|
+
* @example
|
142
|
+
* sdk.admin.return.cancelRequest("return_123")
|
143
|
+
* .then(({ return }) => {
|
144
|
+
* console.log(return)
|
145
|
+
* })
|
146
|
+
*/
|
17
147
|
cancelRequest(id: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
148
|
+
/**
|
149
|
+
* This method adds an item to a return request. It sends a request to the
|
150
|
+
* [Add Return Item](https://docs.medusajs.com/api/admin#returns_postreturnsidrequestitems)
|
151
|
+
* API route.
|
152
|
+
*
|
153
|
+
* @param id - The ID of the return to add the item to.
|
154
|
+
* @param body - The details of the item to add to the return.
|
155
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
156
|
+
* @param headers - Headers to pass in the request.
|
157
|
+
* @returns The return's details.
|
158
|
+
*
|
159
|
+
* @example
|
160
|
+
* sdk.admin.return.addReturnItem("return_123", {
|
161
|
+
* id: "orlitem_123",
|
162
|
+
* quantity: 1,
|
163
|
+
* })
|
164
|
+
* .then(({ return }) => {
|
165
|
+
* console.log(return)
|
166
|
+
* })
|
167
|
+
*/
|
18
168
|
addReturnItem(id: string, body: HttpTypes.AdminAddReturnItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
169
|
+
/**
|
170
|
+
* This method updates an item in a return request by the ID of the item's `RETURN_ITEM` action.
|
171
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
172
|
+
* using its `action` property, and use the value of the `id` property. For example,
|
173
|
+
* `item.actions.find((action) => action.action === "RETURN_ITEM")?.id` is the ID of an item's `RETURN_ITEM` action.
|
174
|
+
*
|
175
|
+
* This method sends a request to the
|
176
|
+
* [Update Requested Return Item](https://docs.medusajs.com/api/admin#returns_postreturnsidrequestitemsaction_id)
|
177
|
+
* API route.
|
178
|
+
*
|
179
|
+
* @param id - The ID of the return to update the item in.
|
180
|
+
* @param actionId - The ID of the item's `RETURN_ITEM` action.
|
181
|
+
* @param body - The details of the item to update.
|
182
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
183
|
+
* @param headers - Headers to pass in the request.
|
184
|
+
* @returns The return's details.
|
185
|
+
*
|
186
|
+
* @example
|
187
|
+
* sdk.admin.return.updateReturnItem("return_123", "orchach_123", {
|
188
|
+
* quantity: 2,
|
189
|
+
* })
|
190
|
+
* .then(({ return }) => {
|
191
|
+
* console.log(return)
|
192
|
+
* })
|
193
|
+
*/
|
19
194
|
updateReturnItem(id: string, actionId: string, body: HttpTypes.AdminUpdateReturnItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
195
|
+
/**
|
196
|
+
* This method removes an item from a return request by the ID of the item's `RETURN_ITEM` action.
|
197
|
+
*
|
198
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
199
|
+
* using its `action` property, and use the value of the `id` property. For example,
|
200
|
+
* `item.actions.find((action) => action.action === "RETURN_ITEM")?.id` is the ID of an item's `RETURN_ITEM` action.
|
201
|
+
*
|
202
|
+
* This method sends a request to the
|
203
|
+
* [Remove Item from Return](https://docs.medusajs.com/api/admin#returns_deletereturnsidrequestitemsaction_id)
|
204
|
+
* API route.
|
205
|
+
*
|
206
|
+
* @param id - The ID of the return to remove the item from.
|
207
|
+
* @param actionId - The ID of the item's `RETURN_ITEM` action.
|
208
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
209
|
+
* @param headers - Headers to pass in the request.
|
210
|
+
* @returns The return's details.
|
211
|
+
*
|
212
|
+
* @example
|
213
|
+
* sdk.admin.return.removeReturnItem("return_123", "orchach_123")
|
214
|
+
* .then(({ return }) => {
|
215
|
+
* console.log(return)
|
216
|
+
* })
|
217
|
+
*/
|
20
218
|
removeReturnItem(id: string, actionId: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
219
|
+
/**
|
220
|
+
* This method adds a shipping method to a return request. It sends a request to the
|
221
|
+
* [Add Shipping Method to Return](https://docs.medusajs.com/api/admin#returns_postreturnsidshippingmethod)
|
222
|
+
* API route.
|
223
|
+
*
|
224
|
+
* @param id - The ID of the return to add the shipping method to.
|
225
|
+
* @param body - The details of the shipping method to add to the return.
|
226
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
227
|
+
* @param headers - Headers to pass in the request.
|
228
|
+
* @returns The return's details.
|
229
|
+
*
|
230
|
+
* @example
|
231
|
+
* sdk.admin.return.addReturnShipping("return_123", {
|
232
|
+
* shipping_option_id: "so_123",
|
233
|
+
* })
|
234
|
+
* .then(({ return }) => {
|
235
|
+
* console.log(return)
|
236
|
+
* })
|
237
|
+
*/
|
21
238
|
addReturnShipping(id: string, body: HttpTypes.AdminAddReturnShipping, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
22
|
-
|
239
|
+
/**
|
240
|
+
* This method updates a shipping method in a return request by the ID of the shipping method's `SHIPPING_ADD` action.
|
241
|
+
*
|
242
|
+
* Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name
|
243
|
+
* using its `action` property, and use the value of the `id` property.
|
244
|
+
*
|
245
|
+
* For example, `shipping_method.actions.find((action) => action.action === "SHIPPING_ADD")?.id` is
|
246
|
+
* the ID of a shipping method's `SHIPPING_ADD` action.
|
247
|
+
*
|
248
|
+
* This method sends a request to the
|
249
|
+
* [Update Shipping Method in Return](https://docs.medusajs.com/api/admin#returns_postreturnsidshippingmethodaction_id)
|
250
|
+
* API route.
|
251
|
+
*
|
252
|
+
* @param id - The ID of the return to update the shipping method in.
|
253
|
+
* @param actionId - The ID of the shipping method's `SHIPPING_ADD` action.
|
254
|
+
* @param body - The details of the shipping method to update.
|
255
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
256
|
+
* @param headers - Headers to pass in the request.
|
257
|
+
* @returns The return's details.
|
258
|
+
*
|
259
|
+
* @example
|
260
|
+
* sdk.admin.return.updateReturnShipping("return_123", "orchach_123", {
|
261
|
+
* custom_amount: 100,
|
262
|
+
* })
|
263
|
+
* .then(({ return }) => {
|
264
|
+
* console.log(return)
|
265
|
+
* })
|
266
|
+
*/
|
267
|
+
updateReturnShipping(id: string, actionId: string, body: HttpTypes.AdminUpdateReturnShipping, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
268
|
+
/**
|
269
|
+
* This method removes a shipping method from a return request by the ID of the shipping method's `SHIPPING_ADD` action.
|
270
|
+
*
|
271
|
+
* Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name
|
272
|
+
* using its `action` property, and use the value of the `id` property.
|
273
|
+
*
|
274
|
+
* For example, `shipping_method.actions.find((action) => action.action === "SHIPPING_ADD")?.id` is
|
275
|
+
* the ID of a shipping method's `SHIPPING_ADD` action.
|
276
|
+
*
|
277
|
+
* This method sends a request to the
|
278
|
+
* [Remove Shipping Method from Return](https://docs.medusajs.com/api/admin#returns_deletereturnsidshippingmethodaction_id)
|
279
|
+
* API route.
|
280
|
+
*
|
281
|
+
* @param id - The ID of the return to remove the shipping method from.
|
282
|
+
* @param actionId - The ID of the shipping method's `SHIPPING_ADD` action.
|
283
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
284
|
+
* @param headers - Headers to pass in the request.
|
285
|
+
* @returns The return's details.
|
286
|
+
*
|
287
|
+
* @example
|
288
|
+
* sdk.admin.return.deleteReturnShipping("return_123", "orchach_123")
|
289
|
+
* .then(({ return }) => {
|
290
|
+
* console.log(return)
|
291
|
+
* })
|
292
|
+
*/
|
23
293
|
deleteReturnShipping(id: string, actionId: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
294
|
+
/**
|
295
|
+
* This method updates a return request. It sends a request to the
|
296
|
+
* [Update Return](https://docs.medusajs.com/api/admin#returns_postreturnsid)
|
297
|
+
* API route.
|
298
|
+
*
|
299
|
+
* @param id - The ID of the return to update.
|
300
|
+
* @param body - The details of the return to update.
|
301
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
302
|
+
* @param headers - Headers to pass in the request.
|
303
|
+
* @returns The return's details.
|
304
|
+
*
|
305
|
+
* @example
|
306
|
+
* sdk.admin.return.updateRequest("return_123", {
|
307
|
+
* location_id: "sloc_123",
|
308
|
+
* })
|
309
|
+
* .then(({ return }) => {
|
310
|
+
* console.log(return)
|
311
|
+
* })
|
312
|
+
*/
|
24
313
|
updateRequest(id: string, body: HttpTypes.AdminUpdateReturnRequest, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
314
|
+
/**
|
315
|
+
* This method confirms a return request. The return's changes are applied on the inventory quantity of the return
|
316
|
+
* items and the order only after the return has been confirmed as received using the
|
317
|
+
* [Confirm Return Receival](https://docs.medusajs.com/api/admin#returns_postreturnsidreceiveconfirm)
|
318
|
+
* API route.
|
319
|
+
*
|
320
|
+
* This method sends a request to the
|
321
|
+
* [Confirm Return Request](https://docs.medusajs.com/api/admin#returns_postreturnsidrequest)
|
322
|
+
* API route.
|
323
|
+
*
|
324
|
+
* @param id - The ID of the return to confirm.
|
325
|
+
* @param body - The details of the return to confirm.
|
326
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
327
|
+
* @param headers - Headers to pass in the request.
|
328
|
+
* @returns The return's details.
|
329
|
+
*
|
330
|
+
* @example
|
331
|
+
* sdk.admin.return.confirmRequest("return_123", {
|
332
|
+
* no_notification: true,
|
333
|
+
* })
|
334
|
+
* .then(({ return }) => {
|
335
|
+
* console.log(return)
|
336
|
+
* })
|
337
|
+
*/
|
25
338
|
confirmRequest(id: string, body: HttpTypes.AdminConfirmReturnRequest, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
339
|
+
/**
|
340
|
+
* This method starts the return receival process. It sends a request to the
|
341
|
+
* [Start Return Receival](https://docs.medusajs.com/api/admin#returns_postreturnsidreceive)
|
342
|
+
* API route.
|
343
|
+
*
|
344
|
+
* @param id - The ID of the return to start the receival process.
|
345
|
+
* @param body - The details of the return to start the receival process.
|
346
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
347
|
+
* @param headers - Headers to pass in the request.
|
348
|
+
* @returns The return's details.
|
349
|
+
*
|
350
|
+
* @example
|
351
|
+
* sdk.admin.return.initiateReceive("return_123", {
|
352
|
+
* internal_note: "Return received by the customer",
|
353
|
+
* })
|
354
|
+
* .then(({ return }) => {
|
355
|
+
* console.log(return)
|
356
|
+
* })
|
357
|
+
*/
|
26
358
|
initiateReceive(id: string, body: HttpTypes.AdminInitiateReceiveReturn, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
359
|
+
/**
|
360
|
+
* This method adds received items to a return. These items will have the action `RECEIVE_RETURN_ITEM`.
|
361
|
+
*
|
362
|
+
* The method sends a request to the
|
363
|
+
* [Add Received Items](https://docs.medusajs.com/api/admin#returns_postreturnsidreceiveitems)
|
364
|
+
* API route.
|
365
|
+
*
|
366
|
+
* @param id - The ID of the return to add the received items to.
|
367
|
+
* @param body - The details of the received items to add to the return.
|
368
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
369
|
+
* @param headers - Headers to pass in the request.
|
370
|
+
* @returns The return's details.
|
371
|
+
*
|
372
|
+
* @example
|
373
|
+
* sdk.admin.return.receiveItems("return_123", {
|
374
|
+
* items: [
|
375
|
+
* { id: "item_123", quantity: 1 },
|
376
|
+
* ],
|
377
|
+
* })
|
378
|
+
* .then(({ return }) => {
|
379
|
+
* console.log(return)
|
380
|
+
* })
|
381
|
+
*/
|
27
382
|
receiveItems(id: string, body: HttpTypes.AdminReceiveItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
383
|
+
/**
|
384
|
+
* This method updates a received item in the return by the ID of the item's `RECEIVE_RETURN_ITEM` action.
|
385
|
+
*
|
386
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
387
|
+
* using its `action` property, and use the value of the `id` property.
|
388
|
+
*
|
389
|
+
* For example, `received_item.actions.find((action) => action.action === "RECEIVE_RETURN_ITEM")?.id` is
|
390
|
+
* the ID of a received item's `RECEIVE_RETURN_ITEM` action.
|
391
|
+
*
|
392
|
+
* This method sends a request to the
|
393
|
+
* [Update Received Item](https://docs.medusajs.com/api/admin#returns_postreturnsidreceiveitemsaction_id)
|
394
|
+
* API route.
|
395
|
+
*
|
396
|
+
* @param id - The ID of the return to update the received item in.
|
397
|
+
* @param actionId - The ID of the received item's `RECEIVE_RETURN_ITEM` action.
|
398
|
+
* @param body - The details of the received item to update.
|
399
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
400
|
+
* @param headers - Headers to pass in the request.
|
401
|
+
* @returns The return's details.
|
402
|
+
*
|
403
|
+
* @example
|
404
|
+
* sdk.admin.return.updateReceiveItem("return_123", "orchach_123", {
|
405
|
+
* quantity: 2,
|
406
|
+
* })
|
407
|
+
* .then(({ return }) => {
|
408
|
+
* console.log(return)
|
409
|
+
* })
|
410
|
+
*/
|
28
411
|
updateReceiveItem(id: string, actionId: string, body: HttpTypes.AdminUpdateReceiveItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
412
|
+
/**
|
413
|
+
* This method removes a received item from the return by the ID of the item's `RECEIVE_RETURN_ITEM` action.
|
414
|
+
*
|
415
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
416
|
+
* using its `action` property, and use the value of the `id` property.
|
417
|
+
*
|
418
|
+
* For example, `received_item.actions.find((action) => action.action === "RECEIVE_RETURN_ITEM")?.id` is
|
419
|
+
* the ID of a received item's `RECEIVE_RETURN_ITEM` action.
|
420
|
+
*
|
421
|
+
* This method sends a request to the
|
422
|
+
* [Remove Received Item](https://docs.medusajs.com/api/admin#returns_deletereturnsidreceiveitemsaction_id)
|
423
|
+
* API route.
|
424
|
+
*
|
425
|
+
* @param id - The ID of the return to remove the received item from.
|
426
|
+
* @param actionId - The ID of the received item's `RECEIVE_RETURN_ITEM` action.
|
427
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
428
|
+
* @param headers - Headers to pass in the request.
|
429
|
+
* @returns The return's details.
|
430
|
+
*
|
431
|
+
* @example
|
432
|
+
* sdk.admin.return.removeReceiveItem("return_123", "orchach_123")
|
433
|
+
* .then(({ return }) => {
|
434
|
+
* console.log(return)
|
435
|
+
* })
|
436
|
+
*/
|
29
437
|
removeReceiveItem(id: string, actionId: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
438
|
+
/**
|
439
|
+
* This method adds damaged items to the return. These items will have the action `RECEIVE_DAMAGED_RETURN_ITEM`.
|
440
|
+
*
|
441
|
+
* A damaged item's quantity is not added back to the associated inventory item's quantity in the
|
442
|
+
* stock location where the return is initiated from.
|
443
|
+
*
|
444
|
+
* The method sends a request to the
|
445
|
+
* [Add Damaged Items](https://docs.medusajs.com/api/admin#returns_postreturnsiddismissitems)
|
446
|
+
* API route.
|
447
|
+
*
|
448
|
+
* @param id - The ID of the return to add the damaged items to.
|
449
|
+
* @param body - The details of the damaged items to add to the return.
|
450
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
451
|
+
* @param headers - Headers to pass in the request.
|
452
|
+
* @returns The return's details.
|
453
|
+
*
|
454
|
+
* @example
|
455
|
+
* sdk.admin.return.dismissItems("return_123", {
|
456
|
+
* items: [
|
457
|
+
* { id: "orli_123", quantity: 1 },
|
458
|
+
* ],
|
459
|
+
* })
|
460
|
+
* .then(({ return }) => {
|
461
|
+
* console.log(return)
|
462
|
+
* })
|
463
|
+
*/
|
30
464
|
dismissItems(id: string, body: HttpTypes.AdminDismissItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
465
|
+
/**
|
466
|
+
* This method updates a damaged item in the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
467
|
+
*
|
468
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
469
|
+
* using its `action` property, and use the value of the `id` property.
|
470
|
+
*
|
471
|
+
* For example, `item.actions.find((action) => action.action === "RECEIVE_DAMAGED_RETURN_ITEM")?.id` is
|
472
|
+
* the ID of a damaged item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
473
|
+
*
|
474
|
+
* This method sends a request to the
|
475
|
+
* [Update Damaged Item](https://docs.medusajs.com/api/admin#returns_postreturnsiddismissitemsaction_id)
|
476
|
+
* API route.
|
477
|
+
*
|
478
|
+
* @param id - The ID of the return to update the damaged item in.
|
479
|
+
* @param actionId - The ID of the damaged item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
480
|
+
* @param body - The details of the damaged item to update.
|
481
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
482
|
+
* @param headers - Headers to pass in the request.
|
483
|
+
* @returns The return's details.
|
484
|
+
*
|
485
|
+
* @example
|
486
|
+
* sdk.admin.return.updateDismissItem("return_123", "orchach_123", {
|
487
|
+
* quantity: 2,
|
488
|
+
* })
|
489
|
+
* .then(({ return }) => {
|
490
|
+
* console.log(return)
|
491
|
+
* })
|
492
|
+
*/
|
31
493
|
updateDismissItem(id: string, actionId: string, body: HttpTypes.AdminUpdateDismissItems, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
494
|
+
/**
|
495
|
+
* This method removes a damaged item from the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
496
|
+
*
|
497
|
+
* Every item has an `actions` property, whose value is an array of actions. You can check the action's name
|
498
|
+
* using its `action` property, and use the value of the `id` property.
|
499
|
+
*
|
500
|
+
* For example, `item.actions.find((action) => action.action === "RECEIVE_DAMAGED_RETURN_ITEM")?.id` is
|
501
|
+
* the ID of a damaged item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
502
|
+
*
|
503
|
+
* This method sends a request to the
|
504
|
+
* [Remove Damaged Item](https://docs.medusajs.com/api/admin#returns_deletereturnsiddismissitemsaction_id)
|
505
|
+
* API route.
|
506
|
+
*
|
507
|
+
* @param id - The ID of the return to remove the damaged item from.
|
508
|
+
* @param actionId - The ID of the damaged item's `RECEIVE_DAMAGED_RETURN_ITEM` action.
|
509
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
510
|
+
* @param headers - Headers to pass in the request.
|
511
|
+
* @returns The return's details.
|
512
|
+
*
|
513
|
+
* @example
|
514
|
+
* sdk.admin.return.removeDismissItem("return_123", "orchach_123")
|
515
|
+
* .then(({ return }) => {
|
516
|
+
* console.log(return)
|
517
|
+
* })
|
518
|
+
*/
|
32
519
|
removeDismissItem(id: string, actionId: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
520
|
+
/**
|
521
|
+
* This method confirms the return receival. It sends a request to the
|
522
|
+
* [Confirm Return Receival](https://docs.medusajs.com/api/admin#returns_postreturnsidreceiveconfirm)
|
523
|
+
* API route.
|
524
|
+
*
|
525
|
+
* @param id - The ID of the return to confirm the receival of.
|
526
|
+
* @param body - The details of the receival confirmation.
|
527
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
528
|
+
* @param headers - Headers to pass in the request.
|
529
|
+
* @returns The return's details.
|
530
|
+
*
|
531
|
+
* @example
|
532
|
+
* sdk.admin.return.confirmReceive("return_123", {
|
533
|
+
* no_notification: true,
|
534
|
+
* })
|
535
|
+
* .then(({ return }) => {
|
536
|
+
* console.log(return)
|
537
|
+
* })
|
538
|
+
*/
|
33
539
|
confirmReceive(id: string, body: HttpTypes.AdminConfirmReceiveReturn, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
540
|
+
/**
|
541
|
+
* This method cancels a return receival. It sends a request to the
|
542
|
+
* [Cancel Return Receival](https://docs.medusajs.com/api/admin#returns_deletereturnsidreceive)
|
543
|
+
* API route.
|
544
|
+
*
|
545
|
+
* @param id - The ID of the return to cancel the receival of.
|
546
|
+
* @param query - Configure the fields and relations to retrieve in the return.
|
547
|
+
* @param headers - Headers to pass in the request.
|
548
|
+
* @returns The return's details.
|
549
|
+
*
|
550
|
+
* @example
|
551
|
+
* sdk.admin.return.cancelReceive("return_123")
|
552
|
+
* .then(({ return }) => {
|
553
|
+
* console.log(return)
|
554
|
+
* })
|
555
|
+
*/
|
34
556
|
cancelReceive(id: string, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminReturnResponse>;
|
35
557
|
}
|
36
558
|
//# sourceMappingURL=return.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"return.d.ts","sourceRoot":"","sources":["../../../src/admin/return.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,MAAM;IACjB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;
|
1
|
+
{"version":3,"file":"return.d.ts","sourceRoot":"","sources":["../../../src/admin/return.ts"],"names":[],"mappings":"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"}
|