@acmekit/js-sdk 2.13.1
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/api-key.d.ts +164 -0
- package/dist/admin/api-key.d.ts.map +1 -0
- package/dist/admin/api-key.js +202 -0
- package/dist/admin/api-key.js.map +1 -0
- package/dist/admin/campaign.d.ts +164 -0
- package/dist/admin/campaign.d.ts.map +1 -0
- package/dist/admin/campaign.js +196 -0
- package/dist/admin/campaign.js.map +1 -0
- package/dist/admin/claim.d.ts +558 -0
- package/dist/admin/claim.d.ts.map +1 -0
- package/dist/admin/claim.js +693 -0
- package/dist/admin/claim.js.map +1 -0
- package/dist/admin/currency.d.ts +95 -0
- package/dist/admin/currency.d.ts.map +1 -0
- package/dist/admin/currency.js +104 -0
- package/dist/admin/currency.js.map +1 -0
- package/dist/admin/customer-group.d.ts +170 -0
- package/dist/admin/customer-group.d.ts.map +1 -0
- package/dist/admin/customer-group.js +206 -0
- package/dist/admin/customer-group.js.map +1 -0
- package/dist/admin/customer.d.ts +264 -0
- package/dist/admin/customer.d.ts.map +1 -0
- package/dist/admin/customer.js +323 -0
- package/dist/admin/customer.js.map +1 -0
- package/dist/admin/draft-order.d.ts +430 -0
- package/dist/admin/draft-order.d.ts.map +1 -0
- package/dist/admin/draft-order.js +547 -0
- package/dist/admin/draft-order.js.map +1 -0
- package/dist/admin/exchange.d.ts +487 -0
- package/dist/admin/exchange.d.ts.map +1 -0
- package/dist/admin/exchange.js +602 -0
- package/dist/admin/exchange.js.map +1 -0
- package/dist/admin/fulfillment-provider.d.ts +78 -0
- package/dist/admin/fulfillment-provider.d.ts.map +1 -0
- package/dist/admin/fulfillment-provider.js +88 -0
- package/dist/admin/fulfillment-provider.js.map +1 -0
- package/dist/admin/fulfillment-set.d.ts +141 -0
- package/dist/admin/fulfillment-set.d.ts.map +1 -0
- package/dist/admin/fulfillment-set.js +170 -0
- package/dist/admin/fulfillment-set.js.map +1 -0
- package/dist/admin/fulfillment.d.ts +91 -0
- package/dist/admin/fulfillment.d.ts.map +1 -0
- package/dist/admin/fulfillment.js +111 -0
- package/dist/admin/fulfillment.js.map +1 -0
- package/dist/admin/index.d.ts +247 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +108 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/admin/inventory-item.d.ts +320 -0
- package/dist/admin/inventory-item.d.ts.map +1 -0
- package/dist/admin/inventory-item.js +384 -0
- package/dist/admin/inventory-item.js.map +1 -0
- package/dist/admin/invite.d.ts +182 -0
- package/dist/admin/invite.d.ts.map +1 -0
- package/dist/admin/invite.js +211 -0
- package/dist/admin/invite.js.map +1 -0
- package/dist/admin/locale.d.ts +95 -0
- package/dist/admin/locale.d.ts.map +1 -0
- package/dist/admin/locale.js +104 -0
- package/dist/admin/locale.js.map +1 -0
- package/dist/admin/notification.d.ts +96 -0
- package/dist/admin/notification.d.ts.map +1 -0
- package/dist/admin/notification.js +107 -0
- package/dist/admin/notification.js.map +1 -0
- package/dist/admin/order-edit.d.ts +189 -0
- package/dist/admin/order-edit.d.ts.map +1 -0
- package/dist/admin/order-edit.js +240 -0
- package/dist/admin/order-edit.js.map +1 -0
- package/dist/admin/order.d.ts +452 -0
- package/dist/admin/order.d.ts.map +1 -0
- package/dist/admin/order.js +560 -0
- package/dist/admin/order.js.map +1 -0
- package/dist/admin/payment-collection.d.ts +72 -0
- package/dist/admin/payment-collection.d.ts.map +1 -0
- package/dist/admin/payment-collection.js +90 -0
- package/dist/admin/payment-collection.js.map +1 -0
- package/dist/admin/payment.d.ts +180 -0
- package/dist/admin/payment.d.ts.map +1 -0
- package/dist/admin/payment.js +208 -0
- package/dist/admin/payment.js.map +1 -0
- package/dist/admin/plugin.d.ts +27 -0
- package/dist/admin/plugin.d.ts.map +1 -0
- package/dist/admin/plugin.js +31 -0
- package/dist/admin/plugin.js.map +1 -0
- package/dist/admin/price-list.d.ts +234 -0
- package/dist/admin/price-list.d.ts.map +1 -0
- package/dist/admin/price-list.js +284 -0
- package/dist/admin/price-list.js.map +1 -0
- package/dist/admin/price-preference.d.ts +152 -0
- package/dist/admin/price-preference.d.ts.map +1 -0
- package/dist/admin/price-preference.js +182 -0
- package/dist/admin/price-preference.js.map +1 -0
- package/dist/admin/product-category.d.ts +170 -0
- package/dist/admin/product-category.d.ts.map +1 -0
- package/dist/admin/product-category.js +205 -0
- package/dist/admin/product-category.js.map +1 -0
- package/dist/admin/product-collection.d.ts +169 -0
- package/dist/admin/product-collection.d.ts.map +1 -0
- package/dist/admin/product-collection.js +203 -0
- package/dist/admin/product-collection.js.map +1 -0
- package/dist/admin/product-tag.d.ts +149 -0
- package/dist/admin/product-tag.d.ts.map +1 -0
- package/dist/admin/product-tag.js +177 -0
- package/dist/admin/product-tag.js.map +1 -0
- package/dist/admin/product-type.d.ts +150 -0
- package/dist/admin/product-type.d.ts.map +1 -0
- package/dist/admin/product-type.js +178 -0
- package/dist/admin/product-type.js.map +1 -0
- package/dist/admin/product-variant.d.ts +62 -0
- package/dist/admin/product-variant.d.ts.map +1 -0
- package/dist/admin/product-variant.js +66 -0
- package/dist/admin/product-variant.js.map +1 -0
- package/dist/admin/product.d.ts +740 -0
- package/dist/admin/product.d.ts.map +1 -0
- package/dist/admin/product.js +948 -0
- package/dist/admin/product.js.map +1 -0
- package/dist/admin/promotion.d.ts +310 -0
- package/dist/admin/promotion.d.ts.map +1 -0
- package/dist/admin/promotion.js +374 -0
- package/dist/admin/promotion.js.map +1 -0
- package/dist/admin/refund-reasons.d.ts +163 -0
- package/dist/admin/refund-reasons.d.ts.map +1 -0
- package/dist/admin/refund-reasons.js +192 -0
- package/dist/admin/refund-reasons.js.map +1 -0
- package/dist/admin/region.d.ts +152 -0
- package/dist/admin/region.d.ts.map +1 -0
- package/dist/admin/region.js +180 -0
- package/dist/admin/region.js.map +1 -0
- package/dist/admin/reservation.d.ts +154 -0
- package/dist/admin/reservation.d.ts.map +1 -0
- package/dist/admin/reservation.js +182 -0
- package/dist/admin/reservation.js.map +1 -0
- package/dist/admin/return-reason.d.ts +154 -0
- package/dist/admin/return-reason.d.ts.map +1 -0
- package/dist/admin/return-reason.js +183 -0
- package/dist/admin/return-reason.js.map +1 -0
- package/dist/admin/return.d.ts +558 -0
- package/dist/admin/return.d.ts.map +1 -0
- package/dist/admin/return.js +700 -0
- package/dist/admin/return.js.map +1 -0
- package/dist/admin/sales-channel.d.ts +196 -0
- package/dist/admin/sales-channel.d.ts.map +1 -0
- package/dist/admin/sales-channel.js +238 -0
- package/dist/admin/sales-channel.js.map +1 -0
- package/dist/admin/shipping-option-type.d.ts +152 -0
- package/dist/admin/shipping-option-type.d.ts.map +1 -0
- package/dist/admin/shipping-option-type.js +180 -0
- package/dist/admin/shipping-option-type.js.map +1 -0
- package/dist/admin/shipping-option.d.ts +171 -0
- package/dist/admin/shipping-option.d.ts.map +1 -0
- package/dist/admin/shipping-option.js +207 -0
- package/dist/admin/shipping-option.js.map +1 -0
- package/dist/admin/shipping-profile.d.ts +151 -0
- package/dist/admin/shipping-profile.d.ts.map +1 -0
- package/dist/admin/shipping-profile.js +181 -0
- package/dist/admin/shipping-profile.js.map +1 -0
- package/dist/admin/stock-location.d.ts +212 -0
- package/dist/admin/stock-location.d.ts.map +1 -0
- package/dist/admin/stock-location.js +260 -0
- package/dist/admin/stock-location.js.map +1 -0
- package/dist/admin/store.d.ts +116 -0
- package/dist/admin/store.d.ts.map +1 -0
- package/dist/admin/store.js +134 -0
- package/dist/admin/store.js.map +1 -0
- package/dist/admin/tax-provider.d.ts +64 -0
- package/dist/admin/tax-provider.d.ts.map +1 -0
- package/dist/admin/tax-provider.js +70 -0
- package/dist/admin/tax-provider.js.map +1 -0
- package/dist/admin/tax-rate.d.ts +155 -0
- package/dist/admin/tax-rate.d.ts.map +1 -0
- package/dist/admin/tax-rate.js +186 -0
- package/dist/admin/tax-rate.js.map +1 -0
- package/dist/admin/tax-region.d.ts +165 -0
- package/dist/admin/tax-region.d.ts.map +1 -0
- package/dist/admin/tax-region.js +196 -0
- package/dist/admin/tax-region.js.map +1 -0
- package/dist/admin/translation.d.ts +253 -0
- package/dist/admin/translation.d.ts.map +1 -0
- package/dist/admin/translation.js +284 -0
- package/dist/admin/translation.js.map +1 -0
- package/dist/admin/upload.d.ts +97 -0
- package/dist/admin/upload.d.ts.map +1 -0
- package/dist/admin/upload.js +139 -0
- package/dist/admin/upload.js.map +1 -0
- package/dist/admin/user.d.ts +166 -0
- package/dist/admin/user.d.ts.map +1 -0
- package/dist/admin/user.js +192 -0
- package/dist/admin/user.js.map +1 -0
- package/dist/admin/views.d.ts +54 -0
- package/dist/admin/views.d.ts.map +1 -0
- package/dist/admin/views.js +96 -0
- package/dist/admin/views.js.map +1 -0
- package/dist/admin/workflow-execution.d.ts +78 -0
- package/dist/admin/workflow-execution.d.ts.map +1 -0
- package/dist/admin/workflow-execution.js +86 -0
- package/dist/admin/workflow-execution.js.map +1 -0
- package/dist/auth/index.d.ts +264 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +318 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/client.d.ts +65 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +315 -0
- package/dist/client.js.map +1 -0
- package/dist/esm/admin/api-key.d.ts +164 -0
- package/dist/esm/admin/api-key.d.ts.map +1 -0
- package/dist/esm/admin/api-key.js +221 -0
- package/dist/esm/admin/api-key.js.map +1 -0
- package/dist/esm/admin/campaign.d.ts +164 -0
- package/dist/esm/admin/campaign.d.ts.map +1 -0
- package/dist/esm/admin/campaign.js +213 -0
- package/dist/esm/admin/campaign.js.map +1 -0
- package/dist/esm/admin/claim.d.ts +558 -0
- package/dist/esm/admin/claim.d.ts.map +1 -0
- package/dist/esm/admin/claim.js +740 -0
- package/dist/esm/admin/claim.js.map +1 -0
- package/dist/esm/admin/currency.d.ts +95 -0
- package/dist/esm/admin/currency.d.ts.map +1 -0
- package/dist/esm/admin/currency.js +113 -0
- package/dist/esm/admin/currency.js.map +1 -0
- package/dist/esm/admin/customer-group.d.ts +170 -0
- package/dist/esm/admin/customer-group.d.ts.map +1 -0
- package/dist/esm/admin/customer-group.js +223 -0
- package/dist/esm/admin/customer-group.js.map +1 -0
- package/dist/esm/admin/customer.d.ts +264 -0
- package/dist/esm/admin/customer.d.ts.map +1 -0
- package/dist/esm/admin/customer.js +350 -0
- package/dist/esm/admin/customer.js.map +1 -0
- package/dist/esm/admin/draft-order.d.ts +430 -0
- package/dist/esm/admin/draft-order.d.ts.map +1 -0
- package/dist/esm/admin/draft-order.js +594 -0
- package/dist/esm/admin/draft-order.js.map +1 -0
- package/dist/esm/admin/exchange.d.ts +487 -0
- package/dist/esm/admin/exchange.d.ts.map +1 -0
- package/dist/esm/admin/exchange.js +643 -0
- package/dist/esm/admin/exchange.js.map +1 -0
- package/dist/esm/admin/fulfillment-provider.d.ts +78 -0
- package/dist/esm/admin/fulfillment-provider.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment-provider.js +97 -0
- package/dist/esm/admin/fulfillment-provider.js.map +1 -0
- package/dist/esm/admin/fulfillment-set.d.ts +141 -0
- package/dist/esm/admin/fulfillment-set.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment-set.js +185 -0
- package/dist/esm/admin/fulfillment-set.js.map +1 -0
- package/dist/esm/admin/fulfillment.d.ts +91 -0
- package/dist/esm/admin/fulfillment.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment.js +122 -0
- package/dist/esm/admin/fulfillment.js.map +1 -0
- package/dist/esm/admin/index.d.ts +247 -0
- package/dist/esm/admin/index.d.ts.map +1 -0
- package/dist/esm/admin/index.js +101 -0
- package/dist/esm/admin/index.js.map +1 -0
- package/dist/esm/admin/inventory-item.d.ts +320 -0
- package/dist/esm/admin/inventory-item.d.ts.map +1 -0
- package/dist/esm/admin/inventory-item.js +411 -0
- package/dist/esm/admin/inventory-item.js.map +1 -0
- package/dist/esm/admin/invite.d.ts +182 -0
- package/dist/esm/admin/invite.d.ts.map +1 -0
- package/dist/esm/admin/invite.js +239 -0
- package/dist/esm/admin/invite.js.map +1 -0
- package/dist/esm/admin/locale.d.ts +95 -0
- package/dist/esm/admin/locale.d.ts.map +1 -0
- package/dist/esm/admin/locale.js +113 -0
- package/dist/esm/admin/locale.js.map +1 -0
- package/dist/esm/admin/notification.d.ts +96 -0
- package/dist/esm/admin/notification.d.ts.map +1 -0
- package/dist/esm/admin/notification.js +116 -0
- package/dist/esm/admin/notification.js.map +1 -0
- package/dist/esm/admin/order-edit.d.ts +189 -0
- package/dist/esm/admin/order-edit.d.ts.map +1 -0
- package/dist/esm/admin/order-edit.js +261 -0
- package/dist/esm/admin/order-edit.js.map +1 -0
- package/dist/esm/admin/order.d.ts +452 -0
- package/dist/esm/admin/order.d.ts.map +1 -0
- package/dist/esm/admin/order.js +603 -0
- package/dist/esm/admin/order.js.map +1 -0
- package/dist/esm/admin/payment-collection.d.ts +72 -0
- package/dist/esm/admin/payment-collection.d.ts.map +1 -0
- package/dist/esm/admin/payment-collection.js +101 -0
- package/dist/esm/admin/payment-collection.js.map +1 -0
- package/dist/esm/admin/payment.d.ts +180 -0
- package/dist/esm/admin/payment.d.ts.map +1 -0
- package/dist/esm/admin/payment.js +223 -0
- package/dist/esm/admin/payment.js.map +1 -0
- package/dist/esm/admin/plugin.d.ts +27 -0
- package/dist/esm/admin/plugin.d.ts.map +1 -0
- package/dist/esm/admin/plugin.js +38 -0
- package/dist/esm/admin/plugin.js.map +1 -0
- package/dist/esm/admin/price-list.d.ts +234 -0
- package/dist/esm/admin/price-list.d.ts.map +1 -0
- package/dist/esm/admin/price-list.js +305 -0
- package/dist/esm/admin/price-list.js.map +1 -0
- package/dist/esm/admin/price-preference.d.ts +152 -0
- package/dist/esm/admin/price-preference.d.ts.map +1 -0
- package/dist/esm/admin/price-preference.js +197 -0
- package/dist/esm/admin/price-preference.js.map +1 -0
- package/dist/esm/admin/product-category.d.ts +170 -0
- package/dist/esm/admin/product-category.d.ts.map +1 -0
- package/dist/esm/admin/product-category.js +222 -0
- package/dist/esm/admin/product-category.js.map +1 -0
- package/dist/esm/admin/product-collection.d.ts +169 -0
- package/dist/esm/admin/product-collection.d.ts.map +1 -0
- package/dist/esm/admin/product-collection.js +220 -0
- package/dist/esm/admin/product-collection.js.map +1 -0
- package/dist/esm/admin/product-tag.d.ts +149 -0
- package/dist/esm/admin/product-tag.d.ts.map +1 -0
- package/dist/esm/admin/product-tag.js +192 -0
- package/dist/esm/admin/product-tag.js.map +1 -0
- package/dist/esm/admin/product-type.d.ts +150 -0
- package/dist/esm/admin/product-type.d.ts.map +1 -0
- package/dist/esm/admin/product-type.js +193 -0
- package/dist/esm/admin/product-type.js.map +1 -0
- package/dist/esm/admin/product-variant.d.ts +62 -0
- package/dist/esm/admin/product-variant.d.ts.map +1 -0
- package/dist/esm/admin/product-variant.js +73 -0
- package/dist/esm/admin/product-variant.js.map +1 -0
- package/dist/esm/admin/product.d.ts +740 -0
- package/dist/esm/admin/product.d.ts.map +1 -0
- package/dist/esm/admin/product.js +995 -0
- package/dist/esm/admin/product.js.map +1 -0
- package/dist/esm/admin/promotion.d.ts +310 -0
- package/dist/esm/admin/promotion.d.ts.map +1 -0
- package/dist/esm/admin/promotion.js +401 -0
- package/dist/esm/admin/promotion.js.map +1 -0
- package/dist/esm/admin/refund-reasons.d.ts +163 -0
- package/dist/esm/admin/refund-reasons.d.ts.map +1 -0
- package/dist/esm/admin/refund-reasons.js +207 -0
- package/dist/esm/admin/refund-reasons.js.map +1 -0
- package/dist/esm/admin/region.d.ts +152 -0
- package/dist/esm/admin/region.d.ts.map +1 -0
- package/dist/esm/admin/region.js +195 -0
- package/dist/esm/admin/region.js.map +1 -0
- package/dist/esm/admin/reservation.d.ts +154 -0
- package/dist/esm/admin/reservation.d.ts.map +1 -0
- package/dist/esm/admin/reservation.js +199 -0
- package/dist/esm/admin/reservation.js.map +1 -0
- package/dist/esm/admin/return-reason.d.ts +154 -0
- package/dist/esm/admin/return-reason.d.ts.map +1 -0
- package/dist/esm/admin/return-reason.js +198 -0
- package/dist/esm/admin/return-reason.js.map +1 -0
- package/dist/esm/admin/return.d.ts +558 -0
- package/dist/esm/admin/return.d.ts.map +1 -0
- package/dist/esm/admin/return.js +749 -0
- package/dist/esm/admin/return.js.map +1 -0
- package/dist/esm/admin/sales-channel.d.ts +196 -0
- package/dist/esm/admin/sales-channel.d.ts.map +1 -0
- package/dist/esm/admin/sales-channel.js +257 -0
- package/dist/esm/admin/sales-channel.js.map +1 -0
- package/dist/esm/admin/shipping-option-type.d.ts +152 -0
- package/dist/esm/admin/shipping-option-type.d.ts.map +1 -0
- package/dist/esm/admin/shipping-option-type.js +195 -0
- package/dist/esm/admin/shipping-option-type.js.map +1 -0
- package/dist/esm/admin/shipping-option.d.ts +171 -0
- package/dist/esm/admin/shipping-option.d.ts.map +1 -0
- package/dist/esm/admin/shipping-option.js +224 -0
- package/dist/esm/admin/shipping-option.js.map +1 -0
- package/dist/esm/admin/shipping-profile.d.ts +151 -0
- package/dist/esm/admin/shipping-profile.d.ts.map +1 -0
- package/dist/esm/admin/shipping-profile.js +196 -0
- package/dist/esm/admin/shipping-profile.js.map +1 -0
- package/dist/esm/admin/stock-location.d.ts +212 -0
- package/dist/esm/admin/stock-location.d.ts.map +1 -0
- package/dist/esm/admin/stock-location.js +281 -0
- package/dist/esm/admin/stock-location.js.map +1 -0
- package/dist/esm/admin/store.d.ts +116 -0
- package/dist/esm/admin/store.d.ts.map +1 -0
- package/dist/esm/admin/store.js +145 -0
- package/dist/esm/admin/store.js.map +1 -0
- package/dist/esm/admin/tax-provider.d.ts +64 -0
- package/dist/esm/admin/tax-provider.d.ts.map +1 -0
- package/dist/esm/admin/tax-provider.js +77 -0
- package/dist/esm/admin/tax-provider.js.map +1 -0
- package/dist/esm/admin/tax-rate.d.ts +155 -0
- package/dist/esm/admin/tax-rate.d.ts.map +1 -0
- package/dist/esm/admin/tax-rate.js +201 -0
- package/dist/esm/admin/tax-rate.js.map +1 -0
- package/dist/esm/admin/tax-region.d.ts +165 -0
- package/dist/esm/admin/tax-region.d.ts.map +1 -0
- package/dist/esm/admin/tax-region.js +211 -0
- package/dist/esm/admin/tax-region.js.map +1 -0
- package/dist/esm/admin/translation.d.ts +253 -0
- package/dist/esm/admin/translation.d.ts.map +1 -0
- package/dist/esm/admin/translation.js +301 -0
- package/dist/esm/admin/translation.js.map +1 -0
- package/dist/esm/admin/upload.d.ts +97 -0
- package/dist/esm/admin/upload.d.ts.map +1 -0
- package/dist/esm/admin/upload.js +150 -0
- package/dist/esm/admin/upload.js.map +1 -0
- package/dist/esm/admin/user.d.ts +166 -0
- package/dist/esm/admin/user.d.ts.map +1 -0
- package/dist/esm/admin/user.js +207 -0
- package/dist/esm/admin/user.js.map +1 -0
- package/dist/esm/admin/views.d.ts +54 -0
- package/dist/esm/admin/views.d.ts.map +1 -0
- package/dist/esm/admin/views.js +117 -0
- package/dist/esm/admin/views.js.map +1 -0
- package/dist/esm/admin/workflow-execution.d.ts +78 -0
- package/dist/esm/admin/workflow-execution.d.ts.map +1 -0
- package/dist/esm/admin/workflow-execution.js +95 -0
- package/dist/esm/admin/workflow-execution.js.map +1 -0
- package/dist/esm/auth/index.d.ts +264 -0
- package/dist/esm/auth/index.d.ts.map +1 -0
- package/dist/esm/auth/index.js +325 -0
- package/dist/esm/auth/index.js.map +1 -0
- package/dist/esm/client.d.ts +65 -0
- package/dist/esm/client.d.ts.map +1 -0
- package/dist/esm/client.js +317 -0
- package/dist/esm/client.js.map +1 -0
- package/dist/esm/index.d.ts +21 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +24 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/store/index.d.ts +1200 -0
- package/dist/esm/store/index.d.ts.map +1 -0
- package/dist/esm/store/index.js +1425 -0
- package/dist/esm/store/index.js.map +1 -0
- package/dist/esm/types.d.ts +60 -0
- package/dist/esm/types.d.ts.map +1 -0
- package/dist/esm/types.js +2 -0
- package/dist/esm/types.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/store/index.d.ts +1200 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/index.js +1419 -0
- package/dist/store/index.js.map +1 -0
- package/dist/types.d.ts +60 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/package.json +43 -0
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { HttpTypes, SelectParams } from "@acmekit/types";
|
|
2
|
+
import { Client } from "../client";
|
|
3
|
+
import { ClientHeaders } from "../types";
|
|
4
|
+
export declare class Customer {
|
|
5
|
+
/**
|
|
6
|
+
* @ignore
|
|
7
|
+
*/
|
|
8
|
+
private client;
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: Client);
|
|
13
|
+
/**
|
|
14
|
+
* This method creates a customer. It sends a request to the
|
|
15
|
+
* [Create Customer](https://docs.acmekit.com/api/admin#customers_postcustomers) API route.
|
|
16
|
+
*
|
|
17
|
+
* @param body - The customer's details.
|
|
18
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
19
|
+
* @param headers - Headers to pass in the request.
|
|
20
|
+
* @returns The customer's details.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* sdk.admin.customer.create({
|
|
24
|
+
* email: "customer@gmail.com"
|
|
25
|
+
* })
|
|
26
|
+
* .then(({ customer }) => {
|
|
27
|
+
* console.log(customer)
|
|
28
|
+
* })
|
|
29
|
+
*/
|
|
30
|
+
create(body: HttpTypes.AdminCreateCustomer, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* This method updates a customer's details. It sends a request to the
|
|
33
|
+
* [Update Customer](https://docs.acmekit.com/api/admin#customers_postcustomersid) API route.
|
|
34
|
+
*
|
|
35
|
+
* @param id - The customer's ID.
|
|
36
|
+
* @param body - The details to update of the customer.
|
|
37
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
38
|
+
* @param headers - Headers to pass in the request.
|
|
39
|
+
* @returns The customer's details.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* sdk.admin.customer.update("cus_123", {
|
|
43
|
+
* first_name: "John"
|
|
44
|
+
* })
|
|
45
|
+
* .then(({ customer }) => {
|
|
46
|
+
* console.log(customer)
|
|
47
|
+
* })
|
|
48
|
+
*/
|
|
49
|
+
update(id: string, body: HttpTypes.AdminUpdateCustomer, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* This method retrieves a paginated list of customers. It sends a request to the
|
|
52
|
+
* [List Customers](https://docs.acmekit.com/api/admin#customers_getcustomers)
|
|
53
|
+
* API route.
|
|
54
|
+
*
|
|
55
|
+
* @param queryParams - Filters and pagination configurations.
|
|
56
|
+
* @param headers - Headers to pass in the request.
|
|
57
|
+
* @returns The paginated list of customers.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* To retrieve the list of customers:
|
|
61
|
+
*
|
|
62
|
+
* ```ts
|
|
63
|
+
* sdk.admin.customer.list()
|
|
64
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
65
|
+
* console.log(customers)
|
|
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.customer.list({
|
|
75
|
+
* limit: 10,
|
|
76
|
+
* offset: 10
|
|
77
|
+
* })
|
|
78
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
79
|
+
* console.log(customers)
|
|
80
|
+
* })
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
84
|
+
* in each customer:
|
|
85
|
+
*
|
|
86
|
+
* ```ts
|
|
87
|
+
* sdk.admin.customer.list({
|
|
88
|
+
* fields: "id,*groups"
|
|
89
|
+
* })
|
|
90
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
91
|
+
* console.log(customers)
|
|
92
|
+
* })
|
|
93
|
+
* ```
|
|
94
|
+
*
|
|
95
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
96
|
+
*/
|
|
97
|
+
list(queryParams?: HttpTypes.AdminCustomerFilters, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerListResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* This method retrieves a customer by its ID. It sends a request to the
|
|
100
|
+
* [Get Customer](https://docs.acmekit.com/api/admin#customers_getcustomersid)
|
|
101
|
+
* API route.
|
|
102
|
+
*
|
|
103
|
+
* @param id - The customer's ID.
|
|
104
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
105
|
+
* @param headers - Headers to pass in the request.
|
|
106
|
+
* @returns The customer's details.
|
|
107
|
+
*
|
|
108
|
+
* @example
|
|
109
|
+
* To retrieve a customer by its ID:
|
|
110
|
+
*
|
|
111
|
+
* ```ts
|
|
112
|
+
* sdk.admin.customer.retrieve("cus_123")
|
|
113
|
+
* .then(({ customer }) => {
|
|
114
|
+
* console.log(customer)
|
|
115
|
+
* })
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* To specify the fields and relations to retrieve:
|
|
119
|
+
*
|
|
120
|
+
* ```ts
|
|
121
|
+
* sdk.admin.customer.retrieve("cus_123", {
|
|
122
|
+
* fields: "id,*groups"
|
|
123
|
+
* })
|
|
124
|
+
* .then(({ customer }) => {
|
|
125
|
+
* console.log(customer)
|
|
126
|
+
* })
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
130
|
+
*/
|
|
131
|
+
retrieve(id: string, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* This method deletes a customer by its ID. It sends a request to the
|
|
134
|
+
* [Delete Customer](https://docs.acmekit.com/api/admin#customers_deletecustomersid)
|
|
135
|
+
* API route.
|
|
136
|
+
*
|
|
137
|
+
* @param id - The customer's ID.
|
|
138
|
+
* @param headers - Headers to pass in the request.
|
|
139
|
+
* @returns The deletion's details.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* sdk.admin.customer.delete("cus_123")
|
|
143
|
+
* .then(({ deleted }) => {
|
|
144
|
+
* console.log(deleted)
|
|
145
|
+
* })
|
|
146
|
+
*/
|
|
147
|
+
delete(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerDeleteResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* This method manages customer groups for a customer.
|
|
150
|
+
* It sends a request to the [Manage Customers](https://docs.acmekit.com/api/admin#customers_postcustomersidcustomergroups)
|
|
151
|
+
* API route.
|
|
152
|
+
*
|
|
153
|
+
* @param id - The customer's ID.
|
|
154
|
+
* @param body - The groups to add customer to or remove customer from.
|
|
155
|
+
* @param headers - Headers to pass in the request
|
|
156
|
+
* @returns The customers details.
|
|
157
|
+
*
|
|
158
|
+
* @example
|
|
159
|
+
* sdk.admin.customer.batchCustomerGroups("cus_123", {
|
|
160
|
+
* add: ["cusgroup_123"],
|
|
161
|
+
* remove: ["cusgroup_321"]
|
|
162
|
+
* })
|
|
163
|
+
* .then(({ customer }) => {
|
|
164
|
+
* console.log(customer)
|
|
165
|
+
* })
|
|
166
|
+
*/
|
|
167
|
+
batchCustomerGroups(id: string, body: HttpTypes.AdminBatchLink, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* This method creates a customer address. It sends a request to the
|
|
170
|
+
* [Create Customer Address](https://docs.acmekit.com/api/admin#customers_postcustomersidaddresses)
|
|
171
|
+
* API route.
|
|
172
|
+
*
|
|
173
|
+
* @param id - The customer's ID.
|
|
174
|
+
* @param body - The customer address's details.
|
|
175
|
+
* @param headers - Headers to pass in the request.
|
|
176
|
+
* @returns The customer address's details.
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* sdk.admin.customer.createAddress("cus_123", {
|
|
180
|
+
* address_1: "123 Main St",
|
|
181
|
+
* city: "Anytown",
|
|
182
|
+
* country_code: "US",
|
|
183
|
+
* postal_code: "12345"
|
|
184
|
+
* })
|
|
185
|
+
* .then(({ customer }) => {
|
|
186
|
+
* console.log(customer)
|
|
187
|
+
* })
|
|
188
|
+
*/
|
|
189
|
+
createAddress(id: string, body: HttpTypes.AdminCreateCustomerAddress, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* This method updates a customer address. It sends a request to the
|
|
192
|
+
* [Update Customer Address](https://docs.acmekit.com/api/admin#customers_postcustomersidaddressesaddressid)
|
|
193
|
+
* API route.
|
|
194
|
+
*
|
|
195
|
+
* @param id - The customer's ID.
|
|
196
|
+
* @param addressId - The customer address's ID.
|
|
197
|
+
* @param body - The customer address's details.
|
|
198
|
+
* @param headers - Headers to pass in the request.
|
|
199
|
+
* @returns The customer address's details.
|
|
200
|
+
*
|
|
201
|
+
* @example
|
|
202
|
+
* sdk.admin.customer.updateAddress("cus_123", "cus_addr_123", {
|
|
203
|
+
* address_1: "123 Main St",
|
|
204
|
+
* city: "Anytown",
|
|
205
|
+
* country_code: "US",
|
|
206
|
+
* postal_code: "12345"
|
|
207
|
+
* })
|
|
208
|
+
* .then(({ customer }) => {
|
|
209
|
+
* console.log(customer)
|
|
210
|
+
* })
|
|
211
|
+
*/
|
|
212
|
+
updateAddress(id: string, addressId: string, body: HttpTypes.AdminUpdateCustomerAddress, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* This method deletes a customer address. It sends a request to the
|
|
215
|
+
* [Delete Customer Address](https://docs.acmekit.com/api/admin#customers_deletecustomersidaddressesaddressid)
|
|
216
|
+
* API route.
|
|
217
|
+
*
|
|
218
|
+
* @param id - The customer's ID.
|
|
219
|
+
* @param addressId - The customer address's ID.
|
|
220
|
+
* @param headers - Headers to pass in the request.
|
|
221
|
+
* @returns The customer address's details.
|
|
222
|
+
*
|
|
223
|
+
* @example
|
|
224
|
+
* sdk.admin.customer.deleteAddress("cus_123", "cus_addr_123")
|
|
225
|
+
* .then(({ customer }) => {
|
|
226
|
+
* console.log(customer)
|
|
227
|
+
* })
|
|
228
|
+
*/
|
|
229
|
+
deleteAddress(id: string, addressId: string, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* This method retrieves a customer address by its ID. It sends a request to the
|
|
232
|
+
* [Get Customer Address](https://docs.acmekit.com/api/admin#customers_getcustomersidaddressesaddressid)
|
|
233
|
+
* API route.
|
|
234
|
+
*
|
|
235
|
+
* @param id - The customer's ID.
|
|
236
|
+
* @param addressId - The customer address's ID.
|
|
237
|
+
* @param headers - Headers to pass in the request.
|
|
238
|
+
* @returns The customer address's details.
|
|
239
|
+
*
|
|
240
|
+
* @example
|
|
241
|
+
* sdk.admin.customer.retrieveAddress("cus_123", "cus_addr_123")
|
|
242
|
+
* .then(({ customer }) => {
|
|
243
|
+
* console.log(customer)
|
|
244
|
+
* })
|
|
245
|
+
*/
|
|
246
|
+
retrieveAddress(id: string, addressId: string, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
247
|
+
/**
|
|
248
|
+
* This method retrieves a list of customer addresses. It sends a request to the
|
|
249
|
+
* [List Customer Addresses](https://docs.acmekit.com/api/admin#customers_getcustomersidaddresses)
|
|
250
|
+
* API route.
|
|
251
|
+
*
|
|
252
|
+
* @param id - The customer's ID.
|
|
253
|
+
* @param headers - Headers to pass in the request.
|
|
254
|
+
* @returns The list of customer addresses.
|
|
255
|
+
*
|
|
256
|
+
* @example
|
|
257
|
+
* sdk.admin.customer.listAddresses("cus_123")
|
|
258
|
+
* .then(({ addresses }) => {
|
|
259
|
+
* console.log(addresses)
|
|
260
|
+
* })
|
|
261
|
+
*/
|
|
262
|
+
listAddresses(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminCustomerResponse>;
|
|
263
|
+
}
|
|
264
|
+
//# sourceMappingURL=customer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../src/admin/customer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACxD,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;;;;;;;;;;;;;;;;OAgBG;IACG,MAAM,CACV,IAAI,EAAE,SAAS,CAAC,mBAAmB,EACnC,KAAK,CAAC,EAAE,YAAY,EACpB,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;OAiBG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,mBAAmB,EACnC,KAAK,CAAC,EAAE,YAAY,EACpB,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACG,IAAI,CACR,WAAW,CAAC,EAAE,SAAS,CAAC,oBAAoB,EAC5C,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACG,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,aAAa;IAUxE;;;;;;;;;;;;;;OAcG;IACG,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;IAUhD;;;;;;;;;;;;;;;;;;OAkBG;IACG,mBAAmB,CACvB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,cAAc,EAC9B,OAAO,CAAC,EAAE,aAAa;IAYzB;;;;;;;;;;;;;;;;;;;;OAoBG;IACG,aAAa,CACjB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,0BAA0B,EAC1C,OAAO,CAAC,EAAE,aAAa;IAYzB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,aAAa,CACjB,EAAE,EAAE,MAAM,EACV,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,SAAS,CAAC,0BAA0B,EAC1C,OAAO,CAAC,EAAE,aAAa;IAYzB;;;;;;;;;;;;;;;OAeG;IACG,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;IAU1E;;;;;;;;;;;;;;;OAeG;IACG,eAAe,CACnB,EAAE,EAAE,MAAM,EACV,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,aAAa;IAUzB;;;;;;;;;;;;;;OAcG;IACG,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;CAQxD"}
|
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
export class Customer {
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
constructor(client) {
|
|
15
|
+
this.client = client;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* This method creates a customer. It sends a request to the
|
|
19
|
+
* [Create Customer](https://docs.acmekit.com/api/admin#customers_postcustomers) API route.
|
|
20
|
+
*
|
|
21
|
+
* @param body - The customer's details.
|
|
22
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
23
|
+
* @param headers - Headers to pass in the request.
|
|
24
|
+
* @returns The customer's details.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* sdk.admin.customer.create({
|
|
28
|
+
* email: "customer@gmail.com"
|
|
29
|
+
* })
|
|
30
|
+
* .then(({ customer }) => {
|
|
31
|
+
* console.log(customer)
|
|
32
|
+
* })
|
|
33
|
+
*/
|
|
34
|
+
create(body, query, headers) {
|
|
35
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36
|
+
return this.client.fetch(`/admin/customers`, {
|
|
37
|
+
method: "POST",
|
|
38
|
+
headers,
|
|
39
|
+
body,
|
|
40
|
+
query,
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* This method updates a customer's details. It sends a request to the
|
|
46
|
+
* [Update Customer](https://docs.acmekit.com/api/admin#customers_postcustomersid) API route.
|
|
47
|
+
*
|
|
48
|
+
* @param id - The customer's ID.
|
|
49
|
+
* @param body - The details to update of the customer.
|
|
50
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
51
|
+
* @param headers - Headers to pass in the request.
|
|
52
|
+
* @returns The customer's details.
|
|
53
|
+
*
|
|
54
|
+
* @example
|
|
55
|
+
* sdk.admin.customer.update("cus_123", {
|
|
56
|
+
* first_name: "John"
|
|
57
|
+
* })
|
|
58
|
+
* .then(({ customer }) => {
|
|
59
|
+
* console.log(customer)
|
|
60
|
+
* })
|
|
61
|
+
*/
|
|
62
|
+
update(id, body, query, headers) {
|
|
63
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64
|
+
return this.client.fetch(`/admin/customers/${id}`, {
|
|
65
|
+
method: "POST",
|
|
66
|
+
headers,
|
|
67
|
+
body,
|
|
68
|
+
query,
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This method retrieves a paginated list of customers. It sends a request to the
|
|
74
|
+
* [List Customers](https://docs.acmekit.com/api/admin#customers_getcustomers)
|
|
75
|
+
* API route.
|
|
76
|
+
*
|
|
77
|
+
* @param queryParams - Filters and pagination configurations.
|
|
78
|
+
* @param headers - Headers to pass in the request.
|
|
79
|
+
* @returns The paginated list of customers.
|
|
80
|
+
*
|
|
81
|
+
* @example
|
|
82
|
+
* To retrieve the list of customers:
|
|
83
|
+
*
|
|
84
|
+
* ```ts
|
|
85
|
+
* sdk.admin.customer.list()
|
|
86
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
87
|
+
* console.log(customers)
|
|
88
|
+
* })
|
|
89
|
+
* ```
|
|
90
|
+
*
|
|
91
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
92
|
+
*
|
|
93
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
94
|
+
*
|
|
95
|
+
* ```ts
|
|
96
|
+
* sdk.admin.customer.list({
|
|
97
|
+
* limit: 10,
|
|
98
|
+
* offset: 10
|
|
99
|
+
* })
|
|
100
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
101
|
+
* console.log(customers)
|
|
102
|
+
* })
|
|
103
|
+
* ```
|
|
104
|
+
*
|
|
105
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
106
|
+
* in each customer:
|
|
107
|
+
*
|
|
108
|
+
* ```ts
|
|
109
|
+
* sdk.admin.customer.list({
|
|
110
|
+
* fields: "id,*groups"
|
|
111
|
+
* })
|
|
112
|
+
* .then(({ customers, count, limit, offset }) => {
|
|
113
|
+
* console.log(customers)
|
|
114
|
+
* })
|
|
115
|
+
* ```
|
|
116
|
+
*
|
|
117
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
118
|
+
*/
|
|
119
|
+
list(queryParams, headers) {
|
|
120
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
121
|
+
return this.client.fetch(`/admin/customers`, {
|
|
122
|
+
headers,
|
|
123
|
+
query: queryParams,
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* This method retrieves a customer by its ID. It sends a request to the
|
|
129
|
+
* [Get Customer](https://docs.acmekit.com/api/admin#customers_getcustomersid)
|
|
130
|
+
* API route.
|
|
131
|
+
*
|
|
132
|
+
* @param id - The customer's ID.
|
|
133
|
+
* @param query - Configure the fields to retrieve in the customer.
|
|
134
|
+
* @param headers - Headers to pass in the request.
|
|
135
|
+
* @returns The customer's details.
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* To retrieve a customer by its ID:
|
|
139
|
+
*
|
|
140
|
+
* ```ts
|
|
141
|
+
* sdk.admin.customer.retrieve("cus_123")
|
|
142
|
+
* .then(({ customer }) => {
|
|
143
|
+
* console.log(customer)
|
|
144
|
+
* })
|
|
145
|
+
* ```
|
|
146
|
+
*
|
|
147
|
+
* To specify the fields and relations to retrieve:
|
|
148
|
+
*
|
|
149
|
+
* ```ts
|
|
150
|
+
* sdk.admin.customer.retrieve("cus_123", {
|
|
151
|
+
* fields: "id,*groups"
|
|
152
|
+
* })
|
|
153
|
+
* .then(({ customer }) => {
|
|
154
|
+
* console.log(customer)
|
|
155
|
+
* })
|
|
156
|
+
* ```
|
|
157
|
+
*
|
|
158
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
159
|
+
*/
|
|
160
|
+
retrieve(id, query, headers) {
|
|
161
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
162
|
+
return this.client.fetch(`/admin/customers/${id}`, {
|
|
163
|
+
query,
|
|
164
|
+
headers,
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* This method deletes a customer by its ID. It sends a request to the
|
|
170
|
+
* [Delete Customer](https://docs.acmekit.com/api/admin#customers_deletecustomersid)
|
|
171
|
+
* API route.
|
|
172
|
+
*
|
|
173
|
+
* @param id - The customer's ID.
|
|
174
|
+
* @param headers - Headers to pass in the request.
|
|
175
|
+
* @returns The deletion's details.
|
|
176
|
+
*
|
|
177
|
+
* @example
|
|
178
|
+
* sdk.admin.customer.delete("cus_123")
|
|
179
|
+
* .then(({ deleted }) => {
|
|
180
|
+
* console.log(deleted)
|
|
181
|
+
* })
|
|
182
|
+
*/
|
|
183
|
+
delete(id, headers) {
|
|
184
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
185
|
+
return this.client.fetch(`/admin/customers/${id}`, {
|
|
186
|
+
method: "DELETE",
|
|
187
|
+
headers,
|
|
188
|
+
});
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* This method manages customer groups for a customer.
|
|
193
|
+
* It sends a request to the [Manage Customers](https://docs.acmekit.com/api/admin#customers_postcustomersidcustomergroups)
|
|
194
|
+
* API route.
|
|
195
|
+
*
|
|
196
|
+
* @param id - The customer's ID.
|
|
197
|
+
* @param body - The groups to add customer to or remove customer from.
|
|
198
|
+
* @param headers - Headers to pass in the request
|
|
199
|
+
* @returns The customers details.
|
|
200
|
+
*
|
|
201
|
+
* @example
|
|
202
|
+
* sdk.admin.customer.batchCustomerGroups("cus_123", {
|
|
203
|
+
* add: ["cusgroup_123"],
|
|
204
|
+
* remove: ["cusgroup_321"]
|
|
205
|
+
* })
|
|
206
|
+
* .then(({ customer }) => {
|
|
207
|
+
* console.log(customer)
|
|
208
|
+
* })
|
|
209
|
+
*/
|
|
210
|
+
batchCustomerGroups(id, body, headers) {
|
|
211
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
212
|
+
return yield this.client.fetch(`/admin/customers/${id}/customer-groups`, {
|
|
213
|
+
method: "POST",
|
|
214
|
+
headers,
|
|
215
|
+
body,
|
|
216
|
+
});
|
|
217
|
+
});
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* This method creates a customer address. It sends a request to the
|
|
221
|
+
* [Create Customer Address](https://docs.acmekit.com/api/admin#customers_postcustomersidaddresses)
|
|
222
|
+
* API route.
|
|
223
|
+
*
|
|
224
|
+
* @param id - The customer's ID.
|
|
225
|
+
* @param body - The customer address's details.
|
|
226
|
+
* @param headers - Headers to pass in the request.
|
|
227
|
+
* @returns The customer address's details.
|
|
228
|
+
*
|
|
229
|
+
* @example
|
|
230
|
+
* sdk.admin.customer.createAddress("cus_123", {
|
|
231
|
+
* address_1: "123 Main St",
|
|
232
|
+
* city: "Anytown",
|
|
233
|
+
* country_code: "US",
|
|
234
|
+
* postal_code: "12345"
|
|
235
|
+
* })
|
|
236
|
+
* .then(({ customer }) => {
|
|
237
|
+
* console.log(customer)
|
|
238
|
+
* })
|
|
239
|
+
*/
|
|
240
|
+
createAddress(id, body, headers) {
|
|
241
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
242
|
+
return yield this.client.fetch(`/admin/customers/${id}/addresses`, {
|
|
243
|
+
method: "POST",
|
|
244
|
+
headers,
|
|
245
|
+
body,
|
|
246
|
+
});
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* This method updates a customer address. It sends a request to the
|
|
251
|
+
* [Update Customer Address](https://docs.acmekit.com/api/admin#customers_postcustomersidaddressesaddressid)
|
|
252
|
+
* API route.
|
|
253
|
+
*
|
|
254
|
+
* @param id - The customer's ID.
|
|
255
|
+
* @param addressId - The customer address's ID.
|
|
256
|
+
* @param body - The customer address's details.
|
|
257
|
+
* @param headers - Headers to pass in the request.
|
|
258
|
+
* @returns The customer address's details.
|
|
259
|
+
*
|
|
260
|
+
* @example
|
|
261
|
+
* sdk.admin.customer.updateAddress("cus_123", "cus_addr_123", {
|
|
262
|
+
* address_1: "123 Main St",
|
|
263
|
+
* city: "Anytown",
|
|
264
|
+
* country_code: "US",
|
|
265
|
+
* postal_code: "12345"
|
|
266
|
+
* })
|
|
267
|
+
* .then(({ customer }) => {
|
|
268
|
+
* console.log(customer)
|
|
269
|
+
* })
|
|
270
|
+
*/
|
|
271
|
+
updateAddress(id, addressId, body, headers) {
|
|
272
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
273
|
+
return yield this.client.fetch(`/admin/customers/${id}/addresses/${addressId}`, {
|
|
274
|
+
method: "POST",
|
|
275
|
+
headers,
|
|
276
|
+
body,
|
|
277
|
+
});
|
|
278
|
+
});
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* This method deletes a customer address. It sends a request to the
|
|
282
|
+
* [Delete Customer Address](https://docs.acmekit.com/api/admin#customers_deletecustomersidaddressesaddressid)
|
|
283
|
+
* API route.
|
|
284
|
+
*
|
|
285
|
+
* @param id - The customer's ID.
|
|
286
|
+
* @param addressId - The customer address's ID.
|
|
287
|
+
* @param headers - Headers to pass in the request.
|
|
288
|
+
* @returns The customer address's details.
|
|
289
|
+
*
|
|
290
|
+
* @example
|
|
291
|
+
* sdk.admin.customer.deleteAddress("cus_123", "cus_addr_123")
|
|
292
|
+
* .then(({ customer }) => {
|
|
293
|
+
* console.log(customer)
|
|
294
|
+
* })
|
|
295
|
+
*/
|
|
296
|
+
deleteAddress(id, addressId, headers) {
|
|
297
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
298
|
+
return yield this.client.fetch(`/admin/customers/${id}/addresses/${addressId}`, {
|
|
299
|
+
method: "DELETE",
|
|
300
|
+
headers,
|
|
301
|
+
});
|
|
302
|
+
});
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* This method retrieves a customer address by its ID. It sends a request to the
|
|
306
|
+
* [Get Customer Address](https://docs.acmekit.com/api/admin#customers_getcustomersidaddressesaddressid)
|
|
307
|
+
* API route.
|
|
308
|
+
*
|
|
309
|
+
* @param id - The customer's ID.
|
|
310
|
+
* @param addressId - The customer address's ID.
|
|
311
|
+
* @param headers - Headers to pass in the request.
|
|
312
|
+
* @returns The customer address's details.
|
|
313
|
+
*
|
|
314
|
+
* @example
|
|
315
|
+
* sdk.admin.customer.retrieveAddress("cus_123", "cus_addr_123")
|
|
316
|
+
* .then(({ customer }) => {
|
|
317
|
+
* console.log(customer)
|
|
318
|
+
* })
|
|
319
|
+
*/
|
|
320
|
+
retrieveAddress(id, addressId, headers) {
|
|
321
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
322
|
+
return yield this.client.fetch(`/admin/customers/${id}/addresses/${addressId}`, {
|
|
323
|
+
headers,
|
|
324
|
+
});
|
|
325
|
+
});
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* This method retrieves a list of customer addresses. It sends a request to the
|
|
329
|
+
* [List Customer Addresses](https://docs.acmekit.com/api/admin#customers_getcustomersidaddresses)
|
|
330
|
+
* API route.
|
|
331
|
+
*
|
|
332
|
+
* @param id - The customer's ID.
|
|
333
|
+
* @param headers - Headers to pass in the request.
|
|
334
|
+
* @returns The list of customer addresses.
|
|
335
|
+
*
|
|
336
|
+
* @example
|
|
337
|
+
* sdk.admin.customer.listAddresses("cus_123")
|
|
338
|
+
* .then(({ addresses }) => {
|
|
339
|
+
* console.log(addresses)
|
|
340
|
+
* })
|
|
341
|
+
*/
|
|
342
|
+
listAddresses(id, headers) {
|
|
343
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
344
|
+
return yield this.client.fetch(`/admin/customers/${id}/addresses`, {
|
|
345
|
+
headers,
|
|
346
|
+
});
|
|
347
|
+
});
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
//# sourceMappingURL=customer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customer.js","sourceRoot":"","sources":["../../../src/admin/customer.ts"],"names":[],"mappings":"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"}
|