@medusajs/js-sdk 1.0.0-rc-20241016093905 → 1.0.0-rc-20241022152047
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/admin/api-key.d.ts +150 -1
- package/dist/admin/api-key.d.ts.map +1 -1
- package/dist/admin/api-key.js +146 -0
- package/dist/admin/api-key.js.map +1 -1
- package/dist/admin/campaign.d.ts +141 -0
- package/dist/admin/campaign.d.ts.map +1 -1
- package/dist/admin/campaign.js +138 -0
- package/dist/admin/campaign.js.map +1 -1
- package/dist/admin/claim.d.ts +548 -20
- package/dist/admin/claim.d.ts.map +1 -1
- package/dist/admin/claim.js +526 -7
- package/dist/admin/claim.js.map +1 -1
- package/dist/admin/currency.d.ts +86 -1
- package/dist/admin/currency.d.ts.map +1 -1
- package/dist/admin/currency.js +84 -2
- package/dist/admin/currency.js.map +1 -1
- package/dist/admin/customer-group.d.ts +158 -2
- package/dist/admin/customer-group.d.ts.map +1 -1
- package/dist/admin/customer-group.js +153 -0
- package/dist/admin/customer-group.js.map +1 -1
- package/dist/admin/customer.d.ts +141 -13
- package/dist/admin/customer.d.ts.map +1 -1
- package/dist/admin/customer.js +133 -0
- package/dist/admin/customer.js.map +1 -1
- package/dist/admin/exchange.d.ts +477 -20
- package/dist/admin/exchange.d.ts.map +1 -1
- package/dist/admin/exchange.js +458 -30
- package/dist/admin/exchange.js.map +1 -1
- package/dist/admin/fulfillment-provider.d.ts +53 -0
- package/dist/admin/fulfillment-provider.d.ts.map +1 -1
- package/dist/admin/fulfillment-provider.js +50 -0
- package/dist/admin/fulfillment-provider.js.map +1 -1
- package/dist/admin/fulfillment-set.d.ts +128 -0
- package/dist/admin/fulfillment-set.d.ts.map +1 -1
- package/dist/admin/fulfillment-set.js +125 -0
- package/dist/admin/fulfillment-set.js.map +1 -1
- package/dist/admin/fulfillment.d.ts +80 -0
- package/dist/admin/fulfillment.d.ts.map +1 -1
- package/dist/admin/fulfillment.js +78 -0
- package/dist/admin/fulfillment.js.map +1 -1
- package/dist/admin/inventory-item.d.ts +258 -1
- package/dist/admin/inventory-item.d.ts.map +1 -1
- package/dist/admin/inventory-item.js +254 -0
- package/dist/admin/inventory-item.js.map +1 -1
- package/dist/admin/invite.d.ts +176 -15
- package/dist/admin/invite.d.ts.map +1 -1
- package/dist/admin/invite.js +165 -0
- package/dist/admin/invite.js.map +1 -1
- package/dist/admin/notification.d.ts +6 -0
- package/dist/admin/notification.d.ts.map +1 -1
- package/dist/admin/notification.js +3 -0
- package/dist/admin/notification.js.map +1 -1
- package/dist/admin/order-edit.d.ts +6 -0
- package/dist/admin/order-edit.d.ts.map +1 -1
- package/dist/admin/order-edit.js +3 -0
- package/dist/admin/order-edit.js.map +1 -1
- package/dist/admin/order.d.ts +7 -0
- package/dist/admin/order.d.ts.map +1 -1
- package/dist/admin/order.js +9 -0
- package/dist/admin/order.js.map +1 -1
- package/dist/admin/payment-collection.d.ts +6 -0
- package/dist/admin/payment-collection.d.ts.map +1 -1
- package/dist/admin/payment-collection.js +3 -0
- package/dist/admin/payment-collection.js.map +1 -1
- package/dist/admin/payment.d.ts +6 -0
- package/dist/admin/payment.d.ts.map +1 -1
- package/dist/admin/payment.js +3 -0
- package/dist/admin/payment.js.map +1 -1
- package/dist/admin/price-list.d.ts +6 -0
- package/dist/admin/price-list.d.ts.map +1 -1
- package/dist/admin/price-list.js +3 -0
- package/dist/admin/price-list.js.map +1 -1
- package/dist/admin/price-preference.d.ts +6 -0
- package/dist/admin/price-preference.d.ts.map +1 -1
- package/dist/admin/price-preference.js +3 -0
- package/dist/admin/price-preference.js.map +1 -1
- package/dist/admin/product-category.d.ts +6 -0
- package/dist/admin/product-category.d.ts.map +1 -1
- package/dist/admin/product-category.js +3 -0
- package/dist/admin/product-category.js.map +1 -1
- package/dist/admin/product-collection.d.ts +6 -0
- package/dist/admin/product-collection.d.ts.map +1 -1
- package/dist/admin/product-collection.js +3 -0
- package/dist/admin/product-collection.js.map +1 -1
- package/dist/admin/product-tag.d.ts +6 -0
- package/dist/admin/product-tag.d.ts.map +1 -1
- package/dist/admin/product-tag.js +3 -0
- package/dist/admin/product-tag.js.map +1 -1
- package/dist/admin/product-type.d.ts +6 -0
- package/dist/admin/product-type.d.ts.map +1 -1
- package/dist/admin/product-type.js +3 -0
- package/dist/admin/product-type.js.map +1 -1
- package/dist/admin/product-variant.d.ts +6 -0
- package/dist/admin/product-variant.d.ts.map +1 -1
- package/dist/admin/product-variant.js +3 -0
- package/dist/admin/product-variant.js.map +1 -1
- package/dist/admin/product.d.ts +6 -0
- package/dist/admin/product.d.ts.map +1 -1
- package/dist/admin/product.js +3 -0
- package/dist/admin/product.js.map +1 -1
- package/dist/admin/promotion.d.ts +6 -0
- package/dist/admin/promotion.d.ts.map +1 -1
- package/dist/admin/promotion.js +3 -0
- package/dist/admin/promotion.js.map +1 -1
- package/dist/admin/refund-reasons.d.ts +6 -0
- package/dist/admin/refund-reasons.d.ts.map +1 -1
- package/dist/admin/refund-reasons.js +3 -0
- package/dist/admin/refund-reasons.js.map +1 -1
- package/dist/admin/region.d.ts +6 -0
- package/dist/admin/region.d.ts.map +1 -1
- package/dist/admin/region.js +3 -0
- package/dist/admin/region.js.map +1 -1
- package/dist/admin/reservation.d.ts +6 -0
- package/dist/admin/reservation.d.ts.map +1 -1
- package/dist/admin/reservation.js +3 -0
- package/dist/admin/reservation.js.map +1 -1
- package/dist/admin/return-reason.d.ts +6 -0
- package/dist/admin/return-reason.d.ts.map +1 -1
- package/dist/admin/return-reason.js +3 -0
- package/dist/admin/return-reason.js.map +1 -1
- package/dist/admin/return.d.ts +6 -0
- package/dist/admin/return.d.ts.map +1 -1
- package/dist/admin/return.js +3 -0
- package/dist/admin/return.js.map +1 -1
- package/dist/admin/sales-channel.d.ts +6 -0
- package/dist/admin/sales-channel.d.ts.map +1 -1
- package/dist/admin/sales-channel.js +3 -0
- package/dist/admin/sales-channel.js.map +1 -1
- package/dist/admin/shipping-option.d.ts +6 -0
- package/dist/admin/shipping-option.d.ts.map +1 -1
- package/dist/admin/shipping-option.js +3 -0
- package/dist/admin/shipping-option.js.map +1 -1
- package/dist/admin/shipping-profile.d.ts +6 -0
- package/dist/admin/shipping-profile.d.ts.map +1 -1
- package/dist/admin/shipping-profile.js +3 -0
- package/dist/admin/shipping-profile.js.map +1 -1
- package/dist/admin/stock-location.d.ts +6 -0
- package/dist/admin/stock-location.d.ts.map +1 -1
- package/dist/admin/stock-location.js +3 -0
- package/dist/admin/stock-location.js.map +1 -1
- package/dist/admin/store.d.ts +6 -0
- package/dist/admin/store.d.ts.map +1 -1
- package/dist/admin/store.js +3 -0
- package/dist/admin/store.js.map +1 -1
- package/dist/admin/tax-rate.d.ts +6 -0
- package/dist/admin/tax-rate.d.ts.map +1 -1
- package/dist/admin/tax-rate.js +3 -0
- package/dist/admin/tax-rate.js.map +1 -1
- package/dist/admin/tax-region.d.ts +6 -0
- package/dist/admin/tax-region.d.ts.map +1 -1
- package/dist/admin/tax-region.js +3 -0
- package/dist/admin/tax-region.js.map +1 -1
- package/dist/admin/upload.d.ts +6 -0
- package/dist/admin/upload.d.ts.map +1 -1
- package/dist/admin/upload.js +3 -0
- package/dist/admin/upload.js.map +1 -1
- package/dist/admin/user.d.ts +6 -0
- package/dist/admin/user.d.ts.map +1 -1
- package/dist/admin/user.js +3 -0
- package/dist/admin/user.js.map +1 -1
- package/dist/admin/workflow-execution.d.ts +6 -0
- package/dist/admin/workflow-execution.d.ts.map +1 -1
- package/dist/admin/workflow-execution.js +3 -0
- package/dist/admin/workflow-execution.js.map +1 -1
- package/dist/auth/index.d.ts +156 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +152 -1
- package/dist/auth/index.js.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2 -1
- package/dist/client.js.map +1 -1
- package/dist/esm/admin/api-key.d.ts +150 -1
- package/dist/esm/admin/api-key.d.ts.map +1 -1
- package/dist/esm/admin/api-key.js +146 -0
- package/dist/esm/admin/api-key.js.map +1 -1
- package/dist/esm/admin/campaign.d.ts +141 -0
- package/dist/esm/admin/campaign.d.ts.map +1 -1
- package/dist/esm/admin/campaign.js +138 -0
- package/dist/esm/admin/campaign.js.map +1 -1
- package/dist/esm/admin/claim.d.ts +548 -20
- package/dist/esm/admin/claim.d.ts.map +1 -1
- package/dist/esm/admin/claim.js +526 -9
- package/dist/esm/admin/claim.js.map +1 -1
- package/dist/esm/admin/currency.d.ts +86 -1
- package/dist/esm/admin/currency.d.ts.map +1 -1
- package/dist/esm/admin/currency.js +84 -2
- package/dist/esm/admin/currency.js.map +1 -1
- package/dist/esm/admin/customer-group.d.ts +158 -2
- package/dist/esm/admin/customer-group.d.ts.map +1 -1
- package/dist/esm/admin/customer-group.js +153 -0
- package/dist/esm/admin/customer-group.js.map +1 -1
- package/dist/esm/admin/customer.d.ts +141 -13
- package/dist/esm/admin/customer.d.ts.map +1 -1
- package/dist/esm/admin/customer.js +133 -0
- package/dist/esm/admin/customer.js.map +1 -1
- package/dist/esm/admin/exchange.d.ts +477 -20
- package/dist/esm/admin/exchange.d.ts.map +1 -1
- package/dist/esm/admin/exchange.js +458 -38
- package/dist/esm/admin/exchange.js.map +1 -1
- package/dist/esm/admin/fulfillment-provider.d.ts +53 -0
- package/dist/esm/admin/fulfillment-provider.d.ts.map +1 -1
- package/dist/esm/admin/fulfillment-provider.js +50 -0
- package/dist/esm/admin/fulfillment-provider.js.map +1 -1
- package/dist/esm/admin/fulfillment-set.d.ts +128 -0
- package/dist/esm/admin/fulfillment-set.d.ts.map +1 -1
- package/dist/esm/admin/fulfillment-set.js +125 -0
- package/dist/esm/admin/fulfillment-set.js.map +1 -1
- package/dist/esm/admin/fulfillment.d.ts +80 -0
- package/dist/esm/admin/fulfillment.d.ts.map +1 -1
- package/dist/esm/admin/fulfillment.js +78 -0
- package/dist/esm/admin/fulfillment.js.map +1 -1
- package/dist/esm/admin/inventory-item.d.ts +258 -1
- package/dist/esm/admin/inventory-item.d.ts.map +1 -1
- package/dist/esm/admin/inventory-item.js +254 -0
- package/dist/esm/admin/inventory-item.js.map +1 -1
- package/dist/esm/admin/invite.d.ts +176 -15
- package/dist/esm/admin/invite.d.ts.map +1 -1
- package/dist/esm/admin/invite.js +165 -0
- package/dist/esm/admin/invite.js.map +1 -1
- package/dist/esm/admin/notification.d.ts +6 -0
- package/dist/esm/admin/notification.d.ts.map +1 -1
- package/dist/esm/admin/notification.js +3 -0
- package/dist/esm/admin/notification.js.map +1 -1
- package/dist/esm/admin/order-edit.d.ts +6 -0
- package/dist/esm/admin/order-edit.d.ts.map +1 -1
- package/dist/esm/admin/order-edit.js +3 -0
- package/dist/esm/admin/order-edit.js.map +1 -1
- package/dist/esm/admin/order.d.ts +7 -0
- package/dist/esm/admin/order.d.ts.map +1 -1
- package/dist/esm/admin/order.js +11 -0
- package/dist/esm/admin/order.js.map +1 -1
- package/dist/esm/admin/payment-collection.d.ts +6 -0
- package/dist/esm/admin/payment-collection.d.ts.map +1 -1
- package/dist/esm/admin/payment-collection.js +3 -0
- package/dist/esm/admin/payment-collection.js.map +1 -1
- package/dist/esm/admin/payment.d.ts +6 -0
- package/dist/esm/admin/payment.d.ts.map +1 -1
- package/dist/esm/admin/payment.js +3 -0
- package/dist/esm/admin/payment.js.map +1 -1
- package/dist/esm/admin/price-list.d.ts +6 -0
- package/dist/esm/admin/price-list.d.ts.map +1 -1
- package/dist/esm/admin/price-list.js +3 -0
- package/dist/esm/admin/price-list.js.map +1 -1
- package/dist/esm/admin/price-preference.d.ts +6 -0
- package/dist/esm/admin/price-preference.d.ts.map +1 -1
- package/dist/esm/admin/price-preference.js +3 -0
- package/dist/esm/admin/price-preference.js.map +1 -1
- package/dist/esm/admin/product-category.d.ts +6 -0
- package/dist/esm/admin/product-category.d.ts.map +1 -1
- package/dist/esm/admin/product-category.js +3 -0
- package/dist/esm/admin/product-category.js.map +1 -1
- package/dist/esm/admin/product-collection.d.ts +6 -0
- package/dist/esm/admin/product-collection.d.ts.map +1 -1
- package/dist/esm/admin/product-collection.js +3 -0
- package/dist/esm/admin/product-collection.js.map +1 -1
- package/dist/esm/admin/product-tag.d.ts +6 -0
- package/dist/esm/admin/product-tag.d.ts.map +1 -1
- package/dist/esm/admin/product-tag.js +3 -0
- package/dist/esm/admin/product-tag.js.map +1 -1
- package/dist/esm/admin/product-type.d.ts +6 -0
- package/dist/esm/admin/product-type.d.ts.map +1 -1
- package/dist/esm/admin/product-type.js +3 -0
- package/dist/esm/admin/product-type.js.map +1 -1
- package/dist/esm/admin/product-variant.d.ts +6 -0
- package/dist/esm/admin/product-variant.d.ts.map +1 -1
- package/dist/esm/admin/product-variant.js +3 -0
- package/dist/esm/admin/product-variant.js.map +1 -1
- package/dist/esm/admin/product.d.ts +6 -0
- package/dist/esm/admin/product.d.ts.map +1 -1
- package/dist/esm/admin/product.js +3 -0
- package/dist/esm/admin/product.js.map +1 -1
- package/dist/esm/admin/promotion.d.ts +6 -0
- package/dist/esm/admin/promotion.d.ts.map +1 -1
- package/dist/esm/admin/promotion.js +3 -0
- package/dist/esm/admin/promotion.js.map +1 -1
- package/dist/esm/admin/refund-reasons.d.ts +6 -0
- package/dist/esm/admin/refund-reasons.d.ts.map +1 -1
- package/dist/esm/admin/refund-reasons.js +3 -0
- package/dist/esm/admin/refund-reasons.js.map +1 -1
- package/dist/esm/admin/region.d.ts +6 -0
- package/dist/esm/admin/region.d.ts.map +1 -1
- package/dist/esm/admin/region.js +3 -0
- package/dist/esm/admin/region.js.map +1 -1
- package/dist/esm/admin/reservation.d.ts +6 -0
- package/dist/esm/admin/reservation.d.ts.map +1 -1
- package/dist/esm/admin/reservation.js +3 -0
- package/dist/esm/admin/reservation.js.map +1 -1
- package/dist/esm/admin/return-reason.d.ts +6 -0
- package/dist/esm/admin/return-reason.d.ts.map +1 -1
- package/dist/esm/admin/return-reason.js +3 -0
- package/dist/esm/admin/return-reason.js.map +1 -1
- package/dist/esm/admin/return.d.ts +6 -0
- package/dist/esm/admin/return.d.ts.map +1 -1
- package/dist/esm/admin/return.js +3 -0
- package/dist/esm/admin/return.js.map +1 -1
- package/dist/esm/admin/sales-channel.d.ts +6 -0
- package/dist/esm/admin/sales-channel.d.ts.map +1 -1
- package/dist/esm/admin/sales-channel.js +3 -0
- package/dist/esm/admin/sales-channel.js.map +1 -1
- package/dist/esm/admin/shipping-option.d.ts +6 -0
- package/dist/esm/admin/shipping-option.d.ts.map +1 -1
- package/dist/esm/admin/shipping-option.js +3 -0
- package/dist/esm/admin/shipping-option.js.map +1 -1
- package/dist/esm/admin/shipping-profile.d.ts +6 -0
- package/dist/esm/admin/shipping-profile.d.ts.map +1 -1
- package/dist/esm/admin/shipping-profile.js +3 -0
- package/dist/esm/admin/shipping-profile.js.map +1 -1
- package/dist/esm/admin/stock-location.d.ts +6 -0
- package/dist/esm/admin/stock-location.d.ts.map +1 -1
- package/dist/esm/admin/stock-location.js +3 -0
- package/dist/esm/admin/stock-location.js.map +1 -1
- package/dist/esm/admin/store.d.ts +6 -0
- package/dist/esm/admin/store.d.ts.map +1 -1
- package/dist/esm/admin/store.js +3 -0
- package/dist/esm/admin/store.js.map +1 -1
- package/dist/esm/admin/tax-rate.d.ts +6 -0
- package/dist/esm/admin/tax-rate.d.ts.map +1 -1
- package/dist/esm/admin/tax-rate.js +3 -0
- package/dist/esm/admin/tax-rate.js.map +1 -1
- package/dist/esm/admin/tax-region.d.ts +6 -0
- package/dist/esm/admin/tax-region.d.ts.map +1 -1
- package/dist/esm/admin/tax-region.js +3 -0
- package/dist/esm/admin/tax-region.js.map +1 -1
- package/dist/esm/admin/upload.d.ts +6 -0
- package/dist/esm/admin/upload.d.ts.map +1 -1
- package/dist/esm/admin/upload.js +3 -0
- package/dist/esm/admin/upload.js.map +1 -1
- package/dist/esm/admin/user.d.ts +6 -0
- package/dist/esm/admin/user.d.ts.map +1 -1
- package/dist/esm/admin/user.js +3 -0
- package/dist/esm/admin/user.js.map +1 -1
- package/dist/esm/admin/workflow-execution.d.ts +6 -0
- package/dist/esm/admin/workflow-execution.d.ts.map +1 -1
- package/dist/esm/admin/workflow-execution.js +3 -0
- package/dist/esm/admin/workflow-execution.js.map +1 -1
- package/dist/esm/auth/index.d.ts +156 -0
- package/dist/esm/auth/index.d.ts.map +1 -1
- package/dist/esm/auth/index.js +152 -1
- package/dist/esm/auth/index.js.map +1 -1
- package/dist/esm/client.d.ts +1 -1
- package/dist/esm/client.d.ts.map +1 -1
- package/dist/esm/client.js +2 -1
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/store/index.d.ts +973 -83
- package/dist/esm/store/index.d.ts.map +1 -1
- package/dist/esm/store/index.js +946 -0
- package/dist/esm/store/index.js.map +1 -1
- package/dist/esm/types.d.ts +6 -1
- package/dist/esm/types.d.ts.map +1 -1
- package/dist/store/index.d.ts +973 -83
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/index.js +946 -0
- package/dist/store/index.js.map +1 -1
- package/dist/types.d.ts +6 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/admin/currency.d.ts
CHANGED
@@ -2,9 +2,94 @@ import { HttpTypes } from "@medusajs/types";
|
|
2
2
|
import { Client } from "../client";
|
3
3
|
import { ClientHeaders } from "../types";
|
4
4
|
export declare class Currency {
|
5
|
+
/**
|
6
|
+
* @ignore
|
7
|
+
*/
|
5
8
|
private client;
|
9
|
+
/**
|
10
|
+
* @ignore
|
11
|
+
*/
|
6
12
|
constructor(client: Client);
|
13
|
+
/**
|
14
|
+
* This method retrieves a paginated list of currencies. It sends a request to the
|
15
|
+
* [List Currencies](https://docs.medusajs.com/v2/api/admin#currencies_getcurrencies)
|
16
|
+
* API route.
|
17
|
+
*
|
18
|
+
* @param query - Filters and pagination configurations.
|
19
|
+
* @param headers - Headers to pass in the request.
|
20
|
+
* @returns The paginated list of currencies.
|
21
|
+
*
|
22
|
+
* @example
|
23
|
+
* To retrieve the list of currencies:
|
24
|
+
*
|
25
|
+
* ```ts
|
26
|
+
* sdk.admin.currency.list()
|
27
|
+
* .then(({ currencies, count, limit, offset }) => {
|
28
|
+
* console.log(currencies)
|
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.currency.list({
|
38
|
+
* limit: 10,
|
39
|
+
* offset: 10
|
40
|
+
* })
|
41
|
+
* .then(({ currencies, count, limit, offset }) => {
|
42
|
+
* console.log(currencies)
|
43
|
+
* })
|
44
|
+
* ```
|
45
|
+
*
|
46
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
47
|
+
* in each currency:
|
48
|
+
*
|
49
|
+
* ```ts
|
50
|
+
* sdk.admin.currency.list({
|
51
|
+
* fields: "code,symbol"
|
52
|
+
* })
|
53
|
+
* .then(({ currencies, count, limit, offset }) => {
|
54
|
+
* console.log(currencies)
|
55
|
+
* })
|
56
|
+
* ```
|
57
|
+
*
|
58
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
59
|
+
*/
|
7
60
|
list(query?: HttpTypes.AdminCurrencyListParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCurrencyListResponse>;
|
8
|
-
|
61
|
+
/**
|
62
|
+
* This method retrieves a currency by its code. It sends a request to the
|
63
|
+
* [Get Currency](https://docs.medusajs.com/v2/api/admin#currencies_getcurrenciescode) API route.
|
64
|
+
*
|
65
|
+
* @param code - The currency's code.
|
66
|
+
* @param query - Configure the fields to retrieve in the currency.
|
67
|
+
* @param headers - Headers to pass in the request
|
68
|
+
* @returns The currency's details.
|
69
|
+
*
|
70
|
+
* @example
|
71
|
+
* To retrieve a currency by its code:
|
72
|
+
*
|
73
|
+
* ```ts
|
74
|
+
* sdk.admin.currency.retrieve("usd")
|
75
|
+
* .then(({ currency }) => {
|
76
|
+
* console.log(currency)
|
77
|
+
* })
|
78
|
+
* ```
|
79
|
+
*
|
80
|
+
* To specify the fields and relations to retrieve:
|
81
|
+
*
|
82
|
+
* ```ts
|
83
|
+
* sdk.admin.currency.retrieve("usd", {
|
84
|
+
* fields: "code,symbol"
|
85
|
+
* })
|
86
|
+
* .then(({ currency }) => {
|
87
|
+
* console.log(currency)
|
88
|
+
* })
|
89
|
+
* ```
|
90
|
+
*
|
91
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
92
|
+
*/
|
93
|
+
retrieve(code: string, query?: HttpTypes.AdminCurrencyParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCurrencyResponse>;
|
9
94
|
}
|
10
95
|
//# sourceMappingURL=currency.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"currency.d.ts","sourceRoot":"","sources":["../../src/admin/currency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,QAAQ;IACnB,OAAO,CAAC,MAAM,CAAQ;
|
1
|
+
{"version":3,"file":"currency.d.ts","sourceRoot":"","sources":["../../src/admin/currency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,QAAQ;IACnB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACG,IAAI,CACR,KAAK,CAAC,EAAE,SAAS,CAAC,uBAAuB,EACzC,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACG,QAAQ,CACZ,IAAI,EAAE,MAAM,EACZ,KAAK,CAAC,EAAE,SAAS,CAAC,mBAAmB,EACrC,OAAO,CAAC,EAAE,aAAa;CAU1B"}
|
package/dist/admin/currency.js
CHANGED
@@ -2,17 +2,99 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.Currency = void 0;
|
4
4
|
class Currency {
|
5
|
+
/**
|
6
|
+
* @ignore
|
7
|
+
*/
|
5
8
|
constructor(client) {
|
6
9
|
this.client = client;
|
7
10
|
}
|
11
|
+
/**
|
12
|
+
* This method retrieves a paginated list of currencies. It sends a request to the
|
13
|
+
* [List Currencies](https://docs.medusajs.com/v2/api/admin#currencies_getcurrencies)
|
14
|
+
* API route.
|
15
|
+
*
|
16
|
+
* @param query - Filters and pagination configurations.
|
17
|
+
* @param headers - Headers to pass in the request.
|
18
|
+
* @returns The paginated list of currencies.
|
19
|
+
*
|
20
|
+
* @example
|
21
|
+
* To retrieve the list of currencies:
|
22
|
+
*
|
23
|
+
* ```ts
|
24
|
+
* sdk.admin.currency.list()
|
25
|
+
* .then(({ currencies, count, limit, offset }) => {
|
26
|
+
* console.log(currencies)
|
27
|
+
* })
|
28
|
+
* ```
|
29
|
+
*
|
30
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
31
|
+
*
|
32
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
33
|
+
*
|
34
|
+
* ```ts
|
35
|
+
* sdk.admin.currency.list({
|
36
|
+
* limit: 10,
|
37
|
+
* offset: 10
|
38
|
+
* })
|
39
|
+
* .then(({ currencies, count, limit, offset }) => {
|
40
|
+
* console.log(currencies)
|
41
|
+
* })
|
42
|
+
* ```
|
43
|
+
*
|
44
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
45
|
+
* in each currency:
|
46
|
+
*
|
47
|
+
* ```ts
|
48
|
+
* sdk.admin.currency.list({
|
49
|
+
* fields: "code,symbol"
|
50
|
+
* })
|
51
|
+
* .then(({ currencies, count, limit, offset }) => {
|
52
|
+
* console.log(currencies)
|
53
|
+
* })
|
54
|
+
* ```
|
55
|
+
*
|
56
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
57
|
+
*/
|
8
58
|
async list(query, headers) {
|
9
59
|
return this.client.fetch(`/admin/currencies`, {
|
10
60
|
headers,
|
11
61
|
query,
|
12
62
|
});
|
13
63
|
}
|
14
|
-
|
15
|
-
|
64
|
+
/**
|
65
|
+
* This method retrieves a currency by its code. It sends a request to the
|
66
|
+
* [Get Currency](https://docs.medusajs.com/v2/api/admin#currencies_getcurrenciescode) API route.
|
67
|
+
*
|
68
|
+
* @param code - The currency's code.
|
69
|
+
* @param query - Configure the fields to retrieve in the currency.
|
70
|
+
* @param headers - Headers to pass in the request
|
71
|
+
* @returns The currency's details.
|
72
|
+
*
|
73
|
+
* @example
|
74
|
+
* To retrieve a currency by its code:
|
75
|
+
*
|
76
|
+
* ```ts
|
77
|
+
* sdk.admin.currency.retrieve("usd")
|
78
|
+
* .then(({ currency }) => {
|
79
|
+
* console.log(currency)
|
80
|
+
* })
|
81
|
+
* ```
|
82
|
+
*
|
83
|
+
* To specify the fields and relations to retrieve:
|
84
|
+
*
|
85
|
+
* ```ts
|
86
|
+
* sdk.admin.currency.retrieve("usd", {
|
87
|
+
* fields: "code,symbol"
|
88
|
+
* })
|
89
|
+
* .then(({ currency }) => {
|
90
|
+
* console.log(currency)
|
91
|
+
* })
|
92
|
+
* ```
|
93
|
+
*
|
94
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
95
|
+
*/
|
96
|
+
async retrieve(code, query, headers) {
|
97
|
+
return this.client.fetch(`/admin/currencies/${code}`, {
|
16
98
|
headers,
|
17
99
|
query,
|
18
100
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"currency.js","sourceRoot":"","sources":["../../src/admin/currency.ts"],"names":[],"mappings":";;;AAIA,MAAa,QAAQ;
|
1
|
+
{"version":3,"file":"currency.js","sourceRoot":"","sources":["../../src/admin/currency.ts"],"names":[],"mappings":";;;AAIA,MAAa,QAAQ;IAKnB;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,KAAK,CAAC,IAAI,CACR,KAAyC,EACzC,OAAuB;QAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,mBAAmB,EACnB;YACE,OAAO;YACP,KAAK;SACN,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,KAAK,CAAC,QAAQ,CACZ,IAAY,EACZ,KAAqC,EACrC,OAAuB;QAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,qBAAqB,IAAI,EAAE,EAC3B;YACE,OAAO;YACP,KAAK;SACN,CACF,CAAA;IACH,CAAC;CACF;AArHD,4BAqHC"}
|
@@ -2,13 +2,169 @@ import { HttpTypes } from "@medusajs/types";
|
|
2
2
|
import { Client } from "../client";
|
3
3
|
import { ClientHeaders } from "../types";
|
4
4
|
export declare class CustomerGroup {
|
5
|
+
/**
|
6
|
+
* @ignore
|
7
|
+
*/
|
5
8
|
private client;
|
9
|
+
/**
|
10
|
+
* @ignore
|
11
|
+
*/
|
6
12
|
constructor(client: Client);
|
13
|
+
/**
|
14
|
+
* This method retrieves a customer group by its ID. It sends a request to the
|
15
|
+
* [Get Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_getcustomergroupsid) API route.
|
16
|
+
*
|
17
|
+
* @param id - The customer group's ID.
|
18
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
19
|
+
* @param headers - Headers to pass in the request
|
20
|
+
* @returns The group's details.
|
21
|
+
*
|
22
|
+
* @example
|
23
|
+
* To retrieve a customer group by its ID:
|
24
|
+
*
|
25
|
+
* ```ts
|
26
|
+
* sdk.admin.customerGroup.retrieve("cusgroup_123")
|
27
|
+
* .then(({ customer_group }) => {
|
28
|
+
* console.log(customer_group)
|
29
|
+
* })
|
30
|
+
* ```
|
31
|
+
*
|
32
|
+
* To specify the fields and relations to retrieve:
|
33
|
+
*
|
34
|
+
* ```ts
|
35
|
+
* sdk.admin.customerGroup.retrieve("cusgroup_123", {
|
36
|
+
* fields: "id,*customer"
|
37
|
+
* })
|
38
|
+
* .then(({ customer_group }) => {
|
39
|
+
* console.log(customer_group)
|
40
|
+
* })
|
41
|
+
* ```
|
42
|
+
*
|
43
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
44
|
+
*/
|
7
45
|
retrieve(id: string, query?: HttpTypes.AdminGetCustomerGroupParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupResponse>;
|
46
|
+
/**
|
47
|
+
* This method retrieves a paginated list of customer groups. It sends a request to the
|
48
|
+
* [List Customer Groups](https://docs.medusajs.com/v2/api/admin#customer-groups_getcustomergroups)
|
49
|
+
* API route.
|
50
|
+
*
|
51
|
+
* @param query - Filters and pagination configurations.
|
52
|
+
* @param headers - Headers to pass in the request.
|
53
|
+
* @returns The paginated list of customer groups.
|
54
|
+
*
|
55
|
+
* @example
|
56
|
+
* To retrieve the list of customer groups:
|
57
|
+
*
|
58
|
+
* ```ts
|
59
|
+
* sdk.admin.customerGroup.list()
|
60
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
61
|
+
* console.log(customer_groups)
|
62
|
+
* })
|
63
|
+
* ```
|
64
|
+
*
|
65
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
66
|
+
*
|
67
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
68
|
+
*
|
69
|
+
* ```ts
|
70
|
+
* sdk.admin.customerGroup.list({
|
71
|
+
* limit: 10,
|
72
|
+
* offset: 10
|
73
|
+
* })
|
74
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
75
|
+
* console.log(customer_groups)
|
76
|
+
* })
|
77
|
+
* ```
|
78
|
+
*
|
79
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
80
|
+
* in each customer group:
|
81
|
+
*
|
82
|
+
* ```ts
|
83
|
+
* sdk.admin.customerGroup.list({
|
84
|
+
* fields: "id,*customer"
|
85
|
+
* })
|
86
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
87
|
+
* console.log(customer_groups)
|
88
|
+
* })
|
89
|
+
* ```
|
90
|
+
*
|
91
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
92
|
+
*/
|
8
93
|
list(query?: HttpTypes.AdminGetCustomerGroupsParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupListResponse>;
|
9
|
-
|
10
|
-
|
94
|
+
/**
|
95
|
+
* This method creates a customer group. It sends a request to the
|
96
|
+
* [Create Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroups)
|
97
|
+
* API route.
|
98
|
+
*
|
99
|
+
* @param body - The customer group's details.
|
100
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
101
|
+
* @param headers - Headers to pass in the request.
|
102
|
+
* @returns The customer group's details.
|
103
|
+
*
|
104
|
+
* @example
|
105
|
+
* sdk.admin.customerGroup.create({
|
106
|
+
* name: "VIP"
|
107
|
+
* })
|
108
|
+
* .then(({ customer_group }) => {
|
109
|
+
* console.log(customer_group)
|
110
|
+
* })
|
111
|
+
*/
|
112
|
+
create(body: HttpTypes.AdminCreateCustomerGroup, query?: HttpTypes.AdminGetCustomerGroupParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupResponse>;
|
113
|
+
/**
|
114
|
+
* This method updates a customer group's details. It sends a request to the
|
115
|
+
* [Update Customer](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroupsid)
|
116
|
+
* API route.
|
117
|
+
*
|
118
|
+
* @param id - The customer group's ID.
|
119
|
+
* @param body - The details to update in the group.
|
120
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
121
|
+
* @param headers - Headers to pass in the request.
|
122
|
+
* @returns The customer group's details.
|
123
|
+
*
|
124
|
+
* @example
|
125
|
+
* sdk.admin.customerGroup.update("cusgroup_123", {
|
126
|
+
* name: "VIP"
|
127
|
+
* })
|
128
|
+
* .then(({ customer_group }) => {
|
129
|
+
* console.log(customer_group)
|
130
|
+
* })
|
131
|
+
*/
|
132
|
+
update(id: string, body: HttpTypes.AdminUpdateCustomerGroup, query?: HttpTypes.AdminGetCustomerGroupParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupResponse>;
|
133
|
+
/**
|
134
|
+
* This method deletes a customer group. This method sends a request to the
|
135
|
+
* [Delete Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_deletecustomergroupsid)
|
136
|
+
* API route.
|
137
|
+
*
|
138
|
+
* @param id - The customer group's ID.
|
139
|
+
* @param headers - Headers to pass in the request
|
140
|
+
* @returns The deletion's details.
|
141
|
+
*
|
142
|
+
* @example
|
143
|
+
* sdk.admin.customerGroup.delete("cusgroup_123")
|
144
|
+
* .then(({ deleted }) => {
|
145
|
+
* console.log(deleted)
|
146
|
+
* })
|
147
|
+
*/
|
11
148
|
delete(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupDeleteResponse>;
|
149
|
+
/**
|
150
|
+
* This method manages customers of a group to add or remove them from the group.
|
151
|
+
* It sends a request to the [Manage Customers](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroupsidcustomers)
|
152
|
+
* API route.
|
153
|
+
*
|
154
|
+
* @param id - The group's ID.
|
155
|
+
* @param body - The customers to add or remove from the group.
|
156
|
+
* @param headers - Headers to pass in the request
|
157
|
+
* @returns The customer group's details.
|
158
|
+
*
|
159
|
+
* @example
|
160
|
+
* sdk.admin.customerGroup.batchCustomers("cusgroup_123", {
|
161
|
+
* add: ["cus_123"],
|
162
|
+
* remove: ["cus_321"]
|
163
|
+
* })
|
164
|
+
* .then(({ customer_group }) => {
|
165
|
+
* console.log(customer_group)
|
166
|
+
* })
|
167
|
+
*/
|
12
168
|
batchCustomers(id: string, body: HttpTypes.AdminBatchLink, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerGroupResponse>;
|
13
169
|
}
|
14
170
|
//# sourceMappingURL=customer-group.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"customer-group.d.ts","sourceRoot":"","sources":["../../src/admin/customer-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,aAAa;IACxB,OAAO,CAAC,MAAM,CAAQ;
|
1
|
+
{"version":3,"file":"customer-group.d.ts","sourceRoot":"","sources":["../../src/admin/customer-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,aAAa;IACxB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACG,QAAQ,CACZ,EAAE,EAAE,MAAM,EACV,KAAK,CAAC,EAAE,SAAS,CAAC,2BAA2B,EAC7C,OAAO,CAAC,EAAE,aAAa;IAYzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACG,IAAI,CACR,KAAK,CAAC,EAAE,SAAS,CAAC,4BAA4B,EAC9C,OAAO,CAAC,EAAE,aAAa;IAYzB;;;;;;;;;;;;;;;;;OAiBG;IACG,MAAM,CACV,IAAI,EAAE,SAAS,CAAC,wBAAwB,EACxC,KAAK,CAAC,EAAE,SAAS,CAAC,2BAA2B,EAC7C,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;OAkBG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,wBAAwB,EACxC,KAAK,CAAC,EAAE,SAAS,CAAC,2BAA2B,EAC7C,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;OAcG;IACG,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;IAUhD;;;;;;;;;;;;;;;;;;OAkBG;IACG,cAAc,CAClB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,cAAc,EAC9B,OAAO,CAAC,EAAE,aAAa;CAW1B"}
|
@@ -2,9 +2,44 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.CustomerGroup = void 0;
|
4
4
|
class CustomerGroup {
|
5
|
+
/**
|
6
|
+
* @ignore
|
7
|
+
*/
|
5
8
|
constructor(client) {
|
6
9
|
this.client = client;
|
7
10
|
}
|
11
|
+
/**
|
12
|
+
* This method retrieves a customer group by its ID. It sends a request to the
|
13
|
+
* [Get Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_getcustomergroupsid) API route.
|
14
|
+
*
|
15
|
+
* @param id - The customer group's ID.
|
16
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
17
|
+
* @param headers - Headers to pass in the request
|
18
|
+
* @returns The group's details.
|
19
|
+
*
|
20
|
+
* @example
|
21
|
+
* To retrieve a customer group by its ID:
|
22
|
+
*
|
23
|
+
* ```ts
|
24
|
+
* sdk.admin.customerGroup.retrieve("cusgroup_123")
|
25
|
+
* .then(({ customer_group }) => {
|
26
|
+
* console.log(customer_group)
|
27
|
+
* })
|
28
|
+
* ```
|
29
|
+
*
|
30
|
+
* To specify the fields and relations to retrieve:
|
31
|
+
*
|
32
|
+
* ```ts
|
33
|
+
* sdk.admin.customerGroup.retrieve("cusgroup_123", {
|
34
|
+
* fields: "id,*customer"
|
35
|
+
* })
|
36
|
+
* .then(({ customer_group }) => {
|
37
|
+
* console.log(customer_group)
|
38
|
+
* })
|
39
|
+
* ```
|
40
|
+
*
|
41
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
42
|
+
*/
|
8
43
|
async retrieve(id, query, headers) {
|
9
44
|
return await this.client.fetch(`/admin/customer-groups/${id}`, {
|
10
45
|
method: "GET",
|
@@ -12,6 +47,53 @@ class CustomerGroup {
|
|
12
47
|
headers,
|
13
48
|
});
|
14
49
|
}
|
50
|
+
/**
|
51
|
+
* This method retrieves a paginated list of customer groups. It sends a request to the
|
52
|
+
* [List Customer Groups](https://docs.medusajs.com/v2/api/admin#customer-groups_getcustomergroups)
|
53
|
+
* API route.
|
54
|
+
*
|
55
|
+
* @param query - Filters and pagination configurations.
|
56
|
+
* @param headers - Headers to pass in the request.
|
57
|
+
* @returns The paginated list of customer groups.
|
58
|
+
*
|
59
|
+
* @example
|
60
|
+
* To retrieve the list of customer groups:
|
61
|
+
*
|
62
|
+
* ```ts
|
63
|
+
* sdk.admin.customerGroup.list()
|
64
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
65
|
+
* console.log(customer_groups)
|
66
|
+
* })
|
67
|
+
* ```
|
68
|
+
*
|
69
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
70
|
+
*
|
71
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
72
|
+
*
|
73
|
+
* ```ts
|
74
|
+
* sdk.admin.customerGroup.list({
|
75
|
+
* limit: 10,
|
76
|
+
* offset: 10
|
77
|
+
* })
|
78
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
79
|
+
* console.log(customer_groups)
|
80
|
+
* })
|
81
|
+
* ```
|
82
|
+
*
|
83
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
84
|
+
* in each customer group:
|
85
|
+
*
|
86
|
+
* ```ts
|
87
|
+
* sdk.admin.customerGroup.list({
|
88
|
+
* fields: "id,*customer"
|
89
|
+
* })
|
90
|
+
* .then(({ customer_groups, count, limit, offset }) => {
|
91
|
+
* console.log(customer_groups)
|
92
|
+
* })
|
93
|
+
* ```
|
94
|
+
*
|
95
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/v2/api/store#select-fields-and-relations).
|
96
|
+
*/
|
15
97
|
async list(query, headers) {
|
16
98
|
return await this.client.fetch(`/admin/customer-groups`, {
|
17
99
|
method: "GET",
|
@@ -19,6 +101,24 @@ class CustomerGroup {
|
|
19
101
|
query,
|
20
102
|
});
|
21
103
|
}
|
104
|
+
/**
|
105
|
+
* This method creates a customer group. It sends a request to the
|
106
|
+
* [Create Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroups)
|
107
|
+
* API route.
|
108
|
+
*
|
109
|
+
* @param body - The customer group's details.
|
110
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
111
|
+
* @param headers - Headers to pass in the request.
|
112
|
+
* @returns The customer group's details.
|
113
|
+
*
|
114
|
+
* @example
|
115
|
+
* sdk.admin.customerGroup.create({
|
116
|
+
* name: "VIP"
|
117
|
+
* })
|
118
|
+
* .then(({ customer_group }) => {
|
119
|
+
* console.log(customer_group)
|
120
|
+
* })
|
121
|
+
*/
|
22
122
|
async create(body, query, headers) {
|
23
123
|
return await this.client.fetch(`/admin/customer-groups`, {
|
24
124
|
method: "POST",
|
@@ -27,6 +127,25 @@ class CustomerGroup {
|
|
27
127
|
query,
|
28
128
|
});
|
29
129
|
}
|
130
|
+
/**
|
131
|
+
* This method updates a customer group's details. It sends a request to the
|
132
|
+
* [Update Customer](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroupsid)
|
133
|
+
* API route.
|
134
|
+
*
|
135
|
+
* @param id - The customer group's ID.
|
136
|
+
* @param body - The details to update in the group.
|
137
|
+
* @param query - Configure the fields to retrieve in the customer group.
|
138
|
+
* @param headers - Headers to pass in the request.
|
139
|
+
* @returns The customer group's details.
|
140
|
+
*
|
141
|
+
* @example
|
142
|
+
* sdk.admin.customerGroup.update("cusgroup_123", {
|
143
|
+
* name: "VIP"
|
144
|
+
* })
|
145
|
+
* .then(({ customer_group }) => {
|
146
|
+
* console.log(customer_group)
|
147
|
+
* })
|
148
|
+
*/
|
30
149
|
async update(id, body, query, headers) {
|
31
150
|
return await this.client.fetch(`/admin/customer-groups/${id}`, {
|
32
151
|
method: "POST",
|
@@ -35,12 +154,46 @@ class CustomerGroup {
|
|
35
154
|
query,
|
36
155
|
});
|
37
156
|
}
|
157
|
+
/**
|
158
|
+
* This method deletes a customer group. This method sends a request to the
|
159
|
+
* [Delete Customer Group](https://docs.medusajs.com/v2/api/admin#customer-groups_deletecustomergroupsid)
|
160
|
+
* API route.
|
161
|
+
*
|
162
|
+
* @param id - The customer group's ID.
|
163
|
+
* @param headers - Headers to pass in the request
|
164
|
+
* @returns The deletion's details.
|
165
|
+
*
|
166
|
+
* @example
|
167
|
+
* sdk.admin.customerGroup.delete("cusgroup_123")
|
168
|
+
* .then(({ deleted }) => {
|
169
|
+
* console.log(deleted)
|
170
|
+
* })
|
171
|
+
*/
|
38
172
|
async delete(id, headers) {
|
39
173
|
return await this.client.fetch(`/admin/customer-groups/${id}`, {
|
40
174
|
method: "DELETE",
|
41
175
|
headers,
|
42
176
|
});
|
43
177
|
}
|
178
|
+
/**
|
179
|
+
* This method manages customers of a group to add or remove them from the group.
|
180
|
+
* It sends a request to the [Manage Customers](https://docs.medusajs.com/v2/api/admin#customer-groups_postcustomergroupsidcustomers)
|
181
|
+
* API route.
|
182
|
+
*
|
183
|
+
* @param id - The group's ID.
|
184
|
+
* @param body - The customers to add or remove from the group.
|
185
|
+
* @param headers - Headers to pass in the request
|
186
|
+
* @returns The customer group's details.
|
187
|
+
*
|
188
|
+
* @example
|
189
|
+
* sdk.admin.customerGroup.batchCustomers("cusgroup_123", {
|
190
|
+
* add: ["cus_123"],
|
191
|
+
* remove: ["cus_321"]
|
192
|
+
* })
|
193
|
+
* .then(({ customer_group }) => {
|
194
|
+
* console.log(customer_group)
|
195
|
+
* })
|
196
|
+
*/
|
44
197
|
async batchCustomers(id, body, headers) {
|
45
198
|
return await this.client.fetch(`/admin/customer-groups/${id}/customers`, {
|
46
199
|
method: "POST",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"customer-group.js","sourceRoot":"","sources":["../../src/admin/customer-group.ts"],"names":[],"mappings":";;;AAIA,MAAa,aAAa;
|
1
|
+
{"version":3,"file":"customer-group.js","sourceRoot":"","sources":["../../src/admin/customer-group.ts"],"names":[],"mappings":";;;AAIA,MAAa,aAAa;IAKxB;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACH,KAAK,CAAC,QAAQ,CACZ,EAAU,EACV,KAA6C,EAC7C,OAAuB;QAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,0BAA0B,EAAE,EAAE,EAC9B;YACE,MAAM,EAAE,KAAK;YACb,KAAK;YACL,OAAO;SACR,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,KAAK,CAAC,IAAI,CACR,KAA8C,EAC9C,OAAuB;QAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,wBAAwB,EACxB;YACE,MAAM,EAAE,KAAK;YACb,OAAO;YACP,KAAK;SACN,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,KAAK,CAAC,MAAM,CACV,IAAwC,EACxC,KAA6C,EAC7C,OAAuB;QAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,wBAAwB,EACxB;YACE,MAAM,EAAE,MAAM;YACd,OAAO;YACP,IAAI;YACJ,KAAK;SACN,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,MAAM,CACV,EAAU,EACV,IAAwC,EACxC,KAA6C,EAC7C,OAAuB;QAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,0BAA0B,EAAE,EAAE,EAC9B;YACE,MAAM,EAAE,MAAM;YACd,OAAO;YACP,IAAI;YACJ,KAAK;SACN,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,MAAM,CAAC,EAAU,EAAE,OAAuB;QAC9C,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,0BAA0B,EAAE,EAAE,EAC9B;YACE,MAAM,EAAE,QAAQ;YAChB,OAAO;SACR,CACF,CAAA;IACH,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,KAAK,CAAC,cAAc,CAClB,EAAU,EACV,IAA8B,EAC9B,OAAuB;QAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,0BAA0B,EAAE,YAAY,EACxC;YACE,MAAM,EAAE,MAAM;YACd,OAAO;YACP,IAAI;SACL,CACF,CAAA;IACH,CAAC;CACF;AAxPD,sCAwPC"}
|