# README
Go API client for api
Headless Commerce for Global Brands.
Overview
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: 7.6.1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://commercelayer.io
Installation
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/net/context
Put the package under your project folder and add the following in import:
import api "github.com/labd/go-commercelayer-sdk/api"
To use a proxy, set the environment variable HTTP_PROXY
:
os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")
Configuration of Server URL
Default configuration comes with Servers
field that contains server objects as defined in the OpenAPI specification.
Select Server Configuration
For using other server than the one defined on index 0 set context value sw.ContextServerIndex
of type int
.
ctx := context.WithValue(context.Background(), api.ContextServerIndex, 1)
Templated Server URL
Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables
of type map[string]string
.
ctx := context.WithValue(context.Background(), api.ContextServerVariables, map[string]string{
"basePath": "v2",
})
Note, enum values are always validated and all unused variables are silently ignored.
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
.
An operation is uniquely identified by "{classname}Service.{nickname}"
string.
Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ctx := context.WithValue(context.Background(), api.ContextOperationServerIndices, map[string]int{
"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), api.ContextOperationServerVariables, map[string]map[string]string{
"{classname}Service.{nickname}": {
"port": "8443",
},
})
Documentation for API Endpoints
All URIs are relative to https://.commercelayer.io/api
Class | Method | HTTP request | Description |
---|---|---|---|
AddressesApi | DELETEAddressesAddressId | Delete /addresses/{addressId} | Delete an address |
AddressesApi | GETAddresses | Get /addresses | List all addresses |
AddressesApi | GETAddressesAddressId | Get /addresses/{addressId} | Retrieve an address |
AddressesApi | GETBingGeocoderIdAddresses | Get /bing_geocoders/{bingGeocoderId}/addresses | Retrieve the addresses associated to the bing geocoder |
AddressesApi | GETCustomerAddressIdAddress | Get /customer_addresses/{customerAddressId}/address | Retrieve the address associated to the customer address |
AddressesApi | GETGeocoderIdAddresses | Get /geocoders/{geocoderId}/addresses | Retrieve the addresses associated to the geocoder |
AddressesApi | GETGoogleGeocoderIdAddresses | Get /google_geocoders/{googleGeocoderId}/addresses | Retrieve the addresses associated to the google geocoder |
AddressesApi | GETMerchantIdAddress | Get /merchants/{merchantId}/address | Retrieve the address associated to the merchant |
AddressesApi | GETOrderIdBillingAddress | Get /orders/{orderId}/billing_address | Retrieve the billing address associated to the order |
AddressesApi | GETOrderIdShippingAddress | Get /orders/{orderId}/shipping_address | Retrieve the shipping address associated to the order |
AddressesApi | GETReturnIdDestinationAddress | Get /returns/{returnId}/destination_address | Retrieve the destination address associated to the return |
AddressesApi | GETReturnIdOriginAddress | Get /returns/{returnId}/origin_address | Retrieve the origin address associated to the return |
AddressesApi | GETShipmentIdOriginAddress | Get /shipments/{shipmentId}/origin_address | Retrieve the origin address associated to the shipment |
AddressesApi | GETShipmentIdShippingAddress | Get /shipments/{shipmentId}/shipping_address | Retrieve the shipping address associated to the shipment |
AddressesApi | GETStockLocationIdAddress | Get /stock_locations/{stockLocationId}/address | Retrieve the address associated to the stock location |
AddressesApi | PATCHAddressesAddressId | Patch /addresses/{addressId} | Update an address |
AddressesApi | POSTAddresses | Post /addresses | Create an address |
AdjustmentsApi | DELETEAdjustmentsAdjustmentId | Delete /adjustments/{adjustmentId} | Delete an adjustment |
AdjustmentsApi | GETAdjustments | Get /adjustments | List all adjustments |
AdjustmentsApi | GETAdjustmentsAdjustmentId | Get /adjustments/{adjustmentId} | Retrieve an adjustment |
AdjustmentsApi | PATCHAdjustmentsAdjustmentId | Patch /adjustments/{adjustmentId} | Update an adjustment |
AdjustmentsApi | POSTAdjustments | Post /adjustments | Create an adjustment |
AdyenGatewaysApi | DELETEAdyenGatewaysAdyenGatewayId | Delete /adyen_gateways/{adyenGatewayId} | Delete an adyen gateway |
AdyenGatewaysApi | GETAdyenGateways | Get /adyen_gateways | List all adyen gateways |
AdyenGatewaysApi | GETAdyenGatewaysAdyenGatewayId | Get /adyen_gateways/{adyenGatewayId} | Retrieve an adyen gateway |
AdyenGatewaysApi | PATCHAdyenGatewaysAdyenGatewayId | Patch /adyen_gateways/{adyenGatewayId} | Update an adyen gateway |
AdyenGatewaysApi | POSTAdyenGateways | Post /adyen_gateways | Create an adyen gateway |
AdyenPaymentsApi | DELETEAdyenPaymentsAdyenPaymentId | Delete /adyen_payments/{adyenPaymentId} | Delete an adyen payment |
AdyenPaymentsApi | GETAdyenGatewayIdAdyenPayments | Get /adyen_gateways/{adyenGatewayId}/adyen_payments | Retrieve the adyen payments associated to the adyen gateway |
AdyenPaymentsApi | GETAdyenPayments | Get /adyen_payments | List all adyen payments |
AdyenPaymentsApi | GETAdyenPaymentsAdyenPaymentId | Get /adyen_payments/{adyenPaymentId} | Retrieve an adyen payment |
AdyenPaymentsApi | PATCHAdyenPaymentsAdyenPaymentId | Patch /adyen_payments/{adyenPaymentId} | Update an adyen payment |
AdyenPaymentsApi | POSTAdyenPayments | Post /adyen_payments | Create an adyen payment |
ApplicationApi | GETApplicationApplicationId | Get /application | Retrieve the application |
AttachmentsApi | DELETEAttachmentsAttachmentId | Delete /attachments/{attachmentId} | Delete an attachment |
AttachmentsApi | GETAttachments | Get /attachments | List all attachments |
AttachmentsApi | GETAttachmentsAttachmentId | Get /attachments/{attachmentId} | Retrieve an attachment |
AttachmentsApi | GETAuthorizationIdAttachments | Get /authorizations/{authorizationId}/attachments | Retrieve the attachments associated to the authorization |
AttachmentsApi | GETAvalaraAccountIdAttachments | Get /avalara_accounts/{avalaraAccountId}/attachments | Retrieve the attachments associated to the avalara account |
AttachmentsApi | GETBingGeocoderIdAttachments | Get /bing_geocoders/{bingGeocoderId}/attachments | Retrieve the attachments associated to the bing geocoder |
AttachmentsApi | GETBundleIdAttachments | Get /bundles/{bundleId}/attachments | Retrieve the attachments associated to the bundle |
AttachmentsApi | GETBuyXPayYPromotionIdAttachments | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/attachments | Retrieve the attachments associated to the buy x pay y promotion |
AttachmentsApi | GETCaptureIdAttachments | Get /captures/{captureId}/attachments | Retrieve the attachments associated to the capture |
AttachmentsApi | GETCarrierAccountIdAttachments | Get /carrier_accounts/{carrierAccountId}/attachments | Retrieve the attachments associated to the carrier account |
AttachmentsApi | GETCouponRecipientIdAttachments | Get /coupon_recipients/{couponRecipientId}/attachments | Retrieve the attachments associated to the coupon recipient |
AttachmentsApi | GETCustomerGroupIdAttachments | Get /customer_groups/{customerGroupId}/attachments | Retrieve the attachments associated to the customer group |
AttachmentsApi | GETCustomerIdAttachments | Get /customers/{customerId}/attachments | Retrieve the attachments associated to the customer |
AttachmentsApi | GETDeliveryLeadTimeIdAttachments | Get /delivery_lead_times/{deliveryLeadTimeId}/attachments | Retrieve the attachments associated to the delivery lead time |
AttachmentsApi | GETExternalPromotionIdAttachments | Get /external_promotions/{externalPromotionId}/attachments | Retrieve the attachments associated to the external promotion |
AttachmentsApi | GETExternalTaxCalculatorIdAttachments | Get /external_tax_calculators/{externalTaxCalculatorId}/attachments | Retrieve the attachments associated to the external tax calculator |
AttachmentsApi | GETFixedAmountPromotionIdAttachments | Get /fixed_amount_promotions/{fixedAmountPromotionId}/attachments | Retrieve the attachments associated to the fixed amount promotion |
AttachmentsApi | GETFixedPricePromotionIdAttachments | Get /fixed_price_promotions/{fixedPricePromotionId}/attachments | Retrieve the attachments associated to the fixed price promotion |
AttachmentsApi | GETFlexPromotionIdAttachments | Get /flex_promotions/{flexPromotionId}/attachments | Retrieve the attachments associated to the flex promotion |
AttachmentsApi | GETFreeGiftPromotionIdAttachments | Get /free_gift_promotions/{freeGiftPromotionId}/attachments | Retrieve the attachments associated to the free gift promotion |
AttachmentsApi | GETFreeShippingPromotionIdAttachments | Get /free_shipping_promotions/{freeShippingPromotionId}/attachments | Retrieve the attachments associated to the free shipping promotion |
AttachmentsApi | GETGeocoderIdAttachments | Get /geocoders/{geocoderId}/attachments | Retrieve the attachments associated to the geocoder |
AttachmentsApi | GETGiftCardIdAttachments | Get /gift_cards/{giftCardId}/attachments | Retrieve the attachments associated to the gift card |
AttachmentsApi | GETGiftCardRecipientIdAttachments | Get /gift_card_recipients/{giftCardRecipientId}/attachments | Retrieve the attachments associated to the gift card recipient |
AttachmentsApi | GETGoogleGeocoderIdAttachments | Get /google_geocoders/{googleGeocoderId}/attachments | Retrieve the attachments associated to the google geocoder |
AttachmentsApi | GETInventoryModelIdAttachments | Get /inventory_models/{inventoryModelId}/attachments | Retrieve the attachments associated to the inventory model |
AttachmentsApi | GETManualTaxCalculatorIdAttachments | Get /manual_tax_calculators/{manualTaxCalculatorId}/attachments | Retrieve the attachments associated to the manual tax calculator |
AttachmentsApi | GETMarketIdAttachments | Get /markets/{marketId}/attachments | Retrieve the attachments associated to the market |
AttachmentsApi | GETMerchantIdAttachments | Get /merchants/{merchantId}/attachments | Retrieve the attachments associated to the merchant |
AttachmentsApi | GETOrderIdAttachments | Get /orders/{orderId}/attachments | Retrieve the attachments associated to the order |
AttachmentsApi | GETPackageIdAttachments | Get /packages/{packageId}/attachments | Retrieve the attachments associated to the package |
AttachmentsApi | GETParcelIdAttachments | Get /parcels/{parcelId}/attachments | Retrieve the attachments associated to the parcel |
AttachmentsApi | GETPaymentMethodIdAttachments | Get /payment_methods/{paymentMethodId}/attachments | Retrieve the attachments associated to the payment method |
AttachmentsApi | GETPaymentOptionIdAttachments | Get /payment_options/{paymentOptionId}/attachments | Retrieve the attachments associated to the payment option |
AttachmentsApi | GETPercentageDiscountPromotionIdAttachments | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/attachments | Retrieve the attachments associated to the percentage discount promotion |
AttachmentsApi | GETPriceFrequencyTierIdAttachments | Get /price_frequency_tiers/{priceFrequencyTierId}/attachments | Retrieve the attachments associated to the price frequency tier |
AttachmentsApi | GETPriceIdAttachments | Get /prices/{priceId}/attachments | Retrieve the attachments associated to the price |
AttachmentsApi | GETPriceListIdAttachments | Get /price_lists/{priceListId}/attachments | Retrieve the attachments associated to the price list |
AttachmentsApi | GETPriceTierIdAttachments | Get /price_tiers/{priceTierId}/attachments | Retrieve the attachments associated to the price tier |
AttachmentsApi | GETPriceVolumeTierIdAttachments | Get /price_volume_tiers/{priceVolumeTierId}/attachments | Retrieve the attachments associated to the price volume tier |
AttachmentsApi | GETPromotionIdAttachments | Get /promotions/{promotionId}/attachments | Retrieve the attachments associated to the promotion |
AttachmentsApi | GETRefundIdAttachments | Get /refunds/{refundId}/attachments | Retrieve the attachments associated to the refund |
AttachmentsApi | GETReturnIdAttachments | Get /returns/{returnId}/attachments | Retrieve the attachments associated to the return |
AttachmentsApi | GETShipmentIdAttachments | Get /shipments/{shipmentId}/attachments | Retrieve the attachments associated to the shipment |
AttachmentsApi | GETShippingCategoryIdAttachments | Get /shipping_categories/{shippingCategoryId}/attachments | Retrieve the attachments associated to the shipping category |
AttachmentsApi | GETShippingMethodIdAttachments | Get /shipping_methods/{shippingMethodId}/attachments | Retrieve the attachments associated to the shipping method |
AttachmentsApi | GETShippingMethodTierIdAttachments | Get /shipping_method_tiers/{shippingMethodTierId}/attachments | Retrieve the attachments associated to the shipping method tier |
AttachmentsApi | GETShippingWeightTierIdAttachments | Get /shipping_weight_tiers/{shippingWeightTierId}/attachments | Retrieve the attachments associated to the shipping weight tier |
AttachmentsApi | GETShippingZoneIdAttachments | Get /shipping_zones/{shippingZoneId}/attachments | Retrieve the attachments associated to the shipping zone |
AttachmentsApi | GETSkuIdAttachments | Get /skus/{skuId}/attachments | Retrieve the attachments associated to the SKU |
AttachmentsApi | GETSkuListIdAttachments | Get /sku_lists/{skuListId}/attachments | Retrieve the attachments associated to the SKU list |
AttachmentsApi | GETSkuOptionIdAttachments | Get /sku_options/{skuOptionId}/attachments | Retrieve the attachments associated to the SKU option |
AttachmentsApi | GETStockItemIdAttachments | Get /stock_items/{stockItemId}/attachments | Retrieve the attachments associated to the stock item |
AttachmentsApi | GETStockLocationIdAttachments | Get /stock_locations/{stockLocationId}/attachments | Retrieve the attachments associated to the stock location |
AttachmentsApi | GETStockTransferIdAttachments | Get /stock_transfers/{stockTransferId}/attachments | Retrieve the attachments associated to the stock transfer |
AttachmentsApi | GETSubscriptionModelIdAttachments | Get /subscription_models/{subscriptionModelId}/attachments | Retrieve the attachments associated to the subscription model |
AttachmentsApi | GETTaxCalculatorIdAttachments | Get /tax_calculators/{taxCalculatorId}/attachments | Retrieve the attachments associated to the tax calculator |
AttachmentsApi | GETTaxCategoryIdAttachments | Get /tax_categories/{taxCategoryId}/attachments | Retrieve the attachments associated to the tax category |
AttachmentsApi | GETTaxjarAccountIdAttachments | Get /taxjar_accounts/{taxjarAccountId}/attachments | Retrieve the attachments associated to the taxjar account |
AttachmentsApi | GETTransactionIdAttachments | Get /transactions/{transactionId}/attachments | Retrieve the attachments associated to the transaction |
AttachmentsApi | GETVoidIdAttachments | Get /voids/{voidId}/attachments | Retrieve the attachments associated to the void |
AttachmentsApi | PATCHAttachmentsAttachmentId | Patch /attachments/{attachmentId} | Update an attachment |
AttachmentsApi | POSTAttachments | Post /attachments | Create an attachment |
AuthorizationsApi | GETAuthorizations | Get /authorizations | List all authorizations |
AuthorizationsApi | GETAuthorizationsAuthorizationId | Get /authorizations/{authorizationId} | Retrieve an authorization |
AuthorizationsApi | GETCaptureIdReferenceAuthorization | Get /captures/{captureId}/reference_authorization | Retrieve the reference authorization associated to the capture |
AuthorizationsApi | GETOrderIdAuthorizations | Get /orders/{orderId}/authorizations | Retrieve the authorizations associated to the order |
AuthorizationsApi | GETVoidIdReferenceAuthorization | Get /voids/{voidId}/reference_authorization | Retrieve the reference authorization associated to the void |
AuthorizationsApi | PATCHAuthorizationsAuthorizationId | Patch /authorizations/{authorizationId} | Update an authorization |
AvalaraAccountsApi | DELETEAvalaraAccountsAvalaraAccountId | Delete /avalara_accounts/{avalaraAccountId} | Delete an avalara account |
AvalaraAccountsApi | GETAvalaraAccounts | Get /avalara_accounts | List all avalara accounts |
AvalaraAccountsApi | GETAvalaraAccountsAvalaraAccountId | Get /avalara_accounts/{avalaraAccountId} | Retrieve an avalara account |
AvalaraAccountsApi | PATCHAvalaraAccountsAvalaraAccountId | Patch /avalara_accounts/{avalaraAccountId} | Update an avalara account |
AvalaraAccountsApi | POSTAvalaraAccounts | Post /avalara_accounts | Create an avalara account |
AxerveGatewaysApi | DELETEAxerveGatewaysAxerveGatewayId | Delete /axerve_gateways/{axerveGatewayId} | Delete an axerve gateway |
AxerveGatewaysApi | GETAxerveGateways | Get /axerve_gateways | List all axerve gateways |
AxerveGatewaysApi | GETAxerveGatewaysAxerveGatewayId | Get /axerve_gateways/{axerveGatewayId} | Retrieve an axerve gateway |
AxerveGatewaysApi | PATCHAxerveGatewaysAxerveGatewayId | Patch /axerve_gateways/{axerveGatewayId} | Update an axerve gateway |
AxerveGatewaysApi | POSTAxerveGateways | Post /axerve_gateways | Create an axerve gateway |
AxervePaymentsApi | DELETEAxervePaymentsAxervePaymentId | Delete /axerve_payments/{axervePaymentId} | Delete an axerve payment |
AxervePaymentsApi | GETAxerveGatewayIdAxervePayments | Get /axerve_gateways/{axerveGatewayId}/axerve_payments | Retrieve the axerve payments associated to the axerve gateway |
AxervePaymentsApi | GETAxervePayments | Get /axerve_payments | List all axerve payments |
AxervePaymentsApi | GETAxervePaymentsAxervePaymentId | Get /axerve_payments/{axervePaymentId} | Retrieve an axerve payment |
AxervePaymentsApi | PATCHAxervePaymentsAxervePaymentId | Patch /axerve_payments/{axervePaymentId} | Update an axerve payment |
AxervePaymentsApi | POSTAxervePayments | Post /axerve_payments | Create an axerve payment |
BingGeocodersApi | DELETEBingGeocodersBingGeocoderId | Delete /bing_geocoders/{bingGeocoderId} | Delete a bing geocoder |
BingGeocodersApi | GETBingGeocoders | Get /bing_geocoders | List all bing geocoders |
BingGeocodersApi | GETBingGeocodersBingGeocoderId | Get /bing_geocoders/{bingGeocoderId} | Retrieve a bing geocoder |
BingGeocodersApi | PATCHBingGeocodersBingGeocoderId | Patch /bing_geocoders/{bingGeocoderId} | Update a bing geocoder |
BingGeocodersApi | POSTBingGeocoders | Post /bing_geocoders | Create a bing geocoder |
BraintreeGatewaysApi | DELETEBraintreeGatewaysBraintreeGatewayId | Delete /braintree_gateways/{braintreeGatewayId} | Delete a braintree gateway |
BraintreeGatewaysApi | GETBraintreeGateways | Get /braintree_gateways | List all braintree gateways |
BraintreeGatewaysApi | GETBraintreeGatewaysBraintreeGatewayId | Get /braintree_gateways/{braintreeGatewayId} | Retrieve a braintree gateway |
BraintreeGatewaysApi | PATCHBraintreeGatewaysBraintreeGatewayId | Patch /braintree_gateways/{braintreeGatewayId} | Update a braintree gateway |
BraintreeGatewaysApi | POSTBraintreeGateways | Post /braintree_gateways | Create a braintree gateway |
BraintreePaymentsApi | DELETEBraintreePaymentsBraintreePaymentId | Delete /braintree_payments/{braintreePaymentId} | Delete a braintree payment |
BraintreePaymentsApi | GETBraintreeGatewayIdBraintreePayments | Get /braintree_gateways/{braintreeGatewayId}/braintree_payments | Retrieve the braintree payments associated to the braintree gateway |
BraintreePaymentsApi | GETBraintreePayments | Get /braintree_payments | List all braintree payments |
BraintreePaymentsApi | GETBraintreePaymentsBraintreePaymentId | Get /braintree_payments/{braintreePaymentId} | Retrieve a braintree payment |
BraintreePaymentsApi | PATCHBraintreePaymentsBraintreePaymentId | Patch /braintree_payments/{braintreePaymentId} | Update a braintree payment |
BraintreePaymentsApi | POSTBraintreePayments | Post /braintree_payments | Create a braintree payment |
BundlesApi | DELETEBundlesBundleId | Delete /bundles/{bundleId} | Delete a bundle |
BundlesApi | GETBundles | Get /bundles | List all bundles |
BundlesApi | GETBundlesBundleId | Get /bundles/{bundleId} | Retrieve a bundle |
BundlesApi | GETOrderIdAvailableFreeBundles | Get /orders/{orderId}/available_free_bundles | Retrieve the available free bundles associated to the order |
BundlesApi | GETSkuListIdBundles | Get /sku_lists/{skuListId}/bundles | Retrieve the bundles associated to the SKU list |
BundlesApi | PATCHBundlesBundleId | Patch /bundles/{bundleId} | Update a bundle |
BundlesApi | POSTBundles | Post /bundles | Create a bundle |
BuyXPayYPromotionsApi | DELETEBuyXPayYPromotionsBuyXPayYPromotionId | Delete /buy_x_pay_y_promotions/{buyXPayYPromotionId} | Delete a buy x pay y promotion |
BuyXPayYPromotionsApi | GETBuyXPayYPromotions | Get /buy_x_pay_y_promotions | List all buy x pay y promotions |
BuyXPayYPromotionsApi | GETBuyXPayYPromotionsBuyXPayYPromotionId | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId} | Retrieve a buy x pay y promotion |
BuyXPayYPromotionsApi | PATCHBuyXPayYPromotionsBuyXPayYPromotionId | Patch /buy_x_pay_y_promotions/{buyXPayYPromotionId} | Update a buy x pay y promotion |
BuyXPayYPromotionsApi | POSTBuyXPayYPromotions | Post /buy_x_pay_y_promotions | Create a buy x pay y promotion |
CapturesApi | GETAuthorizationIdCaptures | Get /authorizations/{authorizationId}/captures | Retrieve the captures associated to the authorization |
CapturesApi | GETCaptures | Get /captures | List all captures |
CapturesApi | GETCapturesCaptureId | Get /captures/{captureId} | Retrieve a capture |
CapturesApi | GETOrderIdCaptures | Get /orders/{orderId}/captures | Retrieve the captures associated to the order |
CapturesApi | GETRefundIdReferenceCapture | Get /refunds/{refundId}/reference_capture | Retrieve the reference capture associated to the refund |
CapturesApi | GETReturnIdReferenceCapture | Get /returns/{returnId}/reference_capture | Retrieve the reference capture associated to the return |
CapturesApi | PATCHCapturesCaptureId | Patch /captures/{captureId} | Update a capture |
CarrierAccountsApi | DELETECarrierAccountsCarrierAccountId | Delete /carrier_accounts/{carrierAccountId} | Delete a carrier account |
CarrierAccountsApi | GETCarrierAccounts | Get /carrier_accounts | List all carrier accounts |
CarrierAccountsApi | GETCarrierAccountsCarrierAccountId | Get /carrier_accounts/{carrierAccountId} | Retrieve a carrier account |
CarrierAccountsApi | GETShipmentIdCarrierAccounts | Get /shipments/{shipmentId}/carrier_accounts | Retrieve the carrier accounts associated to the shipment |
CarrierAccountsApi | PATCHCarrierAccountsCarrierAccountId | Patch /carrier_accounts/{carrierAccountId} | Update a carrier account |
CarrierAccountsApi | POSTCarrierAccounts | Post /carrier_accounts | Create a carrier account |
CheckoutComGatewaysApi | DELETECheckoutComGatewaysCheckoutComGatewayId | Delete /checkout_com_gateways/{checkoutComGatewayId} | Delete a checkout.com gateway |
CheckoutComGatewaysApi | GETCheckoutComGateways | Get /checkout_com_gateways | List all checkout.com gateways |
CheckoutComGatewaysApi | GETCheckoutComGatewaysCheckoutComGatewayId | Get /checkout_com_gateways/{checkoutComGatewayId} | Retrieve a checkout.com gateway |
CheckoutComGatewaysApi | PATCHCheckoutComGatewaysCheckoutComGatewayId | Patch /checkout_com_gateways/{checkoutComGatewayId} | Update a checkout.com gateway |
CheckoutComGatewaysApi | POSTCheckoutComGateways | Post /checkout_com_gateways | Create a checkout.com gateway |
CheckoutComPaymentsApi | DELETECheckoutComPaymentsCheckoutComPaymentId | Delete /checkout_com_payments/{checkoutComPaymentId} | Delete a checkout.com payment |
CheckoutComPaymentsApi | GETCheckoutComGatewayIdCheckoutComPayments | Get /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_payments | Retrieve the checkout com payments associated to the checkout.com gateway |
CheckoutComPaymentsApi | GETCheckoutComPayments | Get /checkout_com_payments | List all checkout.com payments |
CheckoutComPaymentsApi | GETCheckoutComPaymentsCheckoutComPaymentId | Get /checkout_com_payments/{checkoutComPaymentId} | Retrieve a checkout.com payment |
CheckoutComPaymentsApi | PATCHCheckoutComPaymentsCheckoutComPaymentId | Patch /checkout_com_payments/{checkoutComPaymentId} | Update a checkout.com payment |
CheckoutComPaymentsApi | POSTCheckoutComPayments | Post /checkout_com_payments | Create a checkout.com payment |
CleanupsApi | DELETECleanupsCleanupId | Delete /cleanups/{cleanupId} | Delete a cleanup |
CleanupsApi | GETCleanups | Get /cleanups | List all cleanups |
CleanupsApi | GETCleanupsCleanupId | Get /cleanups/{cleanupId} | Retrieve a cleanup |
CleanupsApi | PATCHCleanupsCleanupId | Patch /cleanups/{cleanupId} | Update a cleanup |
CleanupsApi | POSTCleanups | Post /cleanups | Create a cleanup |
CouponCodesPromotionRulesApi | DELETECouponCodesPromotionRulesCouponCodesPromotionRuleId | Delete /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} | Delete a coupon codes promotion rule |
CouponCodesPromotionRulesApi | GETBuyXPayYPromotionIdCouponCodesPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the buy x pay y promotion |
CouponCodesPromotionRulesApi | GETCouponCodesPromotionRules | Get /coupon_codes_promotion_rules | List all coupon codes promotion rules |
CouponCodesPromotionRulesApi | GETCouponCodesPromotionRulesCouponCodesPromotionRuleId | Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} | Retrieve a coupon codes promotion rule |
CouponCodesPromotionRulesApi | GETCouponIdPromotionRule | Get /coupons/{couponId}/promotion_rule | Retrieve the promotion rule associated to the coupon |
CouponCodesPromotionRulesApi | GETExternalPromotionIdCouponCodesPromotionRule | Get /external_promotions/{externalPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the external promotion |
CouponCodesPromotionRulesApi | GETFixedAmountPromotionIdCouponCodesPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the fixed amount promotion |
CouponCodesPromotionRulesApi | GETFixedPricePromotionIdCouponCodesPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the fixed price promotion |
CouponCodesPromotionRulesApi | GETFlexPromotionIdCouponCodesPromotionRule | Get /flex_promotions/{flexPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the flex promotion |
CouponCodesPromotionRulesApi | GETFreeGiftPromotionIdCouponCodesPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the free gift promotion |
CouponCodesPromotionRulesApi | GETFreeShippingPromotionIdCouponCodesPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the free shipping promotion |
CouponCodesPromotionRulesApi | GETPercentageDiscountPromotionIdCouponCodesPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the percentage discount promotion |
CouponCodesPromotionRulesApi | GETPromotionIdCouponCodesPromotionRule | Get /promotions/{promotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the promotion |
CouponCodesPromotionRulesApi | PATCHCouponCodesPromotionRulesCouponCodesPromotionRuleId | Patch /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} | Update a coupon codes promotion rule |
CouponCodesPromotionRulesApi | POSTCouponCodesPromotionRules | Post /coupon_codes_promotion_rules | Create a coupon codes promotion rule |
CouponRecipientsApi | DELETECouponRecipientsCouponRecipientId | Delete /coupon_recipients/{couponRecipientId} | Delete a coupon recipient |
CouponRecipientsApi | GETCouponIdCouponRecipient | Get /coupons/{couponId}/coupon_recipient | Retrieve the coupon recipient associated to the coupon |
CouponRecipientsApi | GETCouponRecipients | Get /coupon_recipients | List all coupon recipients |
CouponRecipientsApi | GETCouponRecipientsCouponRecipientId | Get /coupon_recipients/{couponRecipientId} | Retrieve a coupon recipient |
CouponRecipientsApi | PATCHCouponRecipientsCouponRecipientId | Patch /coupon_recipients/{couponRecipientId} | Update a coupon recipient |
CouponRecipientsApi | POSTCouponRecipients | Post /coupon_recipients | Create a coupon recipient |
CouponsApi | DELETECouponsCouponId | Delete /coupons/{couponId} | Delete a coupon |
CouponsApi | GETBuyXPayYPromotionIdCoupons | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupons | Retrieve the coupons associated to the buy x pay y promotion |
CouponsApi | GETCouponCodesPromotionRuleIdCoupons | Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons | Retrieve the coupons associated to the coupon codes promotion rule |
CouponsApi | GETCoupons | Get /coupons | List all coupons |
CouponsApi | GETCouponsCouponId | Get /coupons/{couponId} | Retrieve a coupon |
CouponsApi | GETExternalPromotionIdCoupons | Get /external_promotions/{externalPromotionId}/coupons | Retrieve the coupons associated to the external promotion |
CouponsApi | GETFixedAmountPromotionIdCoupons | Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupons | Retrieve the coupons associated to the fixed amount promotion |
CouponsApi | GETFixedPricePromotionIdCoupons | Get /fixed_price_promotions/{fixedPricePromotionId}/coupons | Retrieve the coupons associated to the fixed price promotion |
CouponsApi | GETFlexPromotionIdCoupons | Get /flex_promotions/{flexPromotionId}/coupons | Retrieve the coupons associated to the flex promotion |
CouponsApi | GETFreeGiftPromotionIdCoupons | Get /free_gift_promotions/{freeGiftPromotionId}/coupons | Retrieve the coupons associated to the free gift promotion |
CouponsApi | GETFreeShippingPromotionIdCoupons | Get /free_shipping_promotions/{freeShippingPromotionId}/coupons | Retrieve the coupons associated to the free shipping promotion |
CouponsApi | GETPercentageDiscountPromotionIdCoupons | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupons | Retrieve the coupons associated to the percentage discount promotion |
CouponsApi | GETPromotionIdCoupons | Get /promotions/{promotionId}/coupons | Retrieve the coupons associated to the promotion |
CouponsApi | PATCHCouponsCouponId | Patch /coupons/{couponId} | Update a coupon |
CouponsApi | POSTCoupons | Post /coupons | Create a coupon |
CustomPromotionRulesApi | DELETECustomPromotionRulesCustomPromotionRuleId | Delete /custom_promotion_rules/{customPromotionRuleId} | Delete a custom promotion rule |
CustomPromotionRulesApi | GETBuyXPayYPromotionIdCustomPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the buy x pay y promotion |
CustomPromotionRulesApi | GETCustomPromotionRules | Get /custom_promotion_rules | List all custom promotion rules |
CustomPromotionRulesApi | GETCustomPromotionRulesCustomPromotionRuleId | Get /custom_promotion_rules/{customPromotionRuleId} | Retrieve a custom promotion rule |
CustomPromotionRulesApi | GETExternalPromotionIdCustomPromotionRule | Get /external_promotions/{externalPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the external promotion |
CustomPromotionRulesApi | GETFixedAmountPromotionIdCustomPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the fixed amount promotion |
CustomPromotionRulesApi | GETFixedPricePromotionIdCustomPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the fixed price promotion |
CustomPromotionRulesApi | GETFreeGiftPromotionIdCustomPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the free gift promotion |
CustomPromotionRulesApi | GETFreeShippingPromotionIdCustomPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the free shipping promotion |
CustomPromotionRulesApi | GETPercentageDiscountPromotionIdCustomPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the percentage discount promotion |
CustomPromotionRulesApi | GETPromotionIdCustomPromotionRule | Get /promotions/{promotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the promotion |
CustomPromotionRulesApi | PATCHCustomPromotionRulesCustomPromotionRuleId | Patch /custom_promotion_rules/{customPromotionRuleId} | Update a custom promotion rule |
CustomPromotionRulesApi | POSTCustomPromotionRules | Post /custom_promotion_rules | Create a custom promotion rule |
CustomerAddressesApi | DELETECustomerAddressesCustomerAddressId | Delete /customer_addresses/{customerAddressId} | Delete a customer address |
CustomerAddressesApi | GETCustomerAddresses | Get /customer_addresses | List all customer addresses |
CustomerAddressesApi | GETCustomerAddressesCustomerAddressId | Get /customer_addresses/{customerAddressId} | Retrieve a customer address |
CustomerAddressesApi | GETCustomerIdCustomerAddresses | Get /customers/{customerId}/customer_addresses | Retrieve the customer addresses associated to the customer |
CustomerAddressesApi | PATCHCustomerAddressesCustomerAddressId | Patch /customer_addresses/{customerAddressId} | Update a customer address |
CustomerAddressesApi | POSTCustomerAddresses | Post /customer_addresses | Create a customer address |
CustomerGroupsApi | DELETECustomerGroupsCustomerGroupId | Delete /customer_groups/{customerGroupId} | Delete a customer group |
CustomerGroupsApi | GETCustomerGroups | Get /customer_groups | List all customer groups |
CustomerGroupsApi | GETCustomerGroupsCustomerGroupId | Get /customer_groups/{customerGroupId} | Retrieve a customer group |
CustomerGroupsApi | GETCustomerIdCustomerGroup | Get /customers/{customerId}/customer_group | Retrieve the customer group associated to the customer |
CustomerGroupsApi | GETMarketIdCustomerGroup | Get /markets/{marketId}/customer_group | Retrieve the customer group associated to the market |
CustomerGroupsApi | PATCHCustomerGroupsCustomerGroupId | Patch /customer_groups/{customerGroupId} | Update a customer group |
CustomerGroupsApi | POSTCustomerGroups | Post /customer_groups | Create a customer group |
CustomerPasswordResetsApi | DELETECustomerPasswordResetsCustomerPasswordResetId | Delete /customer_password_resets/{customerPasswordResetId} | Delete a customer password reset |
CustomerPasswordResetsApi | GETCustomerPasswordResets | Get /customer_password_resets | List all customer password resets |
CustomerPasswordResetsApi | GETCustomerPasswordResetsCustomerPasswordResetId | Get /customer_password_resets/{customerPasswordResetId} | Retrieve a customer password reset |
CustomerPasswordResetsApi | PATCHCustomerPasswordResetsCustomerPasswordResetId | Patch /customer_password_resets/{customerPasswordResetId} | Update a customer password reset |
CustomerPasswordResetsApi | POSTCustomerPasswordResets | Post /customer_password_resets | Create a customer password reset |
CustomerPaymentSourcesApi | DELETECustomerPaymentSourcesCustomerPaymentSourceId | Delete /customer_payment_sources/{customerPaymentSourceId} | Delete a customer payment source |
CustomerPaymentSourcesApi | GETCustomerIdCustomerPaymentSources | Get /customers/{customerId}/customer_payment_sources | Retrieve the customer payment sources associated to the customer |
CustomerPaymentSourcesApi | GETCustomerPaymentSources | Get /customer_payment_sources | List all customer payment sources |
CustomerPaymentSourcesApi | GETCustomerPaymentSourcesCustomerPaymentSourceId | Get /customer_payment_sources/{customerPaymentSourceId} | Retrieve a customer payment source |
CustomerPaymentSourcesApi | GETExternalPaymentIdWallet | Get /external_payments/{externalPaymentId}/wallet | Retrieve the wallet associated to the external payment |
CustomerPaymentSourcesApi | GETOrderIdAvailableCustomerPaymentSources | Get /orders/{orderId}/available_customer_payment_sources | Retrieve the available customer payment sources associated to the order |
CustomerPaymentSourcesApi | GETOrderSubscriptionIdCustomerPaymentSource | Get /order_subscriptions/{orderSubscriptionId}/customer_payment_source | Retrieve the customer payment source associated to the order subscription |
CustomerPaymentSourcesApi | PATCHCustomerPaymentSourcesCustomerPaymentSourceId | Patch /customer_payment_sources/{customerPaymentSourceId} | Update a customer payment source |
CustomerPaymentSourcesApi | POSTCustomerPaymentSources | Post /customer_payment_sources | Create a customer payment source |
CustomerSubscriptionsApi | DELETECustomerSubscriptionsCustomerSubscriptionId | Delete /customer_subscriptions/{customerSubscriptionId} | Delete a customer subscription |
CustomerSubscriptionsApi | GETCustomerIdCustomerSubscriptions | Get /customers/{customerId}/customer_subscriptions | Retrieve the customer subscriptions associated to the customer |
CustomerSubscriptionsApi | GETCustomerSubscriptions | Get /customer_subscriptions | List all customer subscriptions |
CustomerSubscriptionsApi | GETCustomerSubscriptionsCustomerSubscriptionId | Get /customer_subscriptions/{customerSubscriptionId} | Retrieve a customer subscription |
CustomerSubscriptionsApi | PATCHCustomerSubscriptionsCustomerSubscriptionId | Patch /customer_subscriptions/{customerSubscriptionId} | Update a customer subscription |
CustomerSubscriptionsApi | POSTCustomerSubscriptions | Post /customer_subscriptions | Create a customer subscription |
CustomersApi | DELETECustomersCustomerId | Delete /customers/{customerId} | Delete a customer |
CustomersApi | GETCouponRecipientIdCustomer | Get /coupon_recipients/{couponRecipientId}/customer | Retrieve the customer associated to the coupon recipient |
CustomersApi | GETCustomerAddressIdCustomer | Get /customer_addresses/{customerAddressId}/customer | Retrieve the customer associated to the customer address |
CustomersApi | GETCustomerGroupIdCustomers | Get /customer_groups/{customerGroupId}/customers | Retrieve the customers associated to the customer group |
CustomersApi | GETCustomerPasswordResetIdCustomer | Get /customer_password_resets/{customerPasswordResetId}/customer | Retrieve the customer associated to the customer password reset |
CustomersApi | GETCustomerPaymentSourceIdCustomer | Get /customer_payment_sources/{customerPaymentSourceId}/customer | Retrieve the customer associated to the customer payment source |
CustomersApi | GETCustomerSubscriptionIdCustomer | Get /customer_subscriptions/{customerSubscriptionId}/customer | Retrieve the customer associated to the customer subscription |
CustomersApi | GETCustomers | Get /customers | List all customers |
CustomersApi | GETCustomersCustomerId | Get /customers/{customerId} | Retrieve a customer |
CustomersApi | GETGiftCardRecipientIdCustomer | Get /gift_card_recipients/{giftCardRecipientId}/customer | Retrieve the customer associated to the gift card recipient |
CustomersApi | GETInStockSubscriptionIdCustomer | Get /in_stock_subscriptions/{inStockSubscriptionId}/customer | Retrieve the customer associated to the in stock subscription |
CustomersApi | GETOrderIdCustomer | Get /orders/{orderId}/customer | Retrieve the customer associated to the order |
CustomersApi | GETOrderSubscriptionIdCustomer | Get /order_subscriptions/{orderSubscriptionId}/customer | Retrieve the customer associated to the order subscription |
CustomersApi | GETPriceIdJwtCustomer | Get /prices/{priceId}/jwt_customer | Retrieve the jwt customer associated to the price |
CustomersApi | GETReturnIdCustomer | Get /returns/{returnId}/customer | Retrieve the customer associated to the return |
CustomersApi | GETSkuIdJwtCustomer | Get /skus/{skuId}/jwt_customer | Retrieve the jwt customer associated to the SKU |
CustomersApi | GETSkuListIdCustomer | Get /sku_lists/{skuListId}/customer | Retrieve the customer associated to the SKU list |
CustomersApi | PATCHCustomersCustomerId | Patch /customers/{customerId} | Update a customer |
CustomersApi | POSTCustomers | Post /customers | Create a customer |
DeliveryLeadTimesApi | DELETEDeliveryLeadTimesDeliveryLeadTimeId | Delete /delivery_lead_times/{deliveryLeadTimeId} | Delete a delivery lead time |
DeliveryLeadTimesApi | GETDeliveryLeadTimes | Get /delivery_lead_times | List all delivery lead times |
DeliveryLeadTimesApi | GETDeliveryLeadTimesDeliveryLeadTimeId | Get /delivery_lead_times/{deliveryLeadTimeId} | Retrieve a delivery lead time |
DeliveryLeadTimesApi | GETShipmentIdDeliveryLeadTime | Get /shipments/{shipmentId}/delivery_lead_time | Retrieve the delivery lead time associated to the shipment |
DeliveryLeadTimesApi | GETShippingMethodIdDeliveryLeadTimeForShipment | Get /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipment | Retrieve the delivery lead time for shipment associated to the shipping method |
DeliveryLeadTimesApi | GETSkuIdDeliveryLeadTimes | Get /skus/{skuId}/delivery_lead_times | Retrieve the delivery lead times associated to the SKU |
DeliveryLeadTimesApi | PATCHDeliveryLeadTimesDeliveryLeadTimeId | Patch /delivery_lead_times/{deliveryLeadTimeId} | Update a delivery lead time |
DeliveryLeadTimesApi | POSTDeliveryLeadTimes | Post /delivery_lead_times | Create a delivery lead time |
EventCallbacksApi | GETEventCallbacks | Get /event_callbacks | List all event callbacks |
EventCallbacksApi | GETEventCallbacksEventCallbackId | Get /event_callbacks/{eventCallbackId} | Retrieve an event callback |
EventCallbacksApi | GETEventIdLastEventCallbacks | Get /events/{eventId}/last_event_callbacks | Retrieve the last event callbacks associated to the event |
EventCallbacksApi | GETWebhookIdLastEventCallbacks | Get /webhooks/{webhookId}/last_event_callbacks | Retrieve the last event callbacks associated to the webhook |
EventsApi | GETAddressIdEvents | Get /addresses/{addressId}/events | Retrieve the events associated to the address |
EventsApi | GETAuthorizationIdEvents | Get /authorizations/{authorizationId}/events | Retrieve the events associated to the authorization |
EventsApi | GETAvalaraAccountIdEvents | Get /avalara_accounts/{avalaraAccountId}/events | Retrieve the events associated to the avalara account |
EventsApi | GETBundleIdEvents | Get /bundles/{bundleId}/events | Retrieve the events associated to the bundle |
EventsApi | GETBuyXPayYPromotionIdEvents | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/events | Retrieve the events associated to the buy x pay y promotion |
EventsApi | GETCaptureIdEvents | Get /captures/{captureId}/events | Retrieve the events associated to the capture |
EventsApi | GETCleanupIdEvents | Get /cleanups/{cleanupId}/events | Retrieve the events associated to the cleanup |
EventsApi | GETCouponIdEvents | Get /coupons/{couponId}/events | Retrieve the events associated to the coupon |
EventsApi | GETCustomerAddressIdEvents | Get /customer_addresses/{customerAddressId}/events | Retrieve the events associated to the customer address |
EventsApi | GETCustomerIdEvents | Get /customers/{customerId}/events | Retrieve the events associated to the customer |
EventsApi | GETCustomerPasswordResetIdEvents | Get /customer_password_resets/{customerPasswordResetId}/events | Retrieve the events associated to the customer password reset |
EventsApi | GETCustomerSubscriptionIdEvents | Get /customer_subscriptions/{customerSubscriptionId}/events | Retrieve the events associated to the customer subscription |
EventsApi | GETEvents | Get /events | List all events |
EventsApi | GETEventsEventId | Get /events/{eventId} | Retrieve an event |
EventsApi | GETExportIdEvents | Get /exports/{exportId}/events | Retrieve the events associated to the export |
EventsApi | GETExternalPromotionIdEvents | Get /external_promotions/{externalPromotionId}/events | Retrieve the events associated to the external promotion |
EventsApi | GETFixedAmountPromotionIdEvents | Get /fixed_amount_promotions/{fixedAmountPromotionId}/events | Retrieve the events associated to the fixed amount promotion |
EventsApi | GETFixedPricePromotionIdEvents | Get /fixed_price_promotions/{fixedPricePromotionId}/events | Retrieve the events associated to the fixed price promotion |
EventsApi | GETFlexPromotionIdEvents | Get /flex_promotions/{flexPromotionId}/events | Retrieve the events associated to the flex promotion |
EventsApi | GETFreeGiftPromotionIdEvents | Get /free_gift_promotions/{freeGiftPromotionId}/events | Retrieve the events associated to the free gift promotion |
EventsApi | GETFreeShippingPromotionIdEvents | Get /free_shipping_promotions/{freeShippingPromotionId}/events | Retrieve the events associated to the free shipping promotion |
EventsApi | GETGiftCardIdEvents | Get /gift_cards/{giftCardId}/events | Retrieve the events associated to the gift card |
EventsApi | GETImportIdEvents | Get /imports/{importId}/events | Retrieve the events associated to the import |
EventsApi | GETInStockSubscriptionIdEvents | Get /in_stock_subscriptions/{inStockSubscriptionId}/events | Retrieve the events associated to the in stock subscription |
EventsApi | GETLineItemIdEvents | Get /line_items/{lineItemId}/events | Retrieve the events associated to the line item |
EventsApi | GETLineItemOptionIdEvents | Get /line_item_options/{lineItemOptionId}/events | Retrieve the events associated to the line item option |
EventsApi | GETLinkIdEvents | Get /links/{linkId}/events | Retrieve the events associated to the link |
EventsApi | GETOrderCopyIdEvents | Get /order_copies/{orderCopyId}/events | Retrieve the events associated to the order copy |
EventsApi | GETOrderFactoryIdEvents | Get /order_factories/{orderFactoryId}/events | Retrieve the events associated to the order factory |
EventsApi | GETOrderIdEvents | Get /orders/{orderId}/events | Retrieve the events associated to the order |
EventsApi | GETOrderSubscriptionIdEvents | Get /order_subscriptions/{orderSubscriptionId}/events | Retrieve the events associated to the order subscription |
EventsApi | GETParcelIdEvents | Get /parcels/{parcelId}/events | Retrieve the events associated to the parcel |
EventsApi | GETPercentageDiscountPromotionIdEvents | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/events | Retrieve the events associated to the percentage discount promotion |
EventsApi | GETPriceFrequencyTierIdEvents | Get /price_frequency_tiers/{priceFrequencyTierId}/events | Retrieve the events associated to the price frequency tier |
EventsApi | GETPriceListSchedulerIdEvents | Get /price_list_schedulers/{priceListSchedulerId}/events | Retrieve the events associated to the price list scheduler |
EventsApi | GETPriceVolumeTierIdEvents | Get /price_volume_tiers/{priceVolumeTierId}/events | Retrieve the events associated to the price volume tier |
EventsApi | GETPromotionIdEvents | Get /promotions/{promotionId}/events | Retrieve the events associated to the promotion |
EventsApi | GETRecurringOrderCopyIdEvents | Get /recurring_order_copies/{recurringOrderCopyId}/events | Retrieve the events associated to the recurring order copy |
EventsApi | GETRefundIdEvents | Get /refunds/{refundId}/events | Retrieve the events associated to the refund |
EventsApi | GETReturnIdEvents | Get /returns/{returnId}/events | Retrieve the events associated to the return |
EventsApi | GETShipmentIdEvents | Get /shipments/{shipmentId}/events | Retrieve the events associated to the shipment |
EventsApi | GETSkuIdEvents | Get /skus/{skuId}/events | Retrieve the events associated to the SKU |
EventsApi | GETSkuOptionIdEvents | Get /sku_options/{skuOptionId}/events | Retrieve the events associated to the SKU option |
EventsApi | GETStockTransferIdEvents | Get /stock_transfers/{stockTransferId}/events | Retrieve the events associated to the stock transfer |
EventsApi | GETStoreIdEvents | Get /stores/{storeId}/events | Retrieve the events associated to the store |
EventsApi | GETTransactionIdEvents | Get /transactions/{transactionId}/events | Retrieve the events associated to the transaction |
EventsApi | GETVoidIdEvents | Get /voids/{voidId}/events | Retrieve the events associated to the void |
EventsApi | PATCHEventsEventId | Patch /events/{eventId} | Update an event |
ExportsApi | DELETEExportsExportId | Delete /exports/{exportId} | Delete an export |
ExportsApi | GETExports | Get /exports | List all exports |
ExportsApi | GETExportsExportId | Get /exports/{exportId} | Retrieve an export |
ExportsApi | PATCHExportsExportId | Patch /exports/{exportId} | Update an export |
ExportsApi | POSTExports | Post /exports | Create an export |
ExternalGatewaysApi | DELETEExternalGatewaysExternalGatewayId | Delete /external_gateways/{externalGatewayId} | Delete an external gateway |
ExternalGatewaysApi | GETExternalGateways | Get /external_gateways | List all external gateways |
ExternalGatewaysApi | GETExternalGatewaysExternalGatewayId | Get /external_gateways/{externalGatewayId} | Retrieve an external gateway |
ExternalGatewaysApi | PATCHExternalGatewaysExternalGatewayId | Patch /external_gateways/{externalGatewayId} | Update an external gateway |
ExternalGatewaysApi | POSTExternalGateways | Post /external_gateways | Create an external gateway |
ExternalPaymentsApi | DELETEExternalPaymentsExternalPaymentId | Delete /external_payments/{externalPaymentId} | Delete an external payment |
ExternalPaymentsApi | GETExternalGatewayIdExternalPayments | Get /external_gateways/{externalGatewayId}/external_payments | Retrieve the external payments associated to the external gateway |
ExternalPaymentsApi | GETExternalPayments | Get /external_payments | List all external payments |
ExternalPaymentsApi | GETExternalPaymentsExternalPaymentId | Get /external_payments/{externalPaymentId} | Retrieve an external payment |
ExternalPaymentsApi | PATCHExternalPaymentsExternalPaymentId | Patch /external_payments/{externalPaymentId} | Update an external payment |
ExternalPaymentsApi | POSTExternalPayments | Post /external_payments | Create an external payment |
ExternalPromotionsApi | DELETEExternalPromotionsExternalPromotionId | Delete /external_promotions/{externalPromotionId} | Delete an external promotion |
ExternalPromotionsApi | GETExternalPromotions | Get /external_promotions | List all external promotions |
ExternalPromotionsApi | GETExternalPromotionsExternalPromotionId | Get /external_promotions/{externalPromotionId} | Retrieve an external promotion |
ExternalPromotionsApi | PATCHExternalPromotionsExternalPromotionId | Patch /external_promotions/{externalPromotionId} | Update an external promotion |
ExternalPromotionsApi | POSTExternalPromotions | Post /external_promotions | Create an external promotion |
ExternalTaxCalculatorsApi | DELETEExternalTaxCalculatorsExternalTaxCalculatorId | Delete /external_tax_calculators/{externalTaxCalculatorId} | Delete an external tax calculator |
ExternalTaxCalculatorsApi | GETExternalTaxCalculators | Get /external_tax_calculators | List all external tax calculators |
ExternalTaxCalculatorsApi | GETExternalTaxCalculatorsExternalTaxCalculatorId | Get /external_tax_calculators/{externalTaxCalculatorId} | Retrieve an external tax calculator |
ExternalTaxCalculatorsApi | PATCHExternalTaxCalculatorsExternalTaxCalculatorId | Patch /external_tax_calculators/{externalTaxCalculatorId} | Update an external tax calculator |
ExternalTaxCalculatorsApi | POSTExternalTaxCalculators | Post /external_tax_calculators | Create an external tax calculator |
FixedAmountPromotionsApi | DELETEFixedAmountPromotionsFixedAmountPromotionId | Delete /fixed_amount_promotions/{fixedAmountPromotionId} | Delete a fixed amount promotion |
FixedAmountPromotionsApi | GETFixedAmountPromotions | Get /fixed_amount_promotions | List all fixed amount promotions |
FixedAmountPromotionsApi | GETFixedAmountPromotionsFixedAmountPromotionId | Get /fixed_amount_promotions/{fixedAmountPromotionId} | Retrieve a fixed amount promotion |
FixedAmountPromotionsApi | PATCHFixedAmountPromotionsFixedAmountPromotionId | Patch /fixed_amount_promotions/{fixedAmountPromotionId} | Update a fixed amount promotion |
FixedAmountPromotionsApi | POSTFixedAmountPromotions | Post /fixed_amount_promotions | Create a fixed amount promotion |
FixedPricePromotionsApi | DELETEFixedPricePromotionsFixedPricePromotionId | Delete /fixed_price_promotions/{fixedPricePromotionId} | Delete a fixed price promotion |
FixedPricePromotionsApi | GETFixedPricePromotions | Get /fixed_price_promotions | List all fixed price promotions |
FixedPricePromotionsApi | GETFixedPricePromotionsFixedPricePromotionId | Get /fixed_price_promotions/{fixedPricePromotionId} | Retrieve a fixed price promotion |
FixedPricePromotionsApi | PATCHFixedPricePromotionsFixedPricePromotionId | Patch /fixed_price_promotions/{fixedPricePromotionId} | Update a fixed price promotion |
FixedPricePromotionsApi | POSTFixedPricePromotions | Post /fixed_price_promotions | Create a fixed price promotion |
FlexPromotionsApi | DELETEFlexPromotionsFlexPromotionId | Delete /flex_promotions/{flexPromotionId} | Delete a flex promotion |
FlexPromotionsApi | GETFlexPromotions | Get /flex_promotions | List all flex promotions |
FlexPromotionsApi | GETFlexPromotionsFlexPromotionId | Get /flex_promotions/{flexPromotionId} | Retrieve a flex promotion |
FlexPromotionsApi | PATCHFlexPromotionsFlexPromotionId | Patch /flex_promotions/{flexPromotionId} | Update a flex promotion |
FlexPromotionsApi | POSTFlexPromotions | Post /flex_promotions | Create a flex promotion |
FreeGiftPromotionsApi | DELETEFreeGiftPromotionsFreeGiftPromotionId | Delete /free_gift_promotions/{freeGiftPromotionId} | Delete a free gift promotion |
FreeGiftPromotionsApi | GETFreeGiftPromotions | Get /free_gift_promotions | List all free gift promotions |
FreeGiftPromotionsApi | GETFreeGiftPromotionsFreeGiftPromotionId | Get /free_gift_promotions/{freeGiftPromotionId} | Retrieve a free gift promotion |
FreeGiftPromotionsApi | PATCHFreeGiftPromotionsFreeGiftPromotionId | Patch /free_gift_promotions/{freeGiftPromotionId} | Update a free gift promotion |
FreeGiftPromotionsApi | POSTFreeGiftPromotions | Post /free_gift_promotions | Create a free gift promotion |
FreeShippingPromotionsApi | DELETEFreeShippingPromotionsFreeShippingPromotionId | Delete /free_shipping_promotions/{freeShippingPromotionId} | Delete a free shipping promotion |
FreeShippingPromotionsApi | GETFreeShippingPromotions | Get /free_shipping_promotions | List all free shipping promotions |
FreeShippingPromotionsApi | GETFreeShippingPromotionsFreeShippingPromotionId | Get /free_shipping_promotions/{freeShippingPromotionId} | Retrieve a free shipping promotion |
FreeShippingPromotionsApi | PATCHFreeShippingPromotionsFreeShippingPromotionId | Patch /free_shipping_promotions/{freeShippingPromotionId} | Update a free shipping promotion |
FreeShippingPromotionsApi | POSTFreeShippingPromotions | Post /free_shipping_promotions | Create a free shipping promotion |
GeocodersApi | GETAddressIdGeocoder | Get /addresses/{addressId}/geocoder | Retrieve the geocoder associated to the address |
GeocodersApi | GETGeocoders | Get /geocoders | List all geocoders |
GeocodersApi | GETGeocodersGeocoderId | Get /geocoders/{geocoderId} | Retrieve a geocoder |
GeocodersApi | GETMarketIdGeocoder | Get /markets/{marketId}/geocoder | Retrieve the geocoder associated to the market |
GiftCardRecipientsApi | DELETEGiftCardRecipientsGiftCardRecipientId | Delete /gift_card_recipients/{giftCardRecipientId} | Delete a gift card recipient |
GiftCardRecipientsApi | GETGiftCardIdGiftCardRecipient | Get /gift_cards/{giftCardId}/gift_card_recipient | Retrieve the gift card recipient associated to the gift card |
GiftCardRecipientsApi | GETGiftCardRecipients | Get /gift_card_recipients | List all gift card recipients |
GiftCardRecipientsApi | GETGiftCardRecipientsGiftCardRecipientId | Get /gift_card_recipients/{giftCardRecipientId} | Retrieve a gift card recipient |
GiftCardRecipientsApi | PATCHGiftCardRecipientsGiftCardRecipientId | Patch /gift_card_recipients/{giftCardRecipientId} | Update a gift card recipient |
GiftCardRecipientsApi | POSTGiftCardRecipients | Post /gift_card_recipients | Create a gift card recipient |
GiftCardsApi | DELETEGiftCardsGiftCardId | Delete /gift_cards/{giftCardId} | Delete a gift card |
GiftCardsApi | GETGiftCards | Get /gift_cards | List all gift cards |
GiftCardsApi | GETGiftCardsGiftCardId | Get /gift_cards/{giftCardId} | Retrieve a gift card |
GiftCardsApi | PATCHGiftCardsGiftCardId | Patch /gift_cards/{giftCardId} | Update a gift card |
GiftCardsApi | POSTGiftCards | Post /gift_cards | Create a gift card |
GoogleGeocodersApi | DELETEGoogleGeocodersGoogleGeocoderId | Delete /google_geocoders/{googleGeocoderId} | Delete a google geocoder |
GoogleGeocodersApi | GETGoogleGeocoders | Get /google_geocoders | List all google geocoders |
GoogleGeocodersApi | GETGoogleGeocodersGoogleGeocoderId | Get /google_geocoders/{googleGeocoderId} | Retrieve a google geocoder |
GoogleGeocodersApi | PATCHGoogleGeocodersGoogleGeocoderId | Patch /google_geocoders/{googleGeocoderId} | Update a google geocoder |
GoogleGeocodersApi | POSTGoogleGeocoders | Post /google_geocoders | Create a google geocoder |
HasManyApi | GETAddressIdEvents | Get /addresses/{addressId}/events | Retrieve the events associated to the address |
HasManyApi | GETAddressIdTags | Get /addresses/{addressId}/tags | Retrieve the tags associated to the address |
HasManyApi | GETAddressIdVersions | Get /addresses/{addressId}/versions | Retrieve the versions associated to the address |
HasManyApi | GETAdjustmentIdVersions | Get /adjustments/{adjustmentId}/versions | Retrieve the versions associated to the adjustment |
HasManyApi | GETAdyenGatewayIdAdyenPayments | Get /adyen_gateways/{adyenGatewayId}/adyen_payments | Retrieve the adyen payments associated to the adyen gateway |
HasManyApi | GETAdyenGatewayIdPaymentMethods | Get /adyen_gateways/{adyenGatewayId}/payment_methods | Retrieve the payment methods associated to the adyen gateway |
HasManyApi | GETAdyenGatewayIdVersions | Get /adyen_gateways/{adyenGatewayId}/versions | Retrieve the versions associated to the adyen gateway |
HasManyApi | GETAdyenPaymentIdVersions | Get /adyen_payments/{adyenPaymentId}/versions | Retrieve the versions associated to the adyen payment |
HasManyApi | GETAuthorizationIdAttachments | Get /authorizations/{authorizationId}/attachments | Retrieve the attachments associated to the authorization |
HasManyApi | GETAuthorizationIdCaptures | Get /authorizations/{authorizationId}/captures | Retrieve the captures associated to the authorization |
HasManyApi | GETAuthorizationIdEvents | Get /authorizations/{authorizationId}/events | Retrieve the events associated to the authorization |
HasManyApi | GETAuthorizationIdVersions | Get /authorizations/{authorizationId}/versions | Retrieve the versions associated to the authorization |
HasManyApi | GETAuthorizationIdVoids | Get /authorizations/{authorizationId}/voids | Retrieve the voids associated to the authorization |
HasManyApi | GETAvalaraAccountIdAttachments | Get /avalara_accounts/{avalaraAccountId}/attachments | Retrieve the attachments associated to the avalara account |
HasManyApi | GETAvalaraAccountIdEvents | Get /avalara_accounts/{avalaraAccountId}/events | Retrieve the events associated to the avalara account |
HasManyApi | GETAvalaraAccountIdMarkets | Get /avalara_accounts/{avalaraAccountId}/markets | Retrieve the markets associated to the avalara account |
HasManyApi | GETAvalaraAccountIdTaxCategories | Get /avalara_accounts/{avalaraAccountId}/tax_categories | Retrieve the tax categories associated to the avalara account |
HasManyApi | GETAvalaraAccountIdVersions | Get /avalara_accounts/{avalaraAccountId}/versions | Retrieve the versions associated to the avalara account |
HasManyApi | GETAxerveGatewayIdAxervePayments | Get /axerve_gateways/{axerveGatewayId}/axerve_payments | Retrieve the axerve payments associated to the axerve gateway |
HasManyApi | GETAxerveGatewayIdPaymentMethods | Get /axerve_gateways/{axerveGatewayId}/payment_methods | Retrieve the payment methods associated to the axerve gateway |
HasManyApi | GETAxerveGatewayIdVersions | Get /axerve_gateways/{axerveGatewayId}/versions | Retrieve the versions associated to the axerve gateway |
HasManyApi | GETAxervePaymentIdVersions | Get /axerve_payments/{axervePaymentId}/versions | Retrieve the versions associated to the axerve payment |
HasManyApi | GETBingGeocoderIdAddresses | Get /bing_geocoders/{bingGeocoderId}/addresses | Retrieve the addresses associated to the bing geocoder |
HasManyApi | GETBingGeocoderIdAttachments | Get /bing_geocoders/{bingGeocoderId}/attachments | Retrieve the attachments associated to the bing geocoder |
HasManyApi | GETBingGeocoderIdMarkets | Get /bing_geocoders/{bingGeocoderId}/markets | Retrieve the markets associated to the bing geocoder |
HasManyApi | GETBraintreeGatewayIdBraintreePayments | Get /braintree_gateways/{braintreeGatewayId}/braintree_payments | Retrieve the braintree payments associated to the braintree gateway |
HasManyApi | GETBraintreeGatewayIdPaymentMethods | Get /braintree_gateways/{braintreeGatewayId}/payment_methods | Retrieve the payment methods associated to the braintree gateway |
HasManyApi | GETBraintreeGatewayIdVersions | Get /braintree_gateways/{braintreeGatewayId}/versions | Retrieve the versions associated to the braintree gateway |
HasManyApi | GETBraintreePaymentIdVersions | Get /braintree_payments/{braintreePaymentId}/versions | Retrieve the versions associated to the braintree payment |
HasManyApi | GETBundleIdAttachments | Get /bundles/{bundleId}/attachments | Retrieve the attachments associated to the bundle |
HasManyApi | GETBundleIdEvents | Get /bundles/{bundleId}/events | Retrieve the events associated to the bundle |
HasManyApi | GETBundleIdSkus | Get /bundles/{bundleId}/skus | Retrieve the skus associated to the bundle |
HasManyApi | GETBundleIdTags | Get /bundles/{bundleId}/tags | Retrieve the tags associated to the bundle |
HasManyApi | GETBundleIdVersions | Get /bundles/{bundleId}/versions | Retrieve the versions associated to the bundle |
HasManyApi | GETBuyXPayYPromotionIdAttachments | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/attachments | Retrieve the attachments associated to the buy x pay y promotion |
HasManyApi | GETBuyXPayYPromotionIdCoupons | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupons | Retrieve the coupons associated to the buy x pay y promotion |
HasManyApi | GETBuyXPayYPromotionIdEvents | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/events | Retrieve the events associated to the buy x pay y promotion |
HasManyApi | GETBuyXPayYPromotionIdSkus | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/skus | Retrieve the skus associated to the buy x pay y promotion |
HasManyApi | GETBuyXPayYPromotionIdTags | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/tags | Retrieve the tags associated to the buy x pay y promotion |
HasManyApi | GETBuyXPayYPromotionIdVersions | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/versions | Retrieve the versions associated to the buy x pay y promotion |
HasManyApi | GETCaptureIdAttachments | Get /captures/{captureId}/attachments | Retrieve the attachments associated to the capture |
HasManyApi | GETCaptureIdEvents | Get /captures/{captureId}/events | Retrieve the events associated to the capture |
HasManyApi | GETCaptureIdRefunds | Get /captures/{captureId}/refunds | Retrieve the refunds associated to the capture |
HasManyApi | GETCaptureIdVersions | Get /captures/{captureId}/versions | Retrieve the versions associated to the capture |
HasManyApi | GETCarrierAccountIdAttachments | Get /carrier_accounts/{carrierAccountId}/attachments | Retrieve the attachments associated to the carrier account |
HasManyApi | GETCarrierAccountIdVersions | Get /carrier_accounts/{carrierAccountId}/versions | Retrieve the versions associated to the carrier account |
HasManyApi | GETCheckoutComGatewayIdCheckoutComPayments | Get /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_payments | Retrieve the checkout com payments associated to the checkout.com gateway |
HasManyApi | GETCheckoutComGatewayIdPaymentMethods | Get /checkout_com_gateways/{checkoutComGatewayId}/payment_methods | Retrieve the payment methods associated to the checkout.com gateway |
HasManyApi | GETCheckoutComGatewayIdVersions | Get /checkout_com_gateways/{checkoutComGatewayId}/versions | Retrieve the versions associated to the checkout.com gateway |
HasManyApi | GETCheckoutComPaymentIdVersions | Get /checkout_com_payments/{checkoutComPaymentId}/versions | Retrieve the versions associated to the checkout.com payment |
HasManyApi | GETCleanupIdEvents | Get /cleanups/{cleanupId}/events | Retrieve the events associated to the cleanup |
HasManyApi | GETCleanupIdVersions | Get /cleanups/{cleanupId}/versions | Retrieve the versions associated to the cleanup |
HasManyApi | GETCouponCodesPromotionRuleIdCoupons | Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons | Retrieve the coupons associated to the coupon codes promotion rule |
HasManyApi | GETCouponCodesPromotionRuleIdVersions | Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/versions | Retrieve the versions associated to the coupon codes promotion rule |
HasManyApi | GETCouponIdEvents | Get /coupons/{couponId}/events | Retrieve the events associated to the coupon |
HasManyApi | GETCouponIdTags | Get /coupons/{couponId}/tags | Retrieve the tags associated to the coupon |
HasManyApi | GETCouponIdVersions | Get /coupons/{couponId}/versions | Retrieve the versions associated to the coupon |
HasManyApi | GETCouponRecipientIdAttachments | Get /coupon_recipients/{couponRecipientId}/attachments | Retrieve the attachments associated to the coupon recipient |
HasManyApi | GETCouponRecipientIdVersions | Get /coupon_recipients/{couponRecipientId}/versions | Retrieve the versions associated to the coupon recipient |
HasManyApi | GETCustomPromotionRuleIdVersions | Get /custom_promotion_rules/{customPromotionRuleId}/versions | Retrieve the versions associated to the custom promotion rule |
HasManyApi | GETCustomerAddressIdEvents | Get /customer_addresses/{customerAddressId}/events | Retrieve the events associated to the customer address |
HasManyApi | GETCustomerAddressIdVersions | Get /customer_addresses/{customerAddressId}/versions | Retrieve the versions associated to the customer address |
HasManyApi | GETCustomerGroupIdAttachments | Get /customer_groups/{customerGroupId}/attachments | Retrieve the attachments associated to the customer group |
HasManyApi | GETCustomerGroupIdCustomers | Get /customer_groups/{customerGroupId}/customers | Retrieve the customers associated to the customer group |
HasManyApi | GETCustomerGroupIdMarkets | Get /customer_groups/{customerGroupId}/markets | Retrieve the markets associated to the customer group |
HasManyApi | GETCustomerGroupIdVersions | Get /customer_groups/{customerGroupId}/versions | Retrieve the versions associated to the customer group |
HasManyApi | GETCustomerIdAttachments | Get /customers/{customerId}/attachments | Retrieve the attachments associated to the customer |
HasManyApi | GETCustomerIdCustomerAddresses | Get /customers/{customerId}/customer_addresses | Retrieve the customer addresses associated to the customer |
HasManyApi | GETCustomerIdCustomerPaymentSources | Get /customers/{customerId}/customer_payment_sources | Retrieve the customer payment sources associated to the customer |
HasManyApi | GETCustomerIdCustomerSubscriptions | Get /customers/{customerId}/customer_subscriptions | Retrieve the customer subscriptions associated to the customer |
HasManyApi | GETCustomerIdEvents | Get /customers/{customerId}/events | Retrieve the events associated to the customer |
HasManyApi | GETCustomerIdOrderSubscriptions | Get /customers/{customerId}/order_subscriptions | Retrieve the order subscriptions associated to the customer |
HasManyApi | GETCustomerIdOrders | Get /customers/{customerId}/orders | Retrieve the orders associated to the customer |
HasManyApi | GETCustomerIdReturns | Get /customers/{customerId}/returns | Retrieve the returns associated to the customer |
HasManyApi | GETCustomerIdSkuLists | Get /customers/{customerId}/sku_lists | Retrieve the sku lists associated to the customer |
HasManyApi | GETCustomerIdTags | Get /customers/{customerId}/tags | Retrieve the tags associated to the customer |
HasManyApi | GETCustomerPasswordResetIdEvents | Get /customer_password_resets/{customerPasswordResetId}/events | Retrieve the events associated to the customer password reset |
HasManyApi | GETCustomerPaymentSourceIdVersions | Get /customer_payment_sources/{customerPaymentSourceId}/versions | Retrieve the versions associated to the customer payment source |
HasManyApi | GETCustomerSubscriptionIdEvents | Get /customer_subscriptions/{customerSubscriptionId}/events | Retrieve the events associated to the customer subscription |
HasManyApi | GETCustomerSubscriptionIdVersions | Get /customer_subscriptions/{customerSubscriptionId}/versions | Retrieve the versions associated to the customer subscription |
HasManyApi | GETDeliveryLeadTimeIdAttachments | Get /delivery_lead_times/{deliveryLeadTimeId}/attachments | Retrieve the attachments associated to the delivery lead time |
HasManyApi | GETDeliveryLeadTimeIdVersions | Get /delivery_lead_times/{deliveryLeadTimeId}/versions | Retrieve the versions associated to the delivery lead time |
HasManyApi | GETEventIdLastEventCallbacks | Get /events/{eventId}/last_event_callbacks | Retrieve the last event callbacks associated to the event |
HasManyApi | GETEventIdWebhooks | Get /events/{eventId}/webhooks | Retrieve the webhooks associated to the event |
HasManyApi | GETExportIdEvents | Get /exports/{exportId}/events | Retrieve the events associated to the export |
HasManyApi | GETExternalGatewayIdExternalPayments | Get /external_gateways/{externalGatewayId}/external_payments | Retrieve the external payments associated to the external gateway |
HasManyApi | GETExternalGatewayIdPaymentMethods | Get /external_gateways/{externalGatewayId}/payment_methods | Retrieve the payment methods associated to the external gateway |
HasManyApi | GETExternalGatewayIdVersions | Get /external_gateways/{externalGatewayId}/versions | Retrieve the versions associated to the external gateway |
HasManyApi | GETExternalPaymentIdVersions | Get /external_payments/{externalPaymentId}/versions | Retrieve the versions associated to the external payment |
HasManyApi | GETExternalPromotionIdAttachments | Get /external_promotions/{externalPromotionId}/attachments | Retrieve the attachments associated to the external promotion |
HasManyApi | GETExternalPromotionIdCoupons | Get /external_promotions/{externalPromotionId}/coupons | Retrieve the coupons associated to the external promotion |
HasManyApi | GETExternalPromotionIdEvents | Get /external_promotions/{externalPromotionId}/events | Retrieve the events associated to the external promotion |
HasManyApi | GETExternalPromotionIdSkus | Get /external_promotions/{externalPromotionId}/skus | Retrieve the skus associated to the external promotion |
HasManyApi | GETExternalPromotionIdTags | Get /external_promotions/{externalPromotionId}/tags | Retrieve the tags associated to the external promotion |
HasManyApi | GETExternalPromotionIdVersions | Get /external_promotions/{externalPromotionId}/versions | Retrieve the versions associated to the external promotion |
HasManyApi | GETExternalTaxCalculatorIdAttachments | Get /external_tax_calculators/{externalTaxCalculatorId}/attachments | Retrieve the attachments associated to the external tax calculator |
HasManyApi | GETExternalTaxCalculatorIdMarkets | Get /external_tax_calculators/{externalTaxCalculatorId}/markets | Retrieve the markets associated to the external tax calculator |
HasManyApi | GETExternalTaxCalculatorIdVersions | Get /external_tax_calculators/{externalTaxCalculatorId}/versions | Retrieve the versions associated to the external tax calculator |
HasManyApi | GETFixedAmountPromotionIdAttachments | Get /fixed_amount_promotions/{fixedAmountPromotionId}/attachments | Retrieve the attachments associated to the fixed amount promotion |
HasManyApi | GETFixedAmountPromotionIdCoupons | Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupons | Retrieve the coupons associated to the fixed amount promotion |
HasManyApi | GETFixedAmountPromotionIdEvents | Get /fixed_amount_promotions/{fixedAmountPromotionId}/events | Retrieve the events associated to the fixed amount promotion |
HasManyApi | GETFixedAmountPromotionIdSkus | Get /fixed_amount_promotions/{fixedAmountPromotionId}/skus | Retrieve the skus associated to the fixed amount promotion |
HasManyApi | GETFixedAmountPromotionIdTags | Get /fixed_amount_promotions/{fixedAmountPromotionId}/tags | Retrieve the tags associated to the fixed amount promotion |
HasManyApi | GETFixedAmountPromotionIdVersions | Get /fixed_amount_promotions/{fixedAmountPromotionId}/versions | Retrieve the versions associated to the fixed amount promotion |
HasManyApi | GETFixedPricePromotionIdAttachments | Get /fixed_price_promotions/{fixedPricePromotionId}/attachments | Retrieve the attachments associated to the fixed price promotion |
HasManyApi | GETFixedPricePromotionIdCoupons | Get /fixed_price_promotions/{fixedPricePromotionId}/coupons | Retrieve the coupons associated to the fixed price promotion |
HasManyApi | GETFixedPricePromotionIdEvents | Get /fixed_price_promotions/{fixedPricePromotionId}/events | Retrieve the events associated to the fixed price promotion |
HasManyApi | GETFixedPricePromotionIdSkus | Get /fixed_price_promotions/{fixedPricePromotionId}/skus | Retrieve the skus associated to the fixed price promotion |
HasManyApi | GETFixedPricePromotionIdTags | Get /fixed_price_promotions/{fixedPricePromotionId}/tags | Retrieve the tags associated to the fixed price promotion |
HasManyApi | GETFixedPricePromotionIdVersions | Get /fixed_price_promotions/{fixedPricePromotionId}/versions | Retrieve the versions associated to the fixed price promotion |
HasManyApi | GETFlexPromotionIdAttachments | Get /flex_promotions/{flexPromotionId}/attachments | Retrieve the attachments associated to the flex promotion |
HasManyApi | GETFlexPromotionIdCoupons | Get /flex_promotions/{flexPromotionId}/coupons | Retrieve the coupons associated to the flex promotion |
HasManyApi | GETFlexPromotionIdEvents | Get /flex_promotions/{flexPromotionId}/events | Retrieve the events associated to the flex promotion |
HasManyApi | GETFlexPromotionIdTags | Get /flex_promotions/{flexPromotionId}/tags | Retrieve the tags associated to the flex promotion |
HasManyApi | GETFlexPromotionIdVersions | Get /flex_promotions/{flexPromotionId}/versions | Retrieve the versions associated to the flex promotion |
HasManyApi | GETFreeGiftPromotionIdAttachments | Get /free_gift_promotions/{freeGiftPromotionId}/attachments | Retrieve the attachments associated to the free gift promotion |
HasManyApi | GETFreeGiftPromotionIdCoupons | Get /free_gift_promotions/{freeGiftPromotionId}/coupons | Retrieve the coupons associated to the free gift promotion |
HasManyApi | GETFreeGiftPromotionIdEvents | Get /free_gift_promotions/{freeGiftPromotionId}/events | Retrieve the events associated to the free gift promotion |
HasManyApi | GETFreeGiftPromotionIdSkus | Get /free_gift_promotions/{freeGiftPromotionId}/skus | Retrieve the skus associated to the free gift promotion |
HasManyApi | GETFreeGiftPromotionIdTags | Get /free_gift_promotions/{freeGiftPromotionId}/tags | Retrieve the tags associated to the free gift promotion |
HasManyApi | GETFreeGiftPromotionIdVersions | Get /free_gift_promotions/{freeGiftPromotionId}/versions | Retrieve the versions associated to the free gift promotion |
HasManyApi | GETFreeShippingPromotionIdAttachments | Get /free_shipping_promotions/{freeShippingPromotionId}/attachments | Retrieve the attachments associated to the free shipping promotion |
HasManyApi | GETFreeShippingPromotionIdCoupons | Get /free_shipping_promotions/{freeShippingPromotionId}/coupons | Retrieve the coupons associated to the free shipping promotion |
HasManyApi | GETFreeShippingPromotionIdEvents | Get /free_shipping_promotions/{freeShippingPromotionId}/events | Retrieve the events associated to the free shipping promotion |
HasManyApi | GETFreeShippingPromotionIdTags | Get /free_shipping_promotions/{freeShippingPromotionId}/tags | Retrieve the tags associated to the free shipping promotion |
HasManyApi | GETFreeShippingPromotionIdVersions | Get /free_shipping_promotions/{freeShippingPromotionId}/versions | Retrieve the versions associated to the free shipping promotion |
HasManyApi | GETGeocoderIdAddresses | Get /geocoders/{geocoderId}/addresses | Retrieve the addresses associated to the geocoder |
HasManyApi | GETGeocoderIdAttachments | Get /geocoders/{geocoderId}/attachments | Retrieve the attachments associated to the geocoder |
HasManyApi | GETGeocoderIdMarkets | Get /geocoders/{geocoderId}/markets | Retrieve the markets associated to the geocoder |
HasManyApi | GETGiftCardIdAttachments | Get /gift_cards/{giftCardId}/attachments | Retrieve the attachments associated to the gift card |
HasManyApi | GETGiftCardIdEvents | Get /gift_cards/{giftCardId}/events | Retrieve the events associated to the gift card |
HasManyApi | GETGiftCardIdTags | Get /gift_cards/{giftCardId}/tags | Retrieve the tags associated to the gift card |
HasManyApi | GETGiftCardIdVersions | Get /gift_cards/{giftCardId}/versions | Retrieve the versions associated to the gift card |
HasManyApi | GETGiftCardRecipientIdAttachments | Get /gift_card_recipients/{giftCardRecipientId}/attachments | Retrieve the attachments associated to the gift card recipient |
HasManyApi | GETGiftCardRecipientIdVersions | Get /gift_card_recipients/{giftCardRecipientId}/versions | Retrieve the versions associated to the gift card recipient |
HasManyApi | GETGoogleGeocoderIdAddresses | Get /google_geocoders/{googleGeocoderId}/addresses | Retrieve the addresses associated to the google geocoder |
HasManyApi | GETGoogleGeocoderIdAttachments | Get /google_geocoders/{googleGeocoderId}/attachments | Retrieve the attachments associated to the google geocoder |
HasManyApi | GETGoogleGeocoderIdMarkets | Get /google_geocoders/{googleGeocoderId}/markets | Retrieve the markets associated to the google geocoder |
HasManyApi | GETImportIdEvents | Get /imports/{importId}/events | Retrieve the events associated to the import |
HasManyApi | GETInStockSubscriptionIdEvents | Get /in_stock_subscriptions/{inStockSubscriptionId}/events | Retrieve the events associated to the in stock subscription |
HasManyApi | GETInStockSubscriptionIdVersions | Get /in_stock_subscriptions/{inStockSubscriptionId}/versions | Retrieve the versions associated to the in stock subscription |
HasManyApi | GETInventoryModelIdAttachments | Get /inventory_models/{inventoryModelId}/attachments | Retrieve the attachments associated to the inventory model |
HasManyApi | GETInventoryModelIdInventoryReturnLocations | Get /inventory_models/{inventoryModelId}/inventory_return_locations | Retrieve the inventory return locations associated to the inventory model |
HasManyApi | GETInventoryModelIdInventoryStockLocations | Get /inventory_models/{inventoryModelId}/inventory_stock_locations | Retrieve the inventory stock locations associated to the inventory model |
HasManyApi | GETInventoryModelIdVersions | Get /inventory_models/{inventoryModelId}/versions | Retrieve the versions associated to the inventory model |
HasManyApi | GETInventoryReturnLocationIdVersions | Get /inventory_return_locations/{inventoryReturnLocationId}/versions | Retrieve the versions associated to the inventory return location |
HasManyApi | GETInventoryStockLocationIdVersions | Get /inventory_stock_locations/{inventoryStockLocationId}/versions | Retrieve the versions associated to the inventory stock location |
HasManyApi | GETKlarnaGatewayIdKlarnaPayments | Get /klarna_gateways/{klarnaGatewayId}/klarna_payments | Retrieve the klarna payments associated to the klarna gateway |
HasManyApi | GETKlarnaGatewayIdPaymentMethods | Get /klarna_gateways/{klarnaGatewayId}/payment_methods | Retrieve the payment methods associated to the klarna gateway |
HasManyApi | GETKlarnaGatewayIdVersions | Get /klarna_gateways/{klarnaGatewayId}/versions | Retrieve the versions associated to the klarna gateway |
HasManyApi | GETKlarnaPaymentIdVersions | Get /klarna_payments/{klarnaPaymentId}/versions | Retrieve the versions associated to the klarna payment |
HasManyApi | GETLineItemIdEvents | Get /line_items/{lineItemId}/events | Retrieve the events associated to the line item |
HasManyApi | GETLineItemIdLineItemOptions | Get /line_items/{lineItemId}/line_item_options | Retrieve the line item options associated to the line item |
HasManyApi | GETLineItemIdNotifications | Get /line_items/{lineItemId}/notifications | Retrieve the notifications associated to the line item |
HasManyApi | GETLineItemIdReturnLineItems | Get /line_items/{lineItemId}/return_line_items | Retrieve the return line items associated to the line item |
HasManyApi | GETLineItemIdStockLineItems | Get /line_items/{lineItemId}/stock_line_items | Retrieve the stock line items associated to the line item |
HasManyApi | GETLineItemIdStockReservations | Get /line_items/{lineItemId}/stock_reservations | Retrieve the stock reservations associated to the line item |
HasManyApi | GETLineItemIdStockTransfers | Get /line_items/{lineItemId}/stock_transfers | Retrieve the stock transfers associated to the line item |
HasManyApi | GETLineItemIdTags | Get /line_items/{lineItemId}/tags | Retrieve the tags associated to the line item |
HasManyApi | GETLineItemOptionIdEvents | Get /line_item_options/{lineItemOptionId}/events | Retrieve the events associated to the line item option |
HasManyApi | GETLineItemOptionIdTags | Get /line_item_options/{lineItemOptionId}/tags | Retrieve the tags associated to the line item option |
HasManyApi | GETLinkIdEvents | Get /links/{linkId}/events | Retrieve the events associated to the link |
HasManyApi | GETManualGatewayIdPaymentMethods | Get /manual_gateways/{manualGatewayId}/payment_methods | Retrieve the payment methods associated to the manual gateway |
HasManyApi | GETManualGatewayIdVersions | Get /manual_gateways/{manualGatewayId}/versions | Retrieve the versions associated to the manual gateway |
HasManyApi | GETManualTaxCalculatorIdAttachments | Get /manual_tax_calculators/{manualTaxCalculatorId}/attachments | Retrieve the attachments associated to the manual tax calculator |
HasManyApi | GETManualTaxCalculatorIdMarkets | Get /manual_tax_calculators/{manualTaxCalculatorId}/markets | Retrieve the markets associated to the manual tax calculator |
HasManyApi | GETManualTaxCalculatorIdTaxRules | Get /manual_tax_calculators/{manualTaxCalculatorId}/tax_rules | Retrieve the tax rules associated to the manual tax calculator |
HasManyApi | GETManualTaxCalculatorIdVersions | Get /manual_tax_calculators/{manualTaxCalculatorId}/versions | Retrieve the versions associated to the manual tax calculator |
HasManyApi | GETMarketIdAttachments | Get /markets/{marketId}/attachments | Retrieve the attachments associated to the market |
HasManyApi | GETMarketIdPriceListSchedulers | Get /markets/{marketId}/price_list_schedulers | Retrieve the price list schedulers associated to the market |
HasManyApi | GETMarketIdStores | Get /markets/{marketId}/stores | Retrieve the stores associated to the market |
HasManyApi | GETMarketIdVersions | Get /markets/{marketId}/versions | Retrieve the versions associated to the market |
HasManyApi | GETMerchantIdAttachments | Get /merchants/{merchantId}/attachments | Retrieve the attachments associated to the merchant |
HasManyApi | GETMerchantIdVersions | Get /merchants/{merchantId}/versions | Retrieve the versions associated to the merchant |
HasManyApi | GETOrderAmountPromotionRuleIdVersions | Get /order_amount_promotion_rules/{orderAmountPromotionRuleId}/versions | Retrieve the versions associated to the order amount promotion rule |
HasManyApi | GETOrderCopyIdEvents | Get /order_copies/{orderCopyId}/events | Retrieve the events associated to the order copy |
HasManyApi | GETOrderFactoryIdEvents | Get /order_factories/{orderFactoryId}/events | Retrieve the events associated to the order factory |
HasManyApi | GETOrderIdAttachments | Get /orders/{orderId}/attachments | Retrieve the attachments associated to the order |
HasManyApi | GETOrderIdAuthorizations | Get /orders/{orderId}/authorizations | Retrieve the authorizations associated to the order |
HasManyApi | GETOrderIdAvailableCustomerPaymentSources | Get /orders/{orderId}/available_customer_payment_sources | Retrieve the available customer payment sources associated to the order |
HasManyApi | GETOrderIdAvailableFreeBundles | Get /orders/{orderId}/available_free_bundles | Retrieve the available free bundles associated to the order |
HasManyApi | GETOrderIdAvailableFreeSkus | Get /orders/{orderId}/available_free_skus | Retrieve the available free skus associated to the order |
HasManyApi | GETOrderIdAvailablePaymentMethods | Get /orders/{orderId}/available_payment_methods | Retrieve the available payment methods associated to the order |
HasManyApi | GETOrderIdCaptures | Get /orders/{orderId}/captures | Retrieve the captures associated to the order |
HasManyApi | GETOrderIdEvents | Get /orders/{orderId}/events | Retrieve the events associated to the order |
HasManyApi | GETOrderIdLineItemOptions | Get /orders/{orderId}/line_item_options | Retrieve the line item options associated to the order |
HasManyApi | GETOrderIdLineItems | Get /orders/{orderId}/line_items | Retrieve the line items associated to the order |
HasManyApi | GETOrderIdLinks | Get /orders/{orderId}/links | Retrieve the links associated to the order |
HasManyApi | GETOrderIdNotifications | Get /orders/{orderId}/notifications | Retrieve the notifications associated to the order |
HasManyApi | GETOrderIdOrderCopies | Get /orders/{orderId}/order_copies | Retrieve the order copies associated to the order |
HasManyApi | GETOrderIdOrderFactories | Get /orders/{orderId}/order_factories | Retrieve the order factories associated to the order |
HasManyApi | GETOrderIdOrderSubscriptions | Get /orders/{orderId}/order_subscriptions | Retrieve the order subscriptions associated to the order |
HasManyApi | GETOrderIdPaymentOptions | Get /orders/{orderId}/payment_options | Retrieve the payment options associated to the order |
HasManyApi | GETOrderIdRecurringOrderCopies | Get /orders/{orderId}/recurring_order_copies | Retrieve the recurring order copies associated to the order |
HasManyApi | GETOrderIdRefunds | Get /orders/{orderId}/refunds | Retrieve the refunds associated to the order |
HasManyApi | GETOrderIdResourceErrors | Get /orders/{orderId}/resource_errors | Retrieve the resource errors associated to the order |
HasManyApi | GETOrderIdReturns | Get /orders/{orderId}/returns | Retrieve the returns associated to the order |
HasManyApi | GETOrderIdShipments | Get /orders/{orderId}/shipments | Retrieve the shipments associated to the order |
HasManyApi | GETOrderIdStockLineItems | Get /orders/{orderId}/stock_line_items | Retrieve the stock line items associated to the order |
HasManyApi | GETOrderIdStockReservations | Get /orders/{orderId}/stock_reservations | Retrieve the stock reservations associated to the order |
HasManyApi | GETOrderIdStockTransfers | Get /orders/{orderId}/stock_transfers | Retrieve the stock transfers associated to the order |
HasManyApi | GETOrderIdTags | Get /orders/{orderId}/tags | Retrieve the tags associated to the order |
HasManyApi | GETOrderIdVersions | Get /orders/{orderId}/versions | Retrieve the versions associated to the order |
HasManyApi | GETOrderIdVoids | Get /orders/{orderId}/voids | Retrieve the voids associated to the order |
HasManyApi | GETOrderSubscriptionIdEvents | Get /order_subscriptions/{orderSubscriptionId}/events | Retrieve the events associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdOrderFactories | Get /order_subscriptions/{orderSubscriptionId}/order_factories | Retrieve the order factories associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdOrderSubscriptionItems | Get /order_subscriptions/{orderSubscriptionId}/order_subscription_items | Retrieve the order subscription items associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdOrders | Get /order_subscriptions/{orderSubscriptionId}/orders | Retrieve the orders associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdRecurringOrderCopies | Get /order_subscriptions/{orderSubscriptionId}/recurring_order_copies | Retrieve the recurring order copies associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdTags | Get /order_subscriptions/{orderSubscriptionId}/tags | Retrieve the tags associated to the order subscription |
HasManyApi | GETOrderSubscriptionIdVersions | Get /order_subscriptions/{orderSubscriptionId}/versions | Retrieve the versions associated to the order subscription |
HasManyApi | GETPackageIdAttachments | Get /packages/{packageId}/attachments | Retrieve the attachments associated to the package |
HasManyApi | GETPackageIdParcels | Get /packages/{packageId}/parcels | Retrieve the parcels associated to the package |
HasManyApi | GETPackageIdVersions | Get /packages/{packageId}/versions | Retrieve the versions associated to the package |
HasManyApi | GETParcelIdAttachments | Get /parcels/{parcelId}/attachments | Retrieve the attachments associated to the parcel |
HasManyApi | GETParcelIdEvents | Get /parcels/{parcelId}/events | Retrieve the events associated to the parcel |
HasManyApi | GETParcelIdParcelLineItems | Get /parcels/{parcelId}/parcel_line_items | Retrieve the parcel line items associated to the parcel |
HasManyApi | GETParcelIdVersions | Get /parcels/{parcelId}/versions | Retrieve the versions associated to the parcel |
HasManyApi | GETParcelLineItemIdVersions | Get /parcel_line_items/{parcelLineItemId}/versions | Retrieve the versions associated to the parcel line item |
HasManyApi | GETPaymentGatewayIdPaymentMethods | Get /payment_gateways/{paymentGatewayId}/payment_methods | Retrieve the payment methods associated to the payment gateway |
HasManyApi | GETPaymentGatewayIdVersions | Get /payment_gateways/{paymentGatewayId}/versions | Retrieve the versions associated to the payment gateway |
HasManyApi | GETPaymentMethodIdAttachments | Get /payment_methods/{paymentMethodId}/attachments | Retrieve the attachments associated to the payment method |
HasManyApi | GETPaymentMethodIdOrders | Get /payment_methods/{paymentMethodId}/orders | Retrieve the orders associated to the payment method |
HasManyApi | GETPaymentMethodIdVersions | Get /payment_methods/{paymentMethodId}/versions | Retrieve the versions associated to the payment method |
HasManyApi | GETPaymentOptionIdAttachments | Get /payment_options/{paymentOptionId}/attachments | Retrieve the attachments associated to the payment option |
HasManyApi | GETPaypalGatewayIdPaymentMethods | Get /paypal_gateways/{paypalGatewayId}/payment_methods | Retrieve the payment methods associated to the paypal gateway |
HasManyApi | GETPaypalGatewayIdPaypalPayments | Get /paypal_gateways/{paypalGatewayId}/paypal_payments | Retrieve the paypal payments associated to the paypal gateway |
HasManyApi | GETPaypalGatewayIdVersions | Get /paypal_gateways/{paypalGatewayId}/versions | Retrieve the versions associated to the paypal gateway |
HasManyApi | GETPaypalPaymentIdVersions | Get /paypal_payments/{paypalPaymentId}/versions | Retrieve the versions associated to the paypal payment |
HasManyApi | GETPercentageDiscountPromotionIdAttachments | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/attachments | Retrieve the attachments associated to the percentage discount promotion |
HasManyApi | GETPercentageDiscountPromotionIdCoupons | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupons | Retrieve the coupons associated to the percentage discount promotion |
HasManyApi | GETPercentageDiscountPromotionIdEvents | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/events | Retrieve the events associated to the percentage discount promotion |
HasManyApi | GETPercentageDiscountPromotionIdSkus | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/skus | Retrieve the skus associated to the percentage discount promotion |
HasManyApi | GETPercentageDiscountPromotionIdTags | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/tags | Retrieve the tags associated to the percentage discount promotion |
HasManyApi | GETPercentageDiscountPromotionIdVersions | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/versions | Retrieve the versions associated to the percentage discount promotion |
HasManyApi | GETPriceFrequencyTierIdAttachments | Get /price_frequency_tiers/{priceFrequencyTierId}/attachments | Retrieve the attachments associated to the price frequency tier |
HasManyApi | GETPriceFrequencyTierIdEvents | Get /price_frequency_tiers/{priceFrequencyTierId}/events | Retrieve the events associated to the price frequency tier |
HasManyApi | GETPriceFrequencyTierIdVersions | Get /price_frequency_tiers/{priceFrequencyTierId}/versions | Retrieve the versions associated to the price frequency tier |
HasManyApi | GETPriceIdAttachments | Get /prices/{priceId}/attachments | Retrieve the attachments associated to the price |
HasManyApi | GETPriceIdJwtMarkets | Get /prices/{priceId}/jwt_markets | Retrieve the jwt markets associated to the price |
HasManyApi | GETPriceIdJwtStockLocations | Get /prices/{priceId}/jwt_stock_locations | Retrieve the jwt stock locations associated to the price |
HasManyApi | GETPriceIdPriceFrequencyTiers | Get /prices/{priceId}/price_frequency_tiers | Retrieve the price frequency tiers associated to the price |
HasManyApi | GETPriceIdPriceTiers | Get /prices/{priceId}/price_tiers | Retrieve the price tiers associated to the price |
HasManyApi | GETPriceIdPriceVolumeTiers | Get /prices/{priceId}/price_volume_tiers | Retrieve the price volume tiers associated to the price |
HasManyApi | GETPriceIdVersions | Get /prices/{priceId}/versions | Retrieve the versions associated to the price |
HasManyApi | GETPriceListIdAttachments | Get /price_lists/{priceListId}/attachments | Retrieve the attachments associated to the price list |
HasManyApi | GETPriceListIdPriceListSchedulers | Get /price_lists/{priceListId}/price_list_schedulers | Retrieve the price list schedulers associated to the price list |
HasManyApi | GETPriceListIdPrices | Get /price_lists/{priceListId}/prices | Retrieve the prices associated to the price list |
HasManyApi | GETPriceListIdVersions | Get /price_lists/{priceListId}/versions | Retrieve the versions associated to the price list |
HasManyApi | GETPriceListSchedulerIdEvents | Get /price_list_schedulers/{priceListSchedulerId}/events | Retrieve the events associated to the price list scheduler |
HasManyApi | GETPriceListSchedulerIdVersions | Get /price_list_schedulers/{priceListSchedulerId}/versions | Retrieve the versions associated to the price list scheduler |
HasManyApi | GETPriceTierIdAttachments | Get /price_tiers/{priceTierId}/attachments | Retrieve the attachments associated to the price tier |
HasManyApi | GETPriceTierIdVersions | Get /price_tiers/{priceTierId}/versions | Retrieve the versions associated to the price tier |
HasManyApi | GETPriceVolumeTierIdAttachments | Get /price_volume_tiers/{priceVolumeTierId}/attachments | Retrieve the attachments associated to the price volume tier |
HasManyApi | GETPriceVolumeTierIdEvents | Get /price_volume_tiers/{priceVolumeTierId}/events | Retrieve the events associated to the price volume tier |
HasManyApi | GETPriceVolumeTierIdVersions | Get /price_volume_tiers/{priceVolumeTierId}/versions | Retrieve the versions associated to the price volume tier |
HasManyApi | GETPromotionIdAttachments | Get /promotions/{promotionId}/attachments | Retrieve the attachments associated to the promotion |
HasManyApi | GETPromotionIdCoupons | Get /promotions/{promotionId}/coupons | Retrieve the coupons associated to the promotion |
HasManyApi | GETPromotionIdEvents | Get /promotions/{promotionId}/events | Retrieve the events associated to the promotion |
HasManyApi | GETPromotionIdTags | Get /promotions/{promotionId}/tags | Retrieve the tags associated to the promotion |
HasManyApi | GETPromotionIdVersions | Get /promotions/{promotionId}/versions | Retrieve the versions associated to the promotion |
HasManyApi | GETPromotionRuleIdVersions | Get /promotion_rules/{promotionRuleId}/versions | Retrieve the versions associated to the promotion rule |
HasManyApi | GETRecurringOrderCopyIdEvents | Get /recurring_order_copies/{recurringOrderCopyId}/events | Retrieve the events associated to the recurring order copy |
HasManyApi | GETRefundIdAttachments | Get /refunds/{refundId}/attachments | Retrieve the attachments associated to the refund |
HasManyApi | GETRefundIdEvents | Get /refunds/{refundId}/events | Retrieve the events associated to the refund |
HasManyApi | GETRefundIdVersions | Get /refunds/{refundId}/versions | Retrieve the versions associated to the refund |
HasManyApi | GETReservedStockIdStockReservations | Get /reserved_stocks/{reservedStockId}/stock_reservations | Retrieve the stock reservations associated to the reserved stock |
HasManyApi | GETReservedStockIdVersions | Get /reserved_stocks/{reservedStockId}/versions | Retrieve the versions associated to the reserved stock |
HasManyApi | GETReturnIdAttachments | Get /returns/{returnId}/attachments | Retrieve the attachments associated to the return |
HasManyApi | GETReturnIdEvents | Get /returns/{returnId}/events | Retrieve the events associated to the return |
HasManyApi | GETReturnIdResourceErrors | Get /returns/{returnId}/resource_errors | Retrieve the resource errors associated to the return |
HasManyApi | GETReturnIdReturnLineItems | Get /returns/{returnId}/return_line_items | Retrieve the return line items associated to the return |
HasManyApi | GETReturnIdTags | Get /returns/{returnId}/tags | Retrieve the tags associated to the return |
HasManyApi | GETReturnIdVersions | Get /returns/{returnId}/versions | Retrieve the versions associated to the return |
HasManyApi | GETSatispayGatewayIdPaymentMethods | Get /satispay_gateways/{satispayGatewayId}/payment_methods | Retrieve the payment methods associated to the satispay gateway |
HasManyApi | GETSatispayGatewayIdSatispayPayments | Get /satispay_gateways/{satispayGatewayId}/satispay_payments | Retrieve the satispay payments associated to the satispay gateway |
HasManyApi | GETSatispayGatewayIdVersions | Get /satispay_gateways/{satispayGatewayId}/versions | Retrieve the versions associated to the satispay gateway |
HasManyApi | GETSatispayPaymentIdVersions | Get /satispay_payments/{satispayPaymentId}/versions | Retrieve the versions associated to the satispay payment |
HasManyApi | GETShipmentIdAttachments | Get /shipments/{shipmentId}/attachments | Retrieve the attachments associated to the shipment |
HasManyApi | GETShipmentIdAvailableShippingMethods | Get /shipments/{shipmentId}/available_shipping_methods | Retrieve the available shipping methods associated to the shipment |
HasManyApi | GETShipmentIdCarrierAccounts | Get /shipments/{shipmentId}/carrier_accounts | Retrieve the carrier accounts associated to the shipment |
HasManyApi | GETShipmentIdEvents | Get /shipments/{shipmentId}/events | Retrieve the events associated to the shipment |
HasManyApi | GETShipmentIdLineItems | Get /shipments/{shipmentId}/line_items | Retrieve the line items associated to the shipment |
HasManyApi | GETShipmentIdParcels | Get /shipments/{shipmentId}/parcels | Retrieve the parcels associated to the shipment |
HasManyApi | GETShipmentIdStockLineItems | Get /shipments/{shipmentId}/stock_line_items | Retrieve the stock line items associated to the shipment |
HasManyApi | GETShipmentIdStockTransfers | Get /shipments/{shipmentId}/stock_transfers | Retrieve the stock transfers associated to the shipment |
HasManyApi | GETShipmentIdTags | Get /shipments/{shipmentId}/tags | Retrieve the tags associated to the shipment |
HasManyApi | GETShipmentIdVersions | Get /shipments/{shipmentId}/versions | Retrieve the versions associated to the shipment |
HasManyApi | GETShippingCategoryIdAttachments | Get /shipping_categories/{shippingCategoryId}/attachments | Retrieve the attachments associated to the shipping category |
HasManyApi | GETShippingCategoryIdSkus | Get /shipping_categories/{shippingCategoryId}/skus | Retrieve the skus associated to the shipping category |
HasManyApi | GETShippingCategoryIdVersions | Get /shipping_categories/{shippingCategoryId}/versions | Retrieve the versions associated to the shipping category |
HasManyApi | GETShippingMethodIdAttachments | Get /shipping_methods/{shippingMethodId}/attachments | Retrieve the attachments associated to the shipping method |
HasManyApi | GETShippingMethodIdShippingMethodTiers | Get /shipping_methods/{shippingMethodId}/shipping_method_tiers | Retrieve the shipping method tiers associated to the shipping method |
HasManyApi | GETShippingMethodIdShippingWeightTiers | Get /shipping_methods/{shippingMethodId}/shipping_weight_tiers | Retrieve the shipping weight tiers associated to the shipping method |
HasManyApi | GETShippingMethodIdVersions | Get /shipping_methods/{shippingMethodId}/versions | Retrieve the versions associated to the shipping method |
HasManyApi | GETShippingMethodTierIdAttachments | Get /shipping_method_tiers/{shippingMethodTierId}/attachments | Retrieve the attachments associated to the shipping method tier |
HasManyApi | GETShippingMethodTierIdVersions | Get /shipping_method_tiers/{shippingMethodTierId}/versions | Retrieve the versions associated to the shipping method tier |
HasManyApi | GETShippingWeightTierIdAttachments | Get /shipping_weight_tiers/{shippingWeightTierId}/attachments | Retrieve the attachments associated to the shipping weight tier |
HasManyApi | GETShippingWeightTierIdVersions | Get /shipping_weight_tiers/{shippingWeightTierId}/versions | Retrieve the versions associated to the shipping weight tier |
HasManyApi | GETShippingZoneIdAttachments | Get /shipping_zones/{shippingZoneId}/attachments | Retrieve the attachments associated to the shipping zone |
HasManyApi | GETShippingZoneIdVersions | Get /shipping_zones/{shippingZoneId}/versions | Retrieve the versions associated to the shipping zone |
HasManyApi | GETSkuIdAttachments | Get /skus/{skuId}/attachments | Retrieve the attachments associated to the SKU |
HasManyApi | GETSkuIdDeliveryLeadTimes | Get /skus/{skuId}/delivery_lead_times | Retrieve the delivery lead times associated to the SKU |
HasManyApi | GETSkuIdEvents | Get /skus/{skuId}/events | Retrieve the events associated to the SKU |
HasManyApi | GETSkuIdJwtMarkets | Get /skus/{skuId}/jwt_markets | Retrieve the jwt markets associated to the SKU |
HasManyApi | GETSkuIdJwtStockLocations | Get /skus/{skuId}/jwt_stock_locations | Retrieve the jwt stock locations associated to the SKU |
HasManyApi | GETSkuIdLinks | Get /skus/{skuId}/links | Retrieve the links associated to the SKU |
HasManyApi | GETSkuIdPrices | Get /skus/{skuId}/prices | Retrieve the prices associated to the SKU |
HasManyApi | GETSkuIdSkuListItems | Get /skus/{skuId}/sku_list_items | Retrieve the sku list items associated to the SKU |
HasManyApi | GETSkuIdSkuLists | Get /skus/{skuId}/sku_lists | Retrieve the sku lists associated to the SKU |
HasManyApi | GETSkuIdSkuOptions | Get /skus/{skuId}/sku_options | Retrieve the sku options associated to the SKU |
HasManyApi | GETSkuIdStockItems | Get /skus/{skuId}/stock_items | Retrieve the stock items associated to the SKU |
HasManyApi | GETSkuIdStockReservations | Get /skus/{skuId}/stock_reservations | Retrieve the stock reservations associated to the SKU |
HasManyApi | GETSkuIdTags | Get /skus/{skuId}/tags | Retrieve the tags associated to the SKU |
HasManyApi | GETSkuIdVersions | Get /skus/{skuId}/versions | Retrieve the versions associated to the SKU |
HasManyApi | GETSkuListIdAttachments | Get /sku_lists/{skuListId}/attachments | Retrieve the attachments associated to the SKU list |
HasManyApi | GETSkuListIdBundles | Get /sku_lists/{skuListId}/bundles | Retrieve the bundles associated to the SKU list |
HasManyApi | GETSkuListIdLinks | Get /sku_lists/{skuListId}/links | Retrieve the links associated to the SKU list |
HasManyApi | GETSkuListIdSkuListItems | Get /sku_lists/{skuListId}/sku_list_items | Retrieve the sku list items associated to the SKU list |
HasManyApi | GETSkuListIdSkus | Get /sku_lists/{skuListId}/skus | Retrieve the skus associated to the SKU list |
HasManyApi | GETSkuListIdVersions | Get /sku_lists/{skuListId}/versions | Retrieve the versions associated to the SKU list |
HasManyApi | GETSkuListItemIdVersions | Get /sku_list_items/{skuListItemId}/versions | Retrieve the versions associated to the SKU list item |
HasManyApi | GETSkuListPromotionRuleIdSkus | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/skus | Retrieve the skus associated to the SKU list promotion rule |
HasManyApi | GETSkuListPromotionRuleIdVersions | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/versions | Retrieve the versions associated to the SKU list promotion rule |
HasManyApi | GETSkuOptionIdAttachments | Get /sku_options/{skuOptionId}/attachments | Retrieve the attachments associated to the SKU option |
HasManyApi | GETSkuOptionIdEvents | Get /sku_options/{skuOptionId}/events | Retrieve the events associated to the SKU option |
HasManyApi | GETSkuOptionIdTags | Get /sku_options/{skuOptionId}/tags | Retrieve the tags associated to the SKU option |
HasManyApi | GETSkuOptionIdVersions | Get /sku_options/{skuOptionId}/versions | Retrieve the versions associated to the SKU option |
HasManyApi | GETStockItemIdAttachments | Get /stock_items/{stockItemId}/attachments | Retrieve the attachments associated to the stock item |
HasManyApi | GETStockItemIdStockReservations | Get /stock_items/{stockItemId}/stock_reservations | Retrieve the stock reservations associated to the stock item |
HasManyApi | GETStockItemIdVersions | Get /stock_items/{stockItemId}/versions | Retrieve the versions associated to the stock item |
HasManyApi | GETStockLineItemIdVersions | Get /stock_line_items/{stockLineItemId}/versions | Retrieve the versions associated to the stock line item |
HasManyApi | GETStockLocationIdAttachments | Get /stock_locations/{stockLocationId}/attachments | Retrieve the attachments associated to the stock location |
HasManyApi | GETStockLocationIdInventoryReturnLocations | Get /stock_locations/{stockLocationId}/inventory_return_locations | Retrieve the inventory return locations associated to the stock location |
HasManyApi | GETStockLocationIdInventoryStockLocations | Get /stock_locations/{stockLocationId}/inventory_stock_locations | Retrieve the inventory stock locations associated to the stock location |
HasManyApi | GETStockLocationIdStockItems | Get /stock_locations/{stockLocationId}/stock_items | Retrieve the stock items associated to the stock location |
HasManyApi | GETStockLocationIdStockTransfers | Get /stock_locations/{stockLocationId}/stock_transfers | Retrieve the stock transfers associated to the stock location |
HasManyApi | GETStockLocationIdStores | Get /stock_locations/{stockLocationId}/stores | Retrieve the stores associated to the stock location |
HasManyApi | GETStockLocationIdVersions | Get /stock_locations/{stockLocationId}/versions | Retrieve the versions associated to the stock location |
HasManyApi | GETStockTransferIdAttachments | Get /stock_transfers/{stockTransferId}/attachments | Retrieve the attachments associated to the stock transfer |
HasManyApi | GETStockTransferIdEvents | Get /stock_transfers/{stockTransferId}/events | Retrieve the events associated to the stock transfer |
HasManyApi | GETStockTransferIdVersions | Get /stock_transfers/{stockTransferId}/versions | Retrieve the versions associated to the stock transfer |
HasManyApi | GETStoreIdEvents | Get /stores/{storeId}/events | Retrieve the events associated to the store |
HasManyApi | GETStoreIdOrders | Get /stores/{storeId}/orders | Retrieve the orders associated to the store |
HasManyApi | GETStoreIdPaymentMethods | Get /stores/{storeId}/payment_methods | Retrieve the payment methods associated to the store |
HasManyApi | GETStoreIdVersions | Get /stores/{storeId}/versions | Retrieve the versions associated to the store |
HasManyApi | GETStripeGatewayIdPaymentMethods | Get /stripe_gateways/{stripeGatewayId}/payment_methods | Retrieve the payment methods associated to the stripe gateway |
HasManyApi | GETStripeGatewayIdStripePayments | Get /stripe_gateways/{stripeGatewayId}/stripe_payments | Retrieve the stripe payments associated to the stripe gateway |
HasManyApi | GETStripeGatewayIdVersions | Get /stripe_gateways/{stripeGatewayId}/versions | Retrieve the versions associated to the stripe gateway |
HasManyApi | GETStripePaymentIdVersions | Get /stripe_payments/{stripePaymentId}/versions | Retrieve the versions associated to the stripe payment |
HasManyApi | GETSubscriptionModelIdAttachments | Get /subscription_models/{subscriptionModelId}/attachments | Retrieve the attachments associated to the subscription model |
HasManyApi | GETSubscriptionModelIdMarkets | Get /subscription_models/{subscriptionModelId}/markets | Retrieve the markets associated to the subscription model |
HasManyApi | GETSubscriptionModelIdOrderSubscriptions | Get /subscription_models/{subscriptionModelId}/order_subscriptions | Retrieve the order subscriptions associated to the subscription model |
HasManyApi | GETTaxCalculatorIdAttachments | Get /tax_calculators/{taxCalculatorId}/attachments | Retrieve the attachments associated to the tax calculator |
HasManyApi | GETTaxCalculatorIdMarkets | Get /tax_calculators/{taxCalculatorId}/markets | Retrieve the markets associated to the tax calculator |
HasManyApi | GETTaxCalculatorIdVersions | Get /tax_calculators/{taxCalculatorId}/versions | Retrieve the versions associated to the tax calculator |
HasManyApi | GETTaxCategoryIdAttachments | Get /tax_categories/{taxCategoryId}/attachments | Retrieve the attachments associated to the tax category |
HasManyApi | GETTaxCategoryIdVersions | Get /tax_categories/{taxCategoryId}/versions | Retrieve the versions associated to the tax category |
HasManyApi | GETTaxRuleIdVersions | Get /tax_rules/{taxRuleId}/versions | Retrieve the versions associated to the tax rule |
HasManyApi | GETTaxjarAccountIdAttachments | Get /taxjar_accounts/{taxjarAccountId}/attachments | Retrieve the attachments associated to the taxjar account |
HasManyApi | GETTaxjarAccountIdMarkets | Get /taxjar_accounts/{taxjarAccountId}/markets | Retrieve the markets associated to the taxjar account |
HasManyApi | GETTaxjarAccountIdTaxCategories | Get /taxjar_accounts/{taxjarAccountId}/tax_categories | Retrieve the tax categories associated to the taxjar account |
HasManyApi | GETTaxjarAccountIdVersions | Get /taxjar_accounts/{taxjarAccountId}/versions | Retrieve the versions associated to the taxjar account |
HasManyApi | GETTransactionIdAttachments | Get /transactions/{transactionId}/attachments | Retrieve the attachments associated to the transaction |
HasManyApi | GETTransactionIdEvents | Get /transactions/{transactionId}/events | Retrieve the events associated to the transaction |
HasManyApi | GETTransactionIdVersions | Get /transactions/{transactionId}/versions | Retrieve the versions associated to the transaction |
HasManyApi | GETVoidIdAttachments | Get /voids/{voidId}/attachments | Retrieve the attachments associated to the void |
HasManyApi | GETVoidIdEvents | Get /voids/{voidId}/events | Retrieve the events associated to the void |
HasManyApi | GETVoidIdVersions | Get /voids/{voidId}/versions | Retrieve the versions associated to the void |
HasManyApi | GETWebhookIdLastEventCallbacks | Get /webhooks/{webhookId}/last_event_callbacks | Retrieve the last event callbacks associated to the webhook |
HasManyApi | GETWebhookIdVersions | Get /webhooks/{webhookId}/versions | Retrieve the versions associated to the webhook |
HasManyApi | GETWireTransferIdVersions | Get /wire_transfers/{wireTransferId}/versions | Retrieve the versions associated to the wire transfer |
HasOneApi | GETAddressIdGeocoder | Get /addresses/{addressId}/geocoder | Retrieve the geocoder associated to the address |
HasOneApi | GETAdyenPaymentIdOrder | Get /adyen_payments/{adyenPaymentId}/order | Retrieve the order associated to the adyen payment |
HasOneApi | GETAdyenPaymentIdPaymentGateway | Get /adyen_payments/{adyenPaymentId}/payment_gateway | Retrieve the payment gateway associated to the adyen payment |
HasOneApi | GETAuthorizationIdOrder | Get /authorizations/{authorizationId}/order | Retrieve the order associated to the authorization |
HasOneApi | GETAxervePaymentIdOrder | Get /axerve_payments/{axervePaymentId}/order | Retrieve the order associated to the axerve payment |
HasOneApi | GETAxervePaymentIdPaymentGateway | Get /axerve_payments/{axervePaymentId}/payment_gateway | Retrieve the payment gateway associated to the axerve payment |
HasOneApi | GETBraintreePaymentIdOrder | Get /braintree_payments/{braintreePaymentId}/order | Retrieve the order associated to the braintree payment |
HasOneApi | GETBraintreePaymentIdPaymentGateway | Get /braintree_payments/{braintreePaymentId}/payment_gateway | Retrieve the payment gateway associated to the braintree payment |
HasOneApi | GETBundleIdMarket | Get /bundles/{bundleId}/market | Retrieve the market associated to the bundle |
HasOneApi | GETBundleIdSkuList | Get /bundles/{bundleId}/sku_list | Retrieve the sku list associated to the bundle |
HasOneApi | GETBuyXPayYPromotionIdCouponCodesPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the buy x pay y promotion |
HasOneApi | GETBuyXPayYPromotionIdCustomPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the buy x pay y promotion |
HasOneApi | GETBuyXPayYPromotionIdMarket | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/market | Retrieve the market associated to the buy x pay y promotion |
HasOneApi | GETBuyXPayYPromotionIdOrderAmountPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the buy x pay y promotion |
HasOneApi | GETBuyXPayYPromotionIdSkuList | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list | Retrieve the sku list associated to the buy x pay y promotion |
HasOneApi | GETBuyXPayYPromotionIdSkuListPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the buy x pay y promotion |
HasOneApi | GETCaptureIdOrder | Get /captures/{captureId}/order | Retrieve the order associated to the capture |
HasOneApi | GETCaptureIdReferenceAuthorization | Get /captures/{captureId}/reference_authorization | Retrieve the reference authorization associated to the capture |
HasOneApi | GETCaptureIdReturn | Get /captures/{captureId}/return | Retrieve the return associated to the capture |
HasOneApi | GETCarrierAccountIdMarket | Get /carrier_accounts/{carrierAccountId}/market | Retrieve the market associated to the carrier account |
HasOneApi | GETCheckoutComPaymentIdOrder | Get /checkout_com_payments/{checkoutComPaymentId}/order | Retrieve the order associated to the checkout.com payment |
HasOneApi | GETCheckoutComPaymentIdPaymentGateway | Get /checkout_com_payments/{checkoutComPaymentId}/payment_gateway | Retrieve the payment gateway associated to the checkout.com payment |
HasOneApi | GETCouponIdCouponRecipient | Get /coupons/{couponId}/coupon_recipient | Retrieve the coupon recipient associated to the coupon |
HasOneApi | GETCouponIdPromotionRule | Get /coupons/{couponId}/promotion_rule | Retrieve the promotion rule associated to the coupon |
HasOneApi | GETCouponRecipientIdCustomer | Get /coupon_recipients/{couponRecipientId}/customer | Retrieve the customer associated to the coupon recipient |
HasOneApi | GETCustomerAddressIdAddress | Get /customer_addresses/{customerAddressId}/address | Retrieve the address associated to the customer address |
HasOneApi | GETCustomerAddressIdCustomer | Get /customer_addresses/{customerAddressId}/customer | Retrieve the customer associated to the customer address |
HasOneApi | GETCustomerIdCustomerGroup | Get /customers/{customerId}/customer_group | Retrieve the customer group associated to the customer |
HasOneApi | GETCustomerPasswordResetIdCustomer | Get /customer_password_resets/{customerPasswordResetId}/customer | Retrieve the customer associated to the customer password reset |
HasOneApi | GETCustomerPaymentSourceIdCustomer | Get /customer_payment_sources/{customerPaymentSourceId}/customer | Retrieve the customer associated to the customer payment source |
HasOneApi | GETCustomerPaymentSourceIdPaymentMethod | Get /customer_payment_sources/{customerPaymentSourceId}/payment_method | Retrieve the payment method associated to the customer payment source |
HasOneApi | GETCustomerSubscriptionIdCustomer | Get /customer_subscriptions/{customerSubscriptionId}/customer | Retrieve the customer associated to the customer subscription |
HasOneApi | GETDeliveryLeadTimeIdShippingMethod | Get /delivery_lead_times/{deliveryLeadTimeId}/shipping_method | Retrieve the shipping method associated to the delivery lead time |
HasOneApi | GETDeliveryLeadTimeIdStockLocation | Get /delivery_lead_times/{deliveryLeadTimeId}/stock_location | Retrieve the stock location associated to the delivery lead time |
HasOneApi | GETEventCallbackIdWebhook | Get /event_callbacks/{eventCallbackId}/webhook | Retrieve the webhook associated to the event callback |
HasOneApi | GETExternalPaymentIdOrder | Get /external_payments/{externalPaymentId}/order | Retrieve the order associated to the external payment |
HasOneApi | GETExternalPaymentIdPaymentGateway | Get /external_payments/{externalPaymentId}/payment_gateway | Retrieve the payment gateway associated to the external payment |
HasOneApi | GETExternalPaymentIdWallet | Get /external_payments/{externalPaymentId}/wallet | Retrieve the wallet associated to the external payment |
HasOneApi | GETExternalPromotionIdCouponCodesPromotionRule | Get /external_promotions/{externalPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the external promotion |
HasOneApi | GETExternalPromotionIdCustomPromotionRule | Get /external_promotions/{externalPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the external promotion |
HasOneApi | GETExternalPromotionIdMarket | Get /external_promotions/{externalPromotionId}/market | Retrieve the market associated to the external promotion |
HasOneApi | GETExternalPromotionIdOrderAmountPromotionRule | Get /external_promotions/{externalPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the external promotion |
HasOneApi | GETExternalPromotionIdSkuList | Get /external_promotions/{externalPromotionId}/sku_list | Retrieve the sku list associated to the external promotion |
HasOneApi | GETExternalPromotionIdSkuListPromotionRule | Get /external_promotions/{externalPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the external promotion |
HasOneApi | GETFixedAmountPromotionIdCouponCodesPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the fixed amount promotion |
HasOneApi | GETFixedAmountPromotionIdCustomPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the fixed amount promotion |
HasOneApi | GETFixedAmountPromotionIdMarket | Get /fixed_amount_promotions/{fixedAmountPromotionId}/market | Retrieve the market associated to the fixed amount promotion |
HasOneApi | GETFixedAmountPromotionIdOrderAmountPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the fixed amount promotion |
HasOneApi | GETFixedAmountPromotionIdSkuList | Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list | Retrieve the sku list associated to the fixed amount promotion |
HasOneApi | GETFixedAmountPromotionIdSkuListPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the fixed amount promotion |
HasOneApi | GETFixedPricePromotionIdCouponCodesPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the fixed price promotion |
HasOneApi | GETFixedPricePromotionIdCustomPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the fixed price promotion |
HasOneApi | GETFixedPricePromotionIdMarket | Get /fixed_price_promotions/{fixedPricePromotionId}/market | Retrieve the market associated to the fixed price promotion |
HasOneApi | GETFixedPricePromotionIdOrderAmountPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the fixed price promotion |
HasOneApi | GETFixedPricePromotionIdSkuList | Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list | Retrieve the sku list associated to the fixed price promotion |
HasOneApi | GETFixedPricePromotionIdSkuListPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the fixed price promotion |
HasOneApi | GETFlexPromotionIdCouponCodesPromotionRule | Get /flex_promotions/{flexPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the flex promotion |
HasOneApi | GETFreeGiftPromotionIdCouponCodesPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the free gift promotion |
HasOneApi | GETFreeGiftPromotionIdCustomPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the free gift promotion |
HasOneApi | GETFreeGiftPromotionIdMarket | Get /free_gift_promotions/{freeGiftPromotionId}/market | Retrieve the market associated to the free gift promotion |
HasOneApi | GETFreeGiftPromotionIdOrderAmountPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the free gift promotion |
HasOneApi | GETFreeGiftPromotionIdSkuList | Get /free_gift_promotions/{freeGiftPromotionId}/sku_list | Retrieve the sku list associated to the free gift promotion |
HasOneApi | GETFreeGiftPromotionIdSkuListPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the free gift promotion |
HasOneApi | GETFreeShippingPromotionIdCouponCodesPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the free shipping promotion |
HasOneApi | GETFreeShippingPromotionIdCustomPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the free shipping promotion |
HasOneApi | GETFreeShippingPromotionIdMarket | Get /free_shipping_promotions/{freeShippingPromotionId}/market | Retrieve the market associated to the free shipping promotion |
HasOneApi | GETFreeShippingPromotionIdOrderAmountPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the free shipping promotion |
HasOneApi | GETFreeShippingPromotionIdSkuList | Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list | Retrieve the sku list associated to the free shipping promotion |
HasOneApi | GETFreeShippingPromotionIdSkuListPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the free shipping promotion |
HasOneApi | GETGiftCardIdGiftCardRecipient | Get /gift_cards/{giftCardId}/gift_card_recipient | Retrieve the gift card recipient associated to the gift card |
HasOneApi | GETGiftCardIdMarket | Get /gift_cards/{giftCardId}/market | Retrieve the market associated to the gift card |
HasOneApi | GETGiftCardRecipientIdCustomer | Get /gift_card_recipients/{giftCardRecipientId}/customer | Retrieve the customer associated to the gift card recipient |
HasOneApi | GETInStockSubscriptionIdCustomer | Get /in_stock_subscriptions/{inStockSubscriptionId}/customer | Retrieve the customer associated to the in stock subscription |
HasOneApi | GETInStockSubscriptionIdMarket | Get /in_stock_subscriptions/{inStockSubscriptionId}/market | Retrieve the market associated to the in stock subscription |
HasOneApi | GETInStockSubscriptionIdSku | Get /in_stock_subscriptions/{inStockSubscriptionId}/sku | Retrieve the sku associated to the in stock subscription |
HasOneApi | GETInventoryReturnLocationIdInventoryModel | Get /inventory_return_locations/{inventoryReturnLocationId}/inventory_model | Retrieve the inventory model associated to the inventory return location |
HasOneApi | GETInventoryReturnLocationIdStockLocation | Get /inventory_return_locations/{inventoryReturnLocationId}/stock_location | Retrieve the stock location associated to the inventory return location |
HasOneApi | GETInventoryStockLocationIdInventoryModel | Get /inventory_stock_locations/{inventoryStockLocationId}/inventory_model | Retrieve the inventory model associated to the inventory stock location |
HasOneApi | GETInventoryStockLocationIdStockLocation | Get /inventory_stock_locations/{inventoryStockLocationId}/stock_location | Retrieve the stock location associated to the inventory stock location |
HasOneApi | GETKlarnaPaymentIdOrder | Get /klarna_payments/{klarnaPaymentId}/order | Retrieve the order associated to the klarna payment |
HasOneApi | GETKlarnaPaymentIdPaymentGateway | Get /klarna_payments/{klarnaPaymentId}/payment_gateway | Retrieve the payment gateway associated to the klarna payment |
HasOneApi | GETLineItemIdOrder | Get /line_items/{lineItemId}/order | Retrieve the order associated to the line item |
HasOneApi | GETLineItemOptionIdLineItem | Get /line_item_options/{lineItemOptionId}/line_item | Retrieve the line item associated to the line item option |
HasOneApi | GETLineItemOptionIdSkuOption | Get /line_item_options/{lineItemOptionId}/sku_option | Retrieve the sku option associated to the line item option |
HasOneApi | GETMarketIdBasePriceList | Get /markets/{marketId}/base_price_list | Retrieve the base price list associated to the market |
HasOneApi | GETMarketIdCustomerGroup | Get /markets/{marketId}/customer_group | Retrieve the customer group associated to the market |
HasOneApi | GETMarketIdGeocoder | Get /markets/{marketId}/geocoder | Retrieve the geocoder associated to the market |
HasOneApi | GETMarketIdInventoryModel | Get /markets/{marketId}/inventory_model | Retrieve the inventory model associated to the market |
HasOneApi | GETMarketIdMerchant | Get /markets/{marketId}/merchant | Retrieve the merchant associated to the market |
HasOneApi | GETMarketIdPriceList | Get /markets/{marketId}/price_list | Retrieve the price list associated to the market |
HasOneApi | GETMarketIdSubscriptionModel | Get /markets/{marketId}/subscription_model | Retrieve the subscription model associated to the market |
HasOneApi | GETMarketIdTaxCalculator | Get /markets/{marketId}/tax_calculator | Retrieve the tax calculator associated to the market |
HasOneApi | GETMerchantIdAddress | Get /merchants/{merchantId}/address | Retrieve the address associated to the merchant |
HasOneApi | GETOrderCopyIdOrderSubscription | Get /order_copies/{orderCopyId}/order_subscription | Retrieve the order subscription associated to the order copy |
HasOneApi | GETOrderCopyIdSourceOrder | Get /order_copies/{orderCopyId}/source_order | Retrieve the source order associated to the order copy |
HasOneApi | GETOrderCopyIdTargetOrder | Get /order_copies/{orderCopyId}/target_order | Retrieve the target order associated to the order copy |
HasOneApi | GETOrderFactoryIdSourceOrder | Get /order_factories/{orderFactoryId}/source_order | Retrieve the source order associated to the order factory |
HasOneApi | GETOrderFactoryIdTargetOrder | Get /order_factories/{orderFactoryId}/target_order | Retrieve the target order associated to the order factory |
HasOneApi | GETOrderIdBillingAddress | Get /orders/{orderId}/billing_address | Retrieve the billing address associated to the order |
HasOneApi | GETOrderIdCustomer | Get /orders/{orderId}/customer | Retrieve the customer associated to the order |
HasOneApi | GETOrderIdMarket | Get /orders/{orderId}/market | Retrieve the market associated to the order |
HasOneApi | GETOrderIdOrderSubscription | Get /orders/{orderId}/order_subscription | Retrieve the order subscription associated to the order |
HasOneApi | GETOrderIdPaymentMethod | Get /orders/{orderId}/payment_method | Retrieve the payment method associated to the order |
HasOneApi | GETOrderIdShippingAddress | Get /orders/{orderId}/shipping_address | Retrieve the shipping address associated to the order |
HasOneApi | GETOrderIdStore | Get /orders/{orderId}/store | Retrieve the store associated to the order |
HasOneApi | GETOrderSubscriptionIdCustomer | Get /order_subscriptions/{orderSubscriptionId}/customer | Retrieve the customer associated to the order subscription |
HasOneApi | GETOrderSubscriptionIdCustomerPaymentSource | Get /order_subscriptions/{orderSubscriptionId}/customer_payment_source | Retrieve the customer payment source associated to the order subscription |
HasOneApi | GETOrderSubscriptionIdMarket | Get /order_subscriptions/{orderSubscriptionId}/market | Retrieve the market associated to the order subscription |
HasOneApi | GETOrderSubscriptionIdSourceOrder | Get /order_subscriptions/{orderSubscriptionId}/source_order | Retrieve the source order associated to the order subscription |
HasOneApi | GETOrderSubscriptionIdSubscriptionModel | Get /order_subscriptions/{orderSubscriptionId}/subscription_model | Retrieve the subscription model associated to the order subscription |
HasOneApi | GETOrderSubscriptionItemIdOrderSubscription | Get /order_subscription_items/{orderSubscriptionItemId}/order_subscription | Retrieve the order subscription associated to the order subscription item |
HasOneApi | GETOrderSubscriptionItemIdSourceLineItem | Get /order_subscription_items/{orderSubscriptionItemId}/source_line_item | Retrieve the source line item associated to the order subscription item |
HasOneApi | GETPackageIdStockLocation | Get /packages/{packageId}/stock_location | Retrieve the stock location associated to the package |
HasOneApi | GETParcelIdPackage | Get /parcels/{parcelId}/package | Retrieve the package associated to the parcel |
HasOneApi | GETParcelIdShipment | Get /parcels/{parcelId}/shipment | Retrieve the shipment associated to the parcel |
HasOneApi | GETParcelLineItemIdParcel | Get /parcel_line_items/{parcelLineItemId}/parcel | Retrieve the parcel associated to the parcel line item |
HasOneApi | GETParcelLineItemIdStockLineItem | Get /parcel_line_items/{parcelLineItemId}/stock_line_item | Retrieve the stock line item associated to the parcel line item |
HasOneApi | GETPaymentMethodIdMarket | Get /payment_methods/{paymentMethodId}/market | Retrieve the market associated to the payment method |
HasOneApi | GETPaymentMethodIdPaymentGateway | Get /payment_methods/{paymentMethodId}/payment_gateway | Retrieve the payment gateway associated to the payment method |
HasOneApi | GETPaymentMethodIdStore | Get /payment_methods/{paymentMethodId}/store | Retrieve the store associated to the payment method |
HasOneApi | GETPaymentOptionIdOrder | Get /payment_options/{paymentOptionId}/order | Retrieve the order associated to the payment option |
HasOneApi | GETPaypalPaymentIdOrder | Get /paypal_payments/{paypalPaymentId}/order | Retrieve the order associated to the paypal payment |
HasOneApi | GETPaypalPaymentIdPaymentGateway | Get /paypal_payments/{paypalPaymentId}/payment_gateway | Retrieve the payment gateway associated to the paypal payment |
HasOneApi | GETPercentageDiscountPromotionIdCouponCodesPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the percentage discount promotion |
HasOneApi | GETPercentageDiscountPromotionIdCustomPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the percentage discount promotion |
HasOneApi | GETPercentageDiscountPromotionIdMarket | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/market | Retrieve the market associated to the percentage discount promotion |
HasOneApi | GETPercentageDiscountPromotionIdOrderAmountPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the percentage discount promotion |
HasOneApi | GETPercentageDiscountPromotionIdSkuList | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list | Retrieve the sku list associated to the percentage discount promotion |
HasOneApi | GETPercentageDiscountPromotionIdSkuListPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the percentage discount promotion |
HasOneApi | GETPriceFrequencyTierIdPrice | Get /price_frequency_tiers/{priceFrequencyTierId}/price | Retrieve the price associated to the price frequency tier |
HasOneApi | GETPriceIdJwtCustomer | Get /prices/{priceId}/jwt_customer | Retrieve the jwt customer associated to the price |
HasOneApi | GETPriceIdPriceList | Get /prices/{priceId}/price_list | Retrieve the price list associated to the price |
HasOneApi | GETPriceIdSku | Get /prices/{priceId}/sku | Retrieve the sku associated to the price |
HasOneApi | GETPriceListSchedulerIdMarket | Get /price_list_schedulers/{priceListSchedulerId}/market | Retrieve the market associated to the price list scheduler |
HasOneApi | GETPriceListSchedulerIdPriceList | Get /price_list_schedulers/{priceListSchedulerId}/price_list | Retrieve the price list associated to the price list scheduler |
HasOneApi | GETPriceTierIdPrice | Get /price_tiers/{priceTierId}/price | Retrieve the price associated to the price tier |
HasOneApi | GETPriceVolumeTierIdPrice | Get /price_volume_tiers/{priceVolumeTierId}/price | Retrieve the price associated to the price volume tier |
HasOneApi | GETPromotionIdCouponCodesPromotionRule | Get /promotions/{promotionId}/coupon_codes_promotion_rule | Retrieve the coupon codes promotion rule associated to the promotion |
HasOneApi | GETPromotionIdCustomPromotionRule | Get /promotions/{promotionId}/custom_promotion_rule | Retrieve the custom promotion rule associated to the promotion |
HasOneApi | GETPromotionIdMarket | Get /promotions/{promotionId}/market | Retrieve the market associated to the promotion |
HasOneApi | GETPromotionIdOrderAmountPromotionRule | Get /promotions/{promotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the promotion |
HasOneApi | GETPromotionIdSkuList | Get /promotions/{promotionId}/sku_list | Retrieve the sku list associated to the promotion |
HasOneApi | GETPromotionIdSkuListPromotionRule | Get /promotions/{promotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the promotion |
HasOneApi | GETRecurringOrderCopyIdOrderSubscription | Get /recurring_order_copies/{recurringOrderCopyId}/order_subscription | Retrieve the order subscription associated to the recurring order copy |
HasOneApi | GETRecurringOrderCopyIdSourceOrder | Get /recurring_order_copies/{recurringOrderCopyId}/source_order | Retrieve the source order associated to the recurring order copy |
HasOneApi | GETRecurringOrderCopyIdTargetOrder | Get /recurring_order_copies/{recurringOrderCopyId}/target_order | Retrieve the target order associated to the recurring order copy |
HasOneApi | GETRefundIdOrder | Get /refunds/{refundId}/order | Retrieve the order associated to the refund |
HasOneApi | GETRefundIdReferenceCapture | Get /refunds/{refundId}/reference_capture | Retrieve the reference capture associated to the refund |
HasOneApi | GETRefundIdReturn | Get /refunds/{refundId}/return | Retrieve the return associated to the refund |
HasOneApi | GETReservedStockIdSku | Get /reserved_stocks/{reservedStockId}/sku | Retrieve the sku associated to the reserved stock |
HasOneApi | GETReservedStockIdStockItem | Get /reserved_stocks/{reservedStockId}/stock_item | Retrieve the stock item associated to the reserved stock |
HasOneApi | GETReturnIdCustomer | Get /returns/{returnId}/customer | Retrieve the customer associated to the return |
HasOneApi | GETReturnIdDestinationAddress | Get /returns/{returnId}/destination_address | Retrieve the destination address associated to the return |
HasOneApi | GETReturnIdOrder | Get /returns/{returnId}/order | Retrieve the order associated to the return |
HasOneApi | GETReturnIdOriginAddress | Get /returns/{returnId}/origin_address | Retrieve the origin address associated to the return |
HasOneApi | GETReturnIdReferenceCapture | Get /returns/{returnId}/reference_capture | Retrieve the reference capture associated to the return |
HasOneApi | GETReturnIdReferenceRefund | Get /returns/{returnId}/reference_refund | Retrieve the reference refund associated to the return |
HasOneApi | GETReturnIdStockLocation | Get /returns/{returnId}/stock_location | Retrieve the stock location associated to the return |
HasOneApi | GETReturnLineItemIdLineItem | Get /return_line_items/{returnLineItemId}/line_item | Retrieve the line item associated to the return line item |
HasOneApi | GETReturnLineItemIdReturn | Get /return_line_items/{returnLineItemId}/return | Retrieve the return associated to the return line item |
HasOneApi | GETSatispayPaymentIdOrder | Get /satispay_payments/{satispayPaymentId}/order | Retrieve the order associated to the satispay payment |
HasOneApi | GETSatispayPaymentIdPaymentGateway | Get /satispay_payments/{satispayPaymentId}/payment_gateway | Retrieve the payment gateway associated to the satispay payment |
HasOneApi | GETShipmentIdDeliveryLeadTime | Get /shipments/{shipmentId}/delivery_lead_time | Retrieve the delivery lead time associated to the shipment |
HasOneApi | GETShipmentIdInventoryStockLocation | Get /shipments/{shipmentId}/inventory_stock_location | Retrieve the inventory stock location associated to the shipment |
HasOneApi | GETShipmentIdOrder | Get /shipments/{shipmentId}/order | Retrieve the order associated to the shipment |
HasOneApi | GETShipmentIdOriginAddress | Get /shipments/{shipmentId}/origin_address | Retrieve the origin address associated to the shipment |
HasOneApi | GETShipmentIdShippingAddress | Get /shipments/{shipmentId}/shipping_address | Retrieve the shipping address associated to the shipment |
HasOneApi | GETShipmentIdShippingCategory | Get /shipments/{shipmentId}/shipping_category | Retrieve the shipping category associated to the shipment |
HasOneApi | GETShipmentIdShippingMethod | Get /shipments/{shipmentId}/shipping_method | Retrieve the shipping method associated to the shipment |
HasOneApi | GETShipmentIdStockLocation | Get /shipments/{shipmentId}/stock_location | Retrieve the stock location associated to the shipment |
HasOneApi | GETShippingMethodIdDeliveryLeadTimeForShipment | Get /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipment | Retrieve the delivery lead time for shipment associated to the shipping method |
HasOneApi | GETShippingMethodIdMarket | Get /shipping_methods/{shippingMethodId}/market | Retrieve the market associated to the shipping method |
HasOneApi | GETShippingMethodIdShippingCategory | Get /shipping_methods/{shippingMethodId}/shipping_category | Retrieve the shipping category associated to the shipping method |
HasOneApi | GETShippingMethodIdShippingZone | Get /shipping_methods/{shippingMethodId}/shipping_zone | Retrieve the shipping zone associated to the shipping method |
HasOneApi | GETShippingMethodIdStockLocation | Get /shipping_methods/{shippingMethodId}/stock_location | Retrieve the stock location associated to the shipping method |
HasOneApi | GETShippingMethodTierIdShippingMethod | Get /shipping_method_tiers/{shippingMethodTierId}/shipping_method | Retrieve the shipping method associated to the shipping method tier |
HasOneApi | GETShippingWeightTierIdShippingMethod | Get /shipping_weight_tiers/{shippingWeightTierId}/shipping_method | Retrieve the shipping method associated to the shipping weight tier |
HasOneApi | GETSkuIdJwtCustomer | Get /skus/{skuId}/jwt_customer | Retrieve the jwt customer associated to the SKU |
HasOneApi | GETSkuIdShippingCategory | Get /skus/{skuId}/shipping_category | Retrieve the shipping category associated to the SKU |
HasOneApi | GETSkuListIdCustomer | Get /sku_lists/{skuListId}/customer | Retrieve the customer associated to the SKU list |
HasOneApi | GETSkuListItemIdSku | Get /sku_list_items/{skuListItemId}/sku | Retrieve the sku associated to the SKU list item |
HasOneApi | GETSkuListItemIdSkuList | Get /sku_list_items/{skuListItemId}/sku_list | Retrieve the sku list associated to the SKU list item |
HasOneApi | GETSkuListPromotionRuleIdSkuList | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_list | Retrieve the sku list associated to the SKU list promotion rule |
HasOneApi | GETSkuOptionIdMarket | Get /sku_options/{skuOptionId}/market | Retrieve the market associated to the SKU option |
HasOneApi | GETStockItemIdReservedStock | Get /stock_items/{stockItemId}/reserved_stock | Retrieve the reserved stock associated to the stock item |
HasOneApi | GETStockItemIdSku | Get /stock_items/{stockItemId}/sku | Retrieve the sku associated to the stock item |
HasOneApi | GETStockItemIdStockLocation | Get /stock_items/{stockItemId}/stock_location | Retrieve the stock location associated to the stock item |
HasOneApi | GETStockLineItemIdLineItem | Get /stock_line_items/{stockLineItemId}/line_item | Retrieve the line item associated to the stock line item |
HasOneApi | GETStockLineItemIdShipment | Get /stock_line_items/{stockLineItemId}/shipment | Retrieve the shipment associated to the stock line item |
HasOneApi | GETStockLineItemIdSku | Get /stock_line_items/{stockLineItemId}/sku | Retrieve the sku associated to the stock line item |
HasOneApi | GETStockLineItemIdStockItem | Get /stock_line_items/{stockLineItemId}/stock_item | Retrieve the stock item associated to the stock line item |
HasOneApi | GETStockLineItemIdStockReservation | Get /stock_line_items/{stockLineItemId}/stock_reservation | Retrieve the stock reservation associated to the stock line item |
HasOneApi | GETStockLocationIdAddress | Get /stock_locations/{stockLocationId}/address | Retrieve the address associated to the stock location |
HasOneApi | GETStockReservationIdLineItem | Get /stock_reservations/{stockReservationId}/line_item | Retrieve the line item associated to the stock reservation |
HasOneApi | GETStockReservationIdOrder | Get /stock_reservations/{stockReservationId}/order | Retrieve the order associated to the stock reservation |
HasOneApi | GETStockReservationIdReservedStock | Get /stock_reservations/{stockReservationId}/reserved_stock | Retrieve the reserved stock associated to the stock reservation |
HasOneApi | GETStockReservationIdSku | Get /stock_reservations/{stockReservationId}/sku | Retrieve the sku associated to the stock reservation |
HasOneApi | GETStockReservationIdStockItem | Get /stock_reservations/{stockReservationId}/stock_item | Retrieve the stock item associated to the stock reservation |
HasOneApi | GETStockReservationIdStockLineItem | Get /stock_reservations/{stockReservationId}/stock_line_item | Retrieve the stock line item associated to the stock reservation |
HasOneApi | GETStockReservationIdStockTransfer | Get /stock_reservations/{stockReservationId}/stock_transfer | Retrieve the stock transfer associated to the stock reservation |
HasOneApi | GETStockTransferIdDestinationStockLocation | Get /stock_transfers/{stockTransferId}/destination_stock_location | Retrieve the destination stock location associated to the stock transfer |
HasOneApi | GETStockTransferIdLineItem | Get /stock_transfers/{stockTransferId}/line_item | Retrieve the line item associated to the stock transfer |
HasOneApi | GETStockTransferIdOriginStockLocation | Get /stock_transfers/{stockTransferId}/origin_stock_location | Retrieve the origin stock location associated to the stock transfer |
HasOneApi | GETStockTransferIdShipment | Get /stock_transfers/{stockTransferId}/shipment | Retrieve the shipment associated to the stock transfer |
HasOneApi | GETStockTransferIdSku | Get /stock_transfers/{stockTransferId}/sku | Retrieve the sku associated to the stock transfer |
HasOneApi | GETStockTransferIdStockReservation | Get /stock_transfers/{stockTransferId}/stock_reservation | Retrieve the stock reservation associated to the stock transfer |
HasOneApi | GETStoreIdMarket | Get /stores/{storeId}/market | Retrieve the market associated to the store |
HasOneApi | GETStoreIdMerchant | Get /stores/{storeId}/merchant | Retrieve the merchant associated to the store |
HasOneApi | GETStoreIdStockLocation | Get /stores/{storeId}/stock_location | Retrieve the stock location associated to the store |
HasOneApi | GETStripePaymentIdOrder | Get /stripe_payments/{stripePaymentId}/order | Retrieve the order associated to the stripe payment |
HasOneApi | GETStripePaymentIdPaymentGateway | Get /stripe_payments/{stripePaymentId}/payment_gateway | Retrieve the payment gateway associated to the stripe payment |
HasOneApi | GETTaxCategoryIdSku | Get /tax_categories/{taxCategoryId}/sku | Retrieve the sku associated to the tax category |
HasOneApi | GETTaxRuleIdManualTaxCalculator | Get /tax_rules/{taxRuleId}/manual_tax_calculator | Retrieve the manual tax calculator associated to the tax rule |
HasOneApi | GETTransactionIdOrder | Get /transactions/{transactionId}/order | Retrieve the order associated to the transaction |
HasOneApi | GETVoidIdOrder | Get /voids/{voidId}/order | Retrieve the order associated to the void |
HasOneApi | GETVoidIdReferenceAuthorization | Get /voids/{voidId}/reference_authorization | Retrieve the reference authorization associated to the void |
HasOneApi | GETWireTransferIdOrder | Get /wire_transfers/{wireTransferId}/order | Retrieve the order associated to the wire transfer |
ImportsApi | DELETEImportsImportId | Delete /imports/{importId} | Delete an import |
ImportsApi | GETImports | Get /imports | List all imports |
ImportsApi | GETImportsImportId | Get /imports/{importId} | Retrieve an import |
ImportsApi | PATCHImportsImportId | Patch /imports/{importId} | Update an import |
ImportsApi | POSTImports | Post /imports | Create an import |
InStockSubscriptionsApi | DELETEInStockSubscriptionsInStockSubscriptionId | Delete /in_stock_subscriptions/{inStockSubscriptionId} | Delete an in stock subscription |
InStockSubscriptionsApi | GETInStockSubscriptions | Get /in_stock_subscriptions | List all in stock subscriptions |
InStockSubscriptionsApi | GETInStockSubscriptionsInStockSubscriptionId | Get /in_stock_subscriptions/{inStockSubscriptionId} | Retrieve an in stock subscription |
InStockSubscriptionsApi | PATCHInStockSubscriptionsInStockSubscriptionId | Patch /in_stock_subscriptions/{inStockSubscriptionId} | Update an in stock subscription |
InStockSubscriptionsApi | POSTInStockSubscriptions | Post /in_stock_subscriptions | Create an in stock subscription |
InventoryModelsApi | DELETEInventoryModelsInventoryModelId | Delete /inventory_models/{inventoryModelId} | Delete an inventory model |
InventoryModelsApi | GETInventoryModels | Get /inventory_models | List all inventory models |
InventoryModelsApi | GETInventoryModelsInventoryModelId | Get /inventory_models/{inventoryModelId} | Retrieve an inventory model |
InventoryModelsApi | GETInventoryReturnLocationIdInventoryModel | Get /inventory_return_locations/{inventoryReturnLocationId}/inventory_model | Retrieve the inventory model associated to the inventory return location |
InventoryModelsApi | GETInventoryStockLocationIdInventoryModel | Get /inventory_stock_locations/{inventoryStockLocationId}/inventory_model | Retrieve the inventory model associated to the inventory stock location |
InventoryModelsApi | GETMarketIdInventoryModel | Get /markets/{marketId}/inventory_model | Retrieve the inventory model associated to the market |
InventoryModelsApi | PATCHInventoryModelsInventoryModelId | Patch /inventory_models/{inventoryModelId} | Update an inventory model |
InventoryModelsApi | POSTInventoryModels | Post /inventory_models | Create an inventory model |
InventoryReturnLocationsApi | DELETEInventoryReturnLocationsInventoryReturnLocationId | Delete /inventory_return_locations/{inventoryReturnLocationId} | Delete an inventory return location |
InventoryReturnLocationsApi | GETInventoryModelIdInventoryReturnLocations | Get /inventory_models/{inventoryModelId}/inventory_return_locations | Retrieve the inventory return locations associated to the inventory model |
InventoryReturnLocationsApi | GETInventoryReturnLocations | Get /inventory_return_locations | List all inventory return locations |
InventoryReturnLocationsApi | GETInventoryReturnLocationsInventoryReturnLocationId | Get /inventory_return_locations/{inventoryReturnLocationId} | Retrieve an inventory return location |
InventoryReturnLocationsApi | GETStockLocationIdInventoryReturnLocations | Get /stock_locations/{stockLocationId}/inventory_return_locations | Retrieve the inventory return locations associated to the stock location |
InventoryReturnLocationsApi | PATCHInventoryReturnLocationsInventoryReturnLocationId | Patch /inventory_return_locations/{inventoryReturnLocationId} | Update an inventory return location |
InventoryReturnLocationsApi | POSTInventoryReturnLocations | Post /inventory_return_locations | Create an inventory return location |
InventoryStockLocationsApi | DELETEInventoryStockLocationsInventoryStockLocationId | Delete /inventory_stock_locations/{inventoryStockLocationId} | Delete an inventory stock location |
InventoryStockLocationsApi | GETInventoryModelIdInventoryStockLocations | Get /inventory_models/{inventoryModelId}/inventory_stock_locations | Retrieve the inventory stock locations associated to the inventory model |
InventoryStockLocationsApi | GETInventoryStockLocations | Get /inventory_stock_locations | List all inventory stock locations |
InventoryStockLocationsApi | GETInventoryStockLocationsInventoryStockLocationId | Get /inventory_stock_locations/{inventoryStockLocationId} | Retrieve an inventory stock location |
InventoryStockLocationsApi | GETShipmentIdInventoryStockLocation | Get /shipments/{shipmentId}/inventory_stock_location | Retrieve the inventory stock location associated to the shipment |
InventoryStockLocationsApi | GETStockLocationIdInventoryStockLocations | Get /stock_locations/{stockLocationId}/inventory_stock_locations | Retrieve the inventory stock locations associated to the stock location |
InventoryStockLocationsApi | PATCHInventoryStockLocationsInventoryStockLocationId | Patch /inventory_stock_locations/{inventoryStockLocationId} | Update an inventory stock location |
InventoryStockLocationsApi | POSTInventoryStockLocations | Post /inventory_stock_locations | Create an inventory stock location |
KlarnaGatewaysApi | DELETEKlarnaGatewaysKlarnaGatewayId | Delete /klarna_gateways/{klarnaGatewayId} | Delete a klarna gateway |
KlarnaGatewaysApi | GETKlarnaGateways | Get /klarna_gateways | List all klarna gateways |
KlarnaGatewaysApi | GETKlarnaGatewaysKlarnaGatewayId | Get /klarna_gateways/{klarnaGatewayId} | Retrieve a klarna gateway |
KlarnaGatewaysApi | PATCHKlarnaGatewaysKlarnaGatewayId | Patch /klarna_gateways/{klarnaGatewayId} | Update a klarna gateway |
KlarnaGatewaysApi | POSTKlarnaGateways | Post /klarna_gateways | Create a klarna gateway |
KlarnaPaymentsApi | DELETEKlarnaPaymentsKlarnaPaymentId | Delete /klarna_payments/{klarnaPaymentId} | Delete a klarna payment |
KlarnaPaymentsApi | GETKlarnaGatewayIdKlarnaPayments | Get /klarna_gateways/{klarnaGatewayId}/klarna_payments | Retrieve the klarna payments associated to the klarna gateway |
KlarnaPaymentsApi | GETKlarnaPayments | Get /klarna_payments | List all klarna payments |
KlarnaPaymentsApi | GETKlarnaPaymentsKlarnaPaymentId | Get /klarna_payments/{klarnaPaymentId} | Retrieve a klarna payment |
KlarnaPaymentsApi | PATCHKlarnaPaymentsKlarnaPaymentId | Patch /klarna_payments/{klarnaPaymentId} | Update a klarna payment |
KlarnaPaymentsApi | POSTKlarnaPayments | Post /klarna_payments | Create a klarna payment |
LineItemOptionsApi | DELETELineItemOptionsLineItemOptionId | Delete /line_item_options/{lineItemOptionId} | Delete a line item option |
LineItemOptionsApi | GETLineItemIdLineItemOptions | Get /line_items/{lineItemId}/line_item_options | Retrieve the line item options associated to the line item |
LineItemOptionsApi | GETLineItemOptions | Get /line_item_options | List all line item options |
LineItemOptionsApi | GETLineItemOptionsLineItemOptionId | Get /line_item_options/{lineItemOptionId} | Retrieve a line item option |
LineItemOptionsApi | GETOrderIdLineItemOptions | Get /orders/{orderId}/line_item_options | Retrieve the line item options associated to the order |
LineItemOptionsApi | PATCHLineItemOptionsLineItemOptionId | Patch /line_item_options/{lineItemOptionId} | Update a line item option |
LineItemOptionsApi | POSTLineItemOptions | Post /line_item_options | Create a line item option |
LineItemsApi | DELETELineItemsLineItemId | Delete /line_items/{lineItemId} | Delete a line item |
LineItemsApi | GETLineItemOptionIdLineItem | Get /line_item_options/{lineItemOptionId}/line_item | Retrieve the line item associated to the line item option |
LineItemsApi | GETLineItems | Get /line_items | List all line items |
LineItemsApi | GETLineItemsLineItemId | Get /line_items/{lineItemId} | Retrieve a line item |
LineItemsApi | GETOrderIdLineItems | Get /orders/{orderId}/line_items | Retrieve the line items associated to the order |
LineItemsApi | GETOrderSubscriptionItemIdSourceLineItem | Get /order_subscription_items/{orderSubscriptionItemId}/source_line_item | Retrieve the source line item associated to the order subscription item |
LineItemsApi | GETReturnLineItemIdLineItem | Get /return_line_items/{returnLineItemId}/line_item | Retrieve the line item associated to the return line item |
LineItemsApi | GETShipmentIdLineItems | Get /shipments/{shipmentId}/line_items | Retrieve the line items associated to the shipment |
LineItemsApi | GETStockLineItemIdLineItem | Get /stock_line_items/{stockLineItemId}/line_item | Retrieve the line item associated to the stock line item |
LineItemsApi | GETStockReservationIdLineItem | Get /stock_reservations/{stockReservationId}/line_item | Retrieve the line item associated to the stock reservation |
LineItemsApi | GETStockTransferIdLineItem | Get /stock_transfers/{stockTransferId}/line_item | Retrieve the line item associated to the stock transfer |
LineItemsApi | PATCHLineItemsLineItemId | Patch /line_items/{lineItemId} | Update a line item |
LineItemsApi | POSTLineItems | Post /line_items | Create a line item |
LinksApi | DELETELinksLinkId | Delete /links/{linkId} | Delete a link |
LinksApi | GETLinks | Get /links | List all links |
LinksApi | GETLinksLinkId | Get /links/{linkId} | Retrieve a link |
LinksApi | GETOrderIdLinks | Get /orders/{orderId}/links | Retrieve the links associated to the order |
LinksApi | GETSkuIdLinks | Get /skus/{skuId}/links | Retrieve the links associated to the SKU |
LinksApi | GETSkuListIdLinks | Get /sku_lists/{skuListId}/links | Retrieve the links associated to the SKU list |
LinksApi | PATCHLinksLinkId | Patch /links/{linkId} | Update a link |
LinksApi | POSTLinks | Post /links | Create a link |
ManualGatewaysApi | DELETEManualGatewaysManualGatewayId | Delete /manual_gateways/{manualGatewayId} | Delete a manual gateway |
ManualGatewaysApi | GETManualGateways | Get /manual_gateways | List all manual gateways |
ManualGatewaysApi | GETManualGatewaysManualGatewayId | Get /manual_gateways/{manualGatewayId} | Retrieve a manual gateway |
ManualGatewaysApi | PATCHManualGatewaysManualGatewayId | Patch /manual_gateways/{manualGatewayId} | Update a manual gateway |
ManualGatewaysApi | POSTManualGateways | Post /manual_gateways | Create a manual gateway |
ManualTaxCalculatorsApi | DELETEManualTaxCalculatorsManualTaxCalculatorId | Delete /manual_tax_calculators/{manualTaxCalculatorId} | Delete a manual tax calculator |
ManualTaxCalculatorsApi | GETManualTaxCalculators | Get /manual_tax_calculators | List all manual tax calculators |
ManualTaxCalculatorsApi | GETManualTaxCalculatorsManualTaxCalculatorId | Get /manual_tax_calculators/{manualTaxCalculatorId} | Retrieve a manual tax calculator |
ManualTaxCalculatorsApi | GETTaxRuleIdManualTaxCalculator | Get /tax_rules/{taxRuleId}/manual_tax_calculator | Retrieve the manual tax calculator associated to the tax rule |
ManualTaxCalculatorsApi | PATCHManualTaxCalculatorsManualTaxCalculatorId | Patch /manual_tax_calculators/{manualTaxCalculatorId} | Update a manual tax calculator |
ManualTaxCalculatorsApi | POSTManualTaxCalculators | Post /manual_tax_calculators | Create a manual tax calculator |
MarketsApi | DELETEMarketsMarketId | Delete /markets/{marketId} | Delete a market |
MarketsApi | GETAvalaraAccountIdMarkets | Get /avalara_accounts/{avalaraAccountId}/markets | Retrieve the markets associated to the avalara account |
MarketsApi | GETBingGeocoderIdMarkets | Get /bing_geocoders/{bingGeocoderId}/markets | Retrieve the markets associated to the bing geocoder |
MarketsApi | GETBundleIdMarket | Get /bundles/{bundleId}/market | Retrieve the market associated to the bundle |
MarketsApi | GETBuyXPayYPromotionIdMarket | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/market | Retrieve the market associated to the buy x pay y promotion |
MarketsApi | GETCarrierAccountIdMarket | Get /carrier_accounts/{carrierAccountId}/market | Retrieve the market associated to the carrier account |
MarketsApi | GETCustomerGroupIdMarkets | Get /customer_groups/{customerGroupId}/markets | Retrieve the markets associated to the customer group |
MarketsApi | GETExternalPromotionIdMarket | Get /external_promotions/{externalPromotionId}/market | Retrieve the market associated to the external promotion |
MarketsApi | GETExternalTaxCalculatorIdMarkets | Get /external_tax_calculators/{externalTaxCalculatorId}/markets | Retrieve the markets associated to the external tax calculator |
MarketsApi | GETFixedAmountPromotionIdMarket | Get /fixed_amount_promotions/{fixedAmountPromotionId}/market | Retrieve the market associated to the fixed amount promotion |
MarketsApi | GETFixedPricePromotionIdMarket | Get /fixed_price_promotions/{fixedPricePromotionId}/market | Retrieve the market associated to the fixed price promotion |
MarketsApi | GETFreeGiftPromotionIdMarket | Get /free_gift_promotions/{freeGiftPromotionId}/market | Retrieve the market associated to the free gift promotion |
MarketsApi | GETFreeShippingPromotionIdMarket | Get /free_shipping_promotions/{freeShippingPromotionId}/market | Retrieve the market associated to the free shipping promotion |
MarketsApi | GETGeocoderIdMarkets | Get /geocoders/{geocoderId}/markets | Retrieve the markets associated to the geocoder |
MarketsApi | GETGiftCardIdMarket | Get /gift_cards/{giftCardId}/market | Retrieve the market associated to the gift card |
MarketsApi | GETGoogleGeocoderIdMarkets | Get /google_geocoders/{googleGeocoderId}/markets | Retrieve the markets associated to the google geocoder |
MarketsApi | GETInStockSubscriptionIdMarket | Get /in_stock_subscriptions/{inStockSubscriptionId}/market | Retrieve the market associated to the in stock subscription |
MarketsApi | GETManualTaxCalculatorIdMarkets | Get /manual_tax_calculators/{manualTaxCalculatorId}/markets | Retrieve the markets associated to the manual tax calculator |
MarketsApi | GETMarkets | Get /markets | List all markets |
MarketsApi | GETMarketsMarketId | Get /markets/{marketId} | Retrieve a market |
MarketsApi | GETOrderIdMarket | Get /orders/{orderId}/market | Retrieve the market associated to the order |
MarketsApi | GETOrderSubscriptionIdMarket | Get /order_subscriptions/{orderSubscriptionId}/market | Retrieve the market associated to the order subscription |
MarketsApi | GETPaymentMethodIdMarket | Get /payment_methods/{paymentMethodId}/market | Retrieve the market associated to the payment method |
MarketsApi | GETPercentageDiscountPromotionIdMarket | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/market | Retrieve the market associated to the percentage discount promotion |
MarketsApi | GETPriceIdJwtMarkets | Get /prices/{priceId}/jwt_markets | Retrieve the jwt markets associated to the price |
MarketsApi | GETPriceListSchedulerIdMarket | Get /price_list_schedulers/{priceListSchedulerId}/market | Retrieve the market associated to the price list scheduler |
MarketsApi | GETPromotionIdMarket | Get /promotions/{promotionId}/market | Retrieve the market associated to the promotion |
MarketsApi | GETShippingMethodIdMarket | Get /shipping_methods/{shippingMethodId}/market | Retrieve the market associated to the shipping method |
MarketsApi | GETSkuIdJwtMarkets | Get /skus/{skuId}/jwt_markets | Retrieve the jwt markets associated to the SKU |
MarketsApi | GETSkuOptionIdMarket | Get /sku_options/{skuOptionId}/market | Retrieve the market associated to the SKU option |
MarketsApi | GETStoreIdMarket | Get /stores/{storeId}/market | Retrieve the market associated to the store |
MarketsApi | GETSubscriptionModelIdMarkets | Get /subscription_models/{subscriptionModelId}/markets | Retrieve the markets associated to the subscription model |
MarketsApi | GETTaxCalculatorIdMarkets | Get /tax_calculators/{taxCalculatorId}/markets | Retrieve the markets associated to the tax calculator |
MarketsApi | GETTaxjarAccountIdMarkets | Get /taxjar_accounts/{taxjarAccountId}/markets | Retrieve the markets associated to the taxjar account |
MarketsApi | PATCHMarketsMarketId | Patch /markets/{marketId} | Update a market |
MarketsApi | POSTMarkets | Post /markets | Create a market |
MerchantsApi | DELETEMerchantsMerchantId | Delete /merchants/{merchantId} | Delete a merchant |
MerchantsApi | GETMarketIdMerchant | Get /markets/{marketId}/merchant | Retrieve the merchant associated to the market |
MerchantsApi | GETMerchants | Get /merchants | List all merchants |
MerchantsApi | GETMerchantsMerchantId | Get /merchants/{merchantId} | Retrieve a merchant |
MerchantsApi | GETStoreIdMerchant | Get /stores/{storeId}/merchant | Retrieve the merchant associated to the store |
MerchantsApi | PATCHMerchantsMerchantId | Patch /merchants/{merchantId} | Update a merchant |
MerchantsApi | POSTMerchants | Post /merchants | Create a merchant |
NotificationsApi | DELETENotificationsNotificationId | Delete /notifications/{notificationId} | Delete a notification |
NotificationsApi | GETLineItemIdNotifications | Get /line_items/{lineItemId}/notifications | Retrieve the notifications associated to the line item |
NotificationsApi | GETNotifications | Get /notifications | List all notifications |
NotificationsApi | GETNotificationsNotificationId | Get /notifications/{notificationId} | Retrieve a notification |
NotificationsApi | GETOrderIdNotifications | Get /orders/{orderId}/notifications | Retrieve the notifications associated to the order |
NotificationsApi | PATCHNotificationsNotificationId | Patch /notifications/{notificationId} | Update a notification |
NotificationsApi | POSTNotifications | Post /notifications | Create a notification |
OrderAmountPromotionRulesApi | DELETEOrderAmountPromotionRulesOrderAmountPromotionRuleId | Delete /order_amount_promotion_rules/{orderAmountPromotionRuleId} | Delete an order amount promotion rule |
OrderAmountPromotionRulesApi | GETBuyXPayYPromotionIdOrderAmountPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the buy x pay y promotion |
OrderAmountPromotionRulesApi | GETExternalPromotionIdOrderAmountPromotionRule | Get /external_promotions/{externalPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the external promotion |
OrderAmountPromotionRulesApi | GETFixedAmountPromotionIdOrderAmountPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the fixed amount promotion |
OrderAmountPromotionRulesApi | GETFixedPricePromotionIdOrderAmountPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the fixed price promotion |
OrderAmountPromotionRulesApi | GETFreeGiftPromotionIdOrderAmountPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the free gift promotion |
OrderAmountPromotionRulesApi | GETFreeShippingPromotionIdOrderAmountPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the free shipping promotion |
OrderAmountPromotionRulesApi | GETOrderAmountPromotionRules | Get /order_amount_promotion_rules | List all order amount promotion rules |
OrderAmountPromotionRulesApi | GETOrderAmountPromotionRulesOrderAmountPromotionRuleId | Get /order_amount_promotion_rules/{orderAmountPromotionRuleId} | Retrieve an order amount promotion rule |
OrderAmountPromotionRulesApi | GETPercentageDiscountPromotionIdOrderAmountPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the percentage discount promotion |
OrderAmountPromotionRulesApi | GETPromotionIdOrderAmountPromotionRule | Get /promotions/{promotionId}/order_amount_promotion_rule | Retrieve the order amount promotion rule associated to the promotion |
OrderAmountPromotionRulesApi | PATCHOrderAmountPromotionRulesOrderAmountPromotionRuleId | Patch /order_amount_promotion_rules/{orderAmountPromotionRuleId} | Update an order amount promotion rule |
OrderAmountPromotionRulesApi | POSTOrderAmountPromotionRules | Post /order_amount_promotion_rules | Create an order amount promotion rule |
OrderCopiesApi | DELETEOrderCopiesOrderCopyId | Delete /order_copies/{orderCopyId} | Delete an order copy |
OrderCopiesApi | GETOrderCopies | Get /order_copies | List all order copies |
OrderCopiesApi | GETOrderCopiesOrderCopyId | Get /order_copies/{orderCopyId} | Retrieve an order copy |
OrderCopiesApi | GETOrderIdOrderCopies | Get /orders/{orderId}/order_copies | Retrieve the order copies associated to the order |
OrderCopiesApi | PATCHOrderCopiesOrderCopyId | Patch /order_copies/{orderCopyId} | Update an order copy |
OrderCopiesApi | POSTOrderCopies | Post /order_copies | Create an order copy |
OrderFactoriesApi | GETOrderFactories | Get /order_factories | List all order factories |
OrderFactoriesApi | GETOrderFactoriesOrderFactoryId | Get /order_factories/{orderFactoryId} | Retrieve an order factory |
OrderFactoriesApi | GETOrderIdOrderFactories | Get /orders/{orderId}/order_factories | Retrieve the order factories associated to the order |
OrderFactoriesApi | GETOrderSubscriptionIdOrderFactories | Get /order_subscriptions/{orderSubscriptionId}/order_factories | Retrieve the order factories associated to the order subscription |
OrderSubscriptionItemsApi | DELETEOrderSubscriptionItemsOrderSubscriptionItemId | Delete /order_subscription_items/{orderSubscriptionItemId} | Delete an order subscription item |
OrderSubscriptionItemsApi | GETOrderSubscriptionIdOrderSubscriptionItems | Get /order_subscriptions/{orderSubscriptionId}/order_subscription_items | Retrieve the order subscription items associated to the order subscription |
OrderSubscriptionItemsApi | GETOrderSubscriptionItems | Get /order_subscription_items | List all order subscription items |
OrderSubscriptionItemsApi | GETOrderSubscriptionItemsOrderSubscriptionItemId | Get /order_subscription_items/{orderSubscriptionItemId} | Retrieve an order subscription item |
OrderSubscriptionItemsApi | PATCHOrderSubscriptionItemsOrderSubscriptionItemId | Patch /order_subscription_items/{orderSubscriptionItemId} | Update an order subscription item |
OrderSubscriptionItemsApi | POSTOrderSubscriptionItems | Post /order_subscription_items | Create an order subscription item |
OrderSubscriptionsApi | DELETEOrderSubscriptionsOrderSubscriptionId | Delete /order_subscriptions/{orderSubscriptionId} | Delete an order subscription |
OrderSubscriptionsApi | GETCustomerIdOrderSubscriptions | Get /customers/{customerId}/order_subscriptions | Retrieve the order subscriptions associated to the customer |
OrderSubscriptionsApi | GETOrderCopyIdOrderSubscription | Get /order_copies/{orderCopyId}/order_subscription | Retrieve the order subscription associated to the order copy |
OrderSubscriptionsApi | GETOrderIdOrderSubscription | Get /orders/{orderId}/order_subscription | Retrieve the order subscription associated to the order |
OrderSubscriptionsApi | GETOrderIdOrderSubscriptions | Get /orders/{orderId}/order_subscriptions | Retrieve the order subscriptions associated to the order |
OrderSubscriptionsApi | GETOrderSubscriptionItemIdOrderSubscription | Get /order_subscription_items/{orderSubscriptionItemId}/order_subscription | Retrieve the order subscription associated to the order subscription item |
OrderSubscriptionsApi | GETOrderSubscriptions | Get /order_subscriptions | List all order subscriptions |
OrderSubscriptionsApi | GETOrderSubscriptionsOrderSubscriptionId | Get /order_subscriptions/{orderSubscriptionId} | Retrieve an order subscription |
OrderSubscriptionsApi | GETRecurringOrderCopyIdOrderSubscription | Get /recurring_order_copies/{recurringOrderCopyId}/order_subscription | Retrieve the order subscription associated to the recurring order copy |
OrderSubscriptionsApi | GETSubscriptionModelIdOrderSubscriptions | Get /subscription_models/{subscriptionModelId}/order_subscriptions | Retrieve the order subscriptions associated to the subscription model |
OrderSubscriptionsApi | PATCHOrderSubscriptionsOrderSubscriptionId | Patch /order_subscriptions/{orderSubscriptionId} | Update an order subscription |
OrderSubscriptionsApi | POSTOrderSubscriptions | Post /order_subscriptions | Create an order subscription |
OrdersApi | DELETEOrdersOrderId | Delete /orders/{orderId} | Delete an order |
OrdersApi | GETAdyenPaymentIdOrder | Get /adyen_payments/{adyenPaymentId}/order | Retrieve the order associated to the adyen payment |
OrdersApi | GETAuthorizationIdOrder | Get /authorizations/{authorizationId}/order | Retrieve the order associated to the authorization |
OrdersApi | GETAxervePaymentIdOrder | Get /axerve_payments/{axervePaymentId}/order | Retrieve the order associated to the axerve payment |
OrdersApi | GETBraintreePaymentIdOrder | Get /braintree_payments/{braintreePaymentId}/order | Retrieve the order associated to the braintree payment |
OrdersApi | GETCaptureIdOrder | Get /captures/{captureId}/order | Retrieve the order associated to the capture |
OrdersApi | GETCheckoutComPaymentIdOrder | Get /checkout_com_payments/{checkoutComPaymentId}/order | Retrieve the order associated to the checkout.com payment |
OrdersApi | GETCustomerIdOrders | Get /customers/{customerId}/orders | Retrieve the orders associated to the customer |
OrdersApi | GETExternalPaymentIdOrder | Get /external_payments/{externalPaymentId}/order | Retrieve the order associated to the external payment |
OrdersApi | GETKlarnaPaymentIdOrder | Get /klarna_payments/{klarnaPaymentId}/order | Retrieve the order associated to the klarna payment |
OrdersApi | GETLineItemIdOrder | Get /line_items/{lineItemId}/order | Retrieve the order associated to the line item |
OrdersApi | GETOrderCopyIdSourceOrder | Get /order_copies/{orderCopyId}/source_order | Retrieve the source order associated to the order copy |
OrdersApi | GETOrderCopyIdTargetOrder | Get /order_copies/{orderCopyId}/target_order | Retrieve the target order associated to the order copy |
OrdersApi | GETOrderFactoryIdSourceOrder | Get /order_factories/{orderFactoryId}/source_order | Retrieve the source order associated to the order factory |
OrdersApi | GETOrderFactoryIdTargetOrder | Get /order_factories/{orderFactoryId}/target_order | Retrieve the target order associated to the order factory |
OrdersApi | GETOrderSubscriptionIdOrders | Get /order_subscriptions/{orderSubscriptionId}/orders | Retrieve the orders associated to the order subscription |
OrdersApi | GETOrderSubscriptionIdSourceOrder | Get /order_subscriptions/{orderSubscriptionId}/source_order | Retrieve the source order associated to the order subscription |
OrdersApi | GETOrders | Get /orders | List all orders |
OrdersApi | GETOrdersOrderId | Get /orders/{orderId} | Retrieve an order |
OrdersApi | GETPaymentMethodIdOrders | Get /payment_methods/{paymentMethodId}/orders | Retrieve the orders associated to the payment method |
OrdersApi | GETPaymentOptionIdOrder | Get /payment_options/{paymentOptionId}/order | Retrieve the order associated to the payment option |
OrdersApi | GETPaypalPaymentIdOrder | Get /paypal_payments/{paypalPaymentId}/order | Retrieve the order associated to the paypal payment |
OrdersApi | GETRecurringOrderCopyIdSourceOrder | Get /recurring_order_copies/{recurringOrderCopyId}/source_order | Retrieve the source order associated to the recurring order copy |
OrdersApi | GETRecurringOrderCopyIdTargetOrder | Get /recurring_order_copies/{recurringOrderCopyId}/target_order | Retrieve the target order associated to the recurring order copy |
OrdersApi | GETRefundIdOrder | Get /refunds/{refundId}/order | Retrieve the order associated to the refund |
OrdersApi | GETReturnIdOrder | Get /returns/{returnId}/order | Retrieve the order associated to the return |
OrdersApi | GETSatispayPaymentIdOrder | Get /satispay_payments/{satispayPaymentId}/order | Retrieve the order associated to the satispay payment |
OrdersApi | GETShipmentIdOrder | Get /shipments/{shipmentId}/order | Retrieve the order associated to the shipment |
OrdersApi | GETStockReservationIdOrder | Get /stock_reservations/{stockReservationId}/order | Retrieve the order associated to the stock reservation |
OrdersApi | GETStoreIdOrders | Get /stores/{storeId}/orders | Retrieve the orders associated to the store |
OrdersApi | GETStripePaymentIdOrder | Get /stripe_payments/{stripePaymentId}/order | Retrieve the order associated to the stripe payment |
OrdersApi | GETTransactionIdOrder | Get /transactions/{transactionId}/order | Retrieve the order associated to the transaction |
OrdersApi | GETVoidIdOrder | Get /voids/{voidId}/order | Retrieve the order associated to the void |
OrdersApi | GETWireTransferIdOrder | Get /wire_transfers/{wireTransferId}/order | Retrieve the order associated to the wire transfer |
OrdersApi | PATCHOrdersOrderId | Patch /orders/{orderId} | Update an order |
OrdersApi | POSTOrders | Post /orders | Create an order |
OrganizationApi | GETOrganizationOrganizationId | Get /organization | Retrieve the organization |
PackagesApi | DELETEPackagesPackageId | Delete /packages/{packageId} | Delete a package |
PackagesApi | GETPackages | Get /packages | List all packages |
PackagesApi | GETPackagesPackageId | Get /packages/{packageId} | Retrieve a package |
PackagesApi | GETParcelIdPackage | Get /parcels/{parcelId}/package | Retrieve the package associated to the parcel |
PackagesApi | PATCHPackagesPackageId | Patch /packages/{packageId} | Update a package |
PackagesApi | POSTPackages | Post /packages | Create a package |
ParcelLineItemsApi | DELETEParcelLineItemsParcelLineItemId | Delete /parcel_line_items/{parcelLineItemId} | Delete a parcel line item |
ParcelLineItemsApi | GETParcelIdParcelLineItems | Get /parcels/{parcelId}/parcel_line_items | Retrieve the parcel line items associated to the parcel |
ParcelLineItemsApi | GETParcelLineItems | Get /parcel_line_items | List all parcel line items |
ParcelLineItemsApi | GETParcelLineItemsParcelLineItemId | Get /parcel_line_items/{parcelLineItemId} | Retrieve a parcel line item |
ParcelLineItemsApi | PATCHParcelLineItemsParcelLineItemId | Patch /parcel_line_items/{parcelLineItemId} | Update a parcel line item |
ParcelLineItemsApi | POSTParcelLineItems | Post /parcel_line_items | Create a parcel line item |
ParcelsApi | DELETEParcelsParcelId | Delete /parcels/{parcelId} | Delete a parcel |
ParcelsApi | GETPackageIdParcels | Get /packages/{packageId}/parcels | Retrieve the parcels associated to the package |
ParcelsApi | GETParcelLineItemIdParcel | Get /parcel_line_items/{parcelLineItemId}/parcel | Retrieve the parcel associated to the parcel line item |
ParcelsApi | GETParcels | Get /parcels | List all parcels |
ParcelsApi | GETParcelsParcelId | Get /parcels/{parcelId} | Retrieve a parcel |
ParcelsApi | GETShipmentIdParcels | Get /shipments/{shipmentId}/parcels | Retrieve the parcels associated to the shipment |
ParcelsApi | PATCHParcelsParcelId | Patch /parcels/{parcelId} | Update a parcel |
ParcelsApi | POSTParcels | Post /parcels | Create a parcel |
PaymentGatewaysApi | GETAdyenPaymentIdPaymentGateway | Get /adyen_payments/{adyenPaymentId}/payment_gateway | Retrieve the payment gateway associated to the adyen payment |
PaymentGatewaysApi | GETAxervePaymentIdPaymentGateway | Get /axerve_payments/{axervePaymentId}/payment_gateway | Retrieve the payment gateway associated to the axerve payment |
PaymentGatewaysApi | GETBraintreePaymentIdPaymentGateway | Get /braintree_payments/{braintreePaymentId}/payment_gateway | Retrieve the payment gateway associated to the braintree payment |
PaymentGatewaysApi | GETCheckoutComPaymentIdPaymentGateway | Get /checkout_com_payments/{checkoutComPaymentId}/payment_gateway | Retrieve the payment gateway associated to the checkout.com payment |
PaymentGatewaysApi | GETExternalPaymentIdPaymentGateway | Get /external_payments/{externalPaymentId}/payment_gateway | Retrieve the payment gateway associated to the external payment |
PaymentGatewaysApi | GETKlarnaPaymentIdPaymentGateway | Get /klarna_payments/{klarnaPaymentId}/payment_gateway | Retrieve the payment gateway associated to the klarna payment |
PaymentGatewaysApi | GETPaymentGateways | Get /payment_gateways | List all payment gateways |
PaymentGatewaysApi | GETPaymentGatewaysPaymentGatewayId | Get /payment_gateways/{paymentGatewayId} | Retrieve a payment gateway |
PaymentGatewaysApi | GETPaymentMethodIdPaymentGateway | Get /payment_methods/{paymentMethodId}/payment_gateway | Retrieve the payment gateway associated to the payment method |
PaymentGatewaysApi | GETPaypalPaymentIdPaymentGateway | Get /paypal_payments/{paypalPaymentId}/payment_gateway | Retrieve the payment gateway associated to the paypal payment |
PaymentGatewaysApi | GETSatispayPaymentIdPaymentGateway | Get /satispay_payments/{satispayPaymentId}/payment_gateway | Retrieve the payment gateway associated to the satispay payment |
PaymentGatewaysApi | GETStripePaymentIdPaymentGateway | Get /stripe_payments/{stripePaymentId}/payment_gateway | Retrieve the payment gateway associated to the stripe payment |
PaymentMethodsApi | DELETEPaymentMethodsPaymentMethodId | Delete /payment_methods/{paymentMethodId} | Delete a payment method |
PaymentMethodsApi | GETAdyenGatewayIdPaymentMethods | Get /adyen_gateways/{adyenGatewayId}/payment_methods | Retrieve the payment methods associated to the adyen gateway |
PaymentMethodsApi | GETAxerveGatewayIdPaymentMethods | Get /axerve_gateways/{axerveGatewayId}/payment_methods | Retrieve the payment methods associated to the axerve gateway |
PaymentMethodsApi | GETBraintreeGatewayIdPaymentMethods | Get /braintree_gateways/{braintreeGatewayId}/payment_methods | Retrieve the payment methods associated to the braintree gateway |
PaymentMethodsApi | GETCheckoutComGatewayIdPaymentMethods | Get /checkout_com_gateways/{checkoutComGatewayId}/payment_methods | Retrieve the payment methods associated to the checkout.com gateway |
PaymentMethodsApi | GETCustomerPaymentSourceIdPaymentMethod | Get /customer_payment_sources/{customerPaymentSourceId}/payment_method | Retrieve the payment method associated to the customer payment source |
PaymentMethodsApi | GETExternalGatewayIdPaymentMethods | Get /external_gateways/{externalGatewayId}/payment_methods | Retrieve the payment methods associated to the external gateway |
PaymentMethodsApi | GETKlarnaGatewayIdPaymentMethods | Get /klarna_gateways/{klarnaGatewayId}/payment_methods | Retrieve the payment methods associated to the klarna gateway |
PaymentMethodsApi | GETManualGatewayIdPaymentMethods | Get /manual_gateways/{manualGatewayId}/payment_methods | Retrieve the payment methods associated to the manual gateway |
PaymentMethodsApi | GETOrderIdAvailablePaymentMethods | Get /orders/{orderId}/available_payment_methods | Retrieve the available payment methods associated to the order |
PaymentMethodsApi | GETOrderIdPaymentMethod | Get /orders/{orderId}/payment_method | Retrieve the payment method associated to the order |
PaymentMethodsApi | GETPaymentGatewayIdPaymentMethods | Get /payment_gateways/{paymentGatewayId}/payment_methods | Retrieve the payment methods associated to the payment gateway |
PaymentMethodsApi | GETPaymentMethods | Get /payment_methods | List all payment methods |
PaymentMethodsApi | GETPaymentMethodsPaymentMethodId | Get /payment_methods/{paymentMethodId} | Retrieve a payment method |
PaymentMethodsApi | GETPaypalGatewayIdPaymentMethods | Get /paypal_gateways/{paypalGatewayId}/payment_methods | Retrieve the payment methods associated to the paypal gateway |
PaymentMethodsApi | GETSatispayGatewayIdPaymentMethods | Get /satispay_gateways/{satispayGatewayId}/payment_methods | Retrieve the payment methods associated to the satispay gateway |
PaymentMethodsApi | GETStoreIdPaymentMethods | Get /stores/{storeId}/payment_methods | Retrieve the payment methods associated to the store |
PaymentMethodsApi | GETStripeGatewayIdPaymentMethods | Get /stripe_gateways/{stripeGatewayId}/payment_methods | Retrieve the payment methods associated to the stripe gateway |
PaymentMethodsApi | PATCHPaymentMethodsPaymentMethodId | Patch /payment_methods/{paymentMethodId} | Update a payment method |
PaymentMethodsApi | POSTPaymentMethods | Post /payment_methods | Create a payment method |
PaymentOptionsApi | DELETEPaymentOptionsPaymentOptionId | Delete /payment_options/{paymentOptionId} | Delete a payment option |
PaymentOptionsApi | GETOrderIdPaymentOptions | Get /orders/{orderId}/payment_options | Retrieve the payment options associated to the order |
PaymentOptionsApi | GETPaymentOptions | Get /payment_options | List all payment options |
PaymentOptionsApi | GETPaymentOptionsPaymentOptionId | Get /payment_options/{paymentOptionId} | Retrieve a payment option |
PaymentOptionsApi | PATCHPaymentOptionsPaymentOptionId | Patch /payment_options/{paymentOptionId} | Update a payment option |
PaymentOptionsApi | POSTPaymentOptions | Post /payment_options | Create a payment option |
PaypalGatewaysApi | DELETEPaypalGatewaysPaypalGatewayId | Delete /paypal_gateways/{paypalGatewayId} | Delete a paypal gateway |
PaypalGatewaysApi | GETPaypalGateways | Get /paypal_gateways | List all paypal gateways |
PaypalGatewaysApi | GETPaypalGatewaysPaypalGatewayId | Get /paypal_gateways/{paypalGatewayId} | Retrieve a paypal gateway |
PaypalGatewaysApi | PATCHPaypalGatewaysPaypalGatewayId | Patch /paypal_gateways/{paypalGatewayId} | Update a paypal gateway |
PaypalGatewaysApi | POSTPaypalGateways | Post /paypal_gateways | Create a paypal gateway |
PaypalPaymentsApi | DELETEPaypalPaymentsPaypalPaymentId | Delete /paypal_payments/{paypalPaymentId} | Delete a paypal payment |
PaypalPaymentsApi | GETPaypalGatewayIdPaypalPayments | Get /paypal_gateways/{paypalGatewayId}/paypal_payments | Retrieve the paypal payments associated to the paypal gateway |
PaypalPaymentsApi | GETPaypalPayments | Get /paypal_payments | List all paypal payments |
PaypalPaymentsApi | GETPaypalPaymentsPaypalPaymentId | Get /paypal_payments/{paypalPaymentId} | Retrieve a paypal payment |
PaypalPaymentsApi | PATCHPaypalPaymentsPaypalPaymentId | Patch /paypal_payments/{paypalPaymentId} | Update a paypal payment |
PaypalPaymentsApi | POSTPaypalPayments | Post /paypal_payments | Create a paypal payment |
PercentageDiscountPromotionsApi | DELETEPercentageDiscountPromotionsPercentageDiscountPromotionId | Delete /percentage_discount_promotions/{percentageDiscountPromotionId} | Delete a percentage discount promotion |
PercentageDiscountPromotionsApi | GETPercentageDiscountPromotions | Get /percentage_discount_promotions | List all percentage discount promotions |
PercentageDiscountPromotionsApi | GETPercentageDiscountPromotionsPercentageDiscountPromotionId | Get /percentage_discount_promotions/{percentageDiscountPromotionId} | Retrieve a percentage discount promotion |
PercentageDiscountPromotionsApi | PATCHPercentageDiscountPromotionsPercentageDiscountPromotionId | Patch /percentage_discount_promotions/{percentageDiscountPromotionId} | Update a percentage discount promotion |
PercentageDiscountPromotionsApi | POSTPercentageDiscountPromotions | Post /percentage_discount_promotions | Create a percentage discount promotion |
PriceFrequencyTiersApi | DELETEPriceFrequencyTiersPriceFrequencyTierId | Delete /price_frequency_tiers/{priceFrequencyTierId} | Delete a price frequency tier |
PriceFrequencyTiersApi | GETPriceFrequencyTiers | Get /price_frequency_tiers | List all price frequency tiers |
PriceFrequencyTiersApi | GETPriceFrequencyTiersPriceFrequencyTierId | Get /price_frequency_tiers/{priceFrequencyTierId} | Retrieve a price frequency tier |
PriceFrequencyTiersApi | GETPriceIdPriceFrequencyTiers | Get /prices/{priceId}/price_frequency_tiers | Retrieve the price frequency tiers associated to the price |
PriceFrequencyTiersApi | PATCHPriceFrequencyTiersPriceFrequencyTierId | Patch /price_frequency_tiers/{priceFrequencyTierId} | Update a price frequency tier |
PriceFrequencyTiersApi | POSTPriceFrequencyTiers | Post /price_frequency_tiers | Create a price frequency tier |
PriceListSchedulersApi | DELETEPriceListSchedulersPriceListSchedulerId | Delete /price_list_schedulers/{priceListSchedulerId} | Delete a price list scheduler |
PriceListSchedulersApi | GETMarketIdPriceListSchedulers | Get /markets/{marketId}/price_list_schedulers | Retrieve the price list schedulers associated to the market |
PriceListSchedulersApi | GETPriceListIdPriceListSchedulers | Get /price_lists/{priceListId}/price_list_schedulers | Retrieve the price list schedulers associated to the price list |
PriceListSchedulersApi | GETPriceListSchedulers | Get /price_list_schedulers | List all price list schedulers |
PriceListSchedulersApi | GETPriceListSchedulersPriceListSchedulerId | Get /price_list_schedulers/{priceListSchedulerId} | Retrieve a price list scheduler |
PriceListSchedulersApi | PATCHPriceListSchedulersPriceListSchedulerId | Patch /price_list_schedulers/{priceListSchedulerId} | Update a price list scheduler |
PriceListSchedulersApi | POSTPriceListSchedulers | Post /price_list_schedulers | Create a price list scheduler |
PriceListsApi | DELETEPriceListsPriceListId | Delete /price_lists/{priceListId} | Delete a price list |
PriceListsApi | GETMarketIdBasePriceList | Get /markets/{marketId}/base_price_list | Retrieve the base price list associated to the market |
PriceListsApi | GETMarketIdPriceList | Get /markets/{marketId}/price_list | Retrieve the price list associated to the market |
PriceListsApi | GETPriceIdPriceList | Get /prices/{priceId}/price_list | Retrieve the price list associated to the price |
PriceListsApi | GETPriceListSchedulerIdPriceList | Get /price_list_schedulers/{priceListSchedulerId}/price_list | Retrieve the price list associated to the price list scheduler |
PriceListsApi | GETPriceLists | Get /price_lists | List all price lists |
PriceListsApi | GETPriceListsPriceListId | Get /price_lists/{priceListId} | Retrieve a price list |
PriceListsApi | PATCHPriceListsPriceListId | Patch /price_lists/{priceListId} | Update a price list |
PriceListsApi | POSTPriceLists | Post /price_lists | Create a price list |
PriceTiersApi | GETPriceIdPriceTiers | Get /prices/{priceId}/price_tiers | Retrieve the price tiers associated to the price |
PriceTiersApi | GETPriceTiers | Get /price_tiers | List all price tiers |
PriceTiersApi | GETPriceTiersPriceTierId | Get /price_tiers/{priceTierId} | Retrieve a price tier |
PriceVolumeTiersApi | DELETEPriceVolumeTiersPriceVolumeTierId | Delete /price_volume_tiers/{priceVolumeTierId} | Delete a price volume tier |
PriceVolumeTiersApi | GETPriceIdPriceVolumeTiers | Get /prices/{priceId}/price_volume_tiers | Retrieve the price volume tiers associated to the price |
PriceVolumeTiersApi | GETPriceVolumeTiers | Get /price_volume_tiers | List all price volume tiers |
PriceVolumeTiersApi | GETPriceVolumeTiersPriceVolumeTierId | Get /price_volume_tiers/{priceVolumeTierId} | Retrieve a price volume tier |
PriceVolumeTiersApi | PATCHPriceVolumeTiersPriceVolumeTierId | Patch /price_volume_tiers/{priceVolumeTierId} | Update a price volume tier |
PriceVolumeTiersApi | POSTPriceVolumeTiers | Post /price_volume_tiers | Create a price volume tier |
PricesApi | DELETEPricesPriceId | Delete /prices/{priceId} | Delete a price |
PricesApi | GETPriceFrequencyTierIdPrice | Get /price_frequency_tiers/{priceFrequencyTierId}/price | Retrieve the price associated to the price frequency tier |
PricesApi | GETPriceListIdPrices | Get /price_lists/{priceListId}/prices | Retrieve the prices associated to the price list |
PricesApi | GETPriceTierIdPrice | Get /price_tiers/{priceTierId}/price | Retrieve the price associated to the price tier |
PricesApi | GETPriceVolumeTierIdPrice | Get /price_volume_tiers/{priceVolumeTierId}/price | Retrieve the price associated to the price volume tier |
PricesApi | GETPrices | Get /prices | List all prices |
PricesApi | GETPricesPriceId | Get /prices/{priceId} | Retrieve a price |
PricesApi | GETSkuIdPrices | Get /skus/{skuId}/prices | Retrieve the prices associated to the SKU |
PricesApi | PATCHPricesPriceId | Patch /prices/{priceId} | Update a price |
PricesApi | POSTPrices | Post /prices | Create a price |
PromotionRulesApi | GETPromotionRules | Get /promotion_rules | List all promotion rules |
PromotionRulesApi | GETPromotionRulesPromotionRuleId | Get /promotion_rules/{promotionRuleId} | Retrieve a promotion rule |
PromotionsApi | GETPromotions | Get /promotions | List all promotions |
PromotionsApi | GETPromotionsPromotionId | Get /promotions/{promotionId} | Retrieve a promotion |
RecurringOrderCopiesApi | DELETERecurringOrderCopiesRecurringOrderCopyId | Delete /recurring_order_copies/{recurringOrderCopyId} | Delete a recurring order copy |
RecurringOrderCopiesApi | GETOrderIdRecurringOrderCopies | Get /orders/{orderId}/recurring_order_copies | Retrieve the recurring order copies associated to the order |
RecurringOrderCopiesApi | GETOrderSubscriptionIdRecurringOrderCopies | Get /order_subscriptions/{orderSubscriptionId}/recurring_order_copies | Retrieve the recurring order copies associated to the order subscription |
RecurringOrderCopiesApi | GETRecurringOrderCopies | Get /recurring_order_copies | List all recurring order copies |
RecurringOrderCopiesApi | GETRecurringOrderCopiesRecurringOrderCopyId | Get /recurring_order_copies/{recurringOrderCopyId} | Retrieve a recurring order copy |
RecurringOrderCopiesApi | PATCHRecurringOrderCopiesRecurringOrderCopyId | Patch /recurring_order_copies/{recurringOrderCopyId} | Update a recurring order copy |
RecurringOrderCopiesApi | POSTRecurringOrderCopies | Post /recurring_order_copies | Create a recurring order copy |
RefundsApi | GETCaptureIdRefunds | Get /captures/{captureId}/refunds | Retrieve the refunds associated to the capture |
RefundsApi | GETOrderIdRefunds | Get /orders/{orderId}/refunds | Retrieve the refunds associated to the order |
RefundsApi | GETRefunds | Get /refunds | List all refunds |
RefundsApi | GETRefundsRefundId | Get /refunds/{refundId} | Retrieve a refund |
RefundsApi | GETReturnIdReferenceRefund | Get /returns/{returnId}/reference_refund | Retrieve the reference refund associated to the return |
RefundsApi | PATCHRefundsRefundId | Patch /refunds/{refundId} | Update a refund |
ReservedStocksApi | GETReservedStocks | Get /reserved_stocks | List all reserved stocks |
ReservedStocksApi | GETReservedStocksReservedStockId | Get /reserved_stocks/{reservedStockId} | Retrieve a reserved stock |
ReservedStocksApi | GETStockItemIdReservedStock | Get /stock_items/{stockItemId}/reserved_stock | Retrieve the reserved stock associated to the stock item |
ReservedStocksApi | GETStockReservationIdReservedStock | Get /stock_reservations/{stockReservationId}/reserved_stock | Retrieve the reserved stock associated to the stock reservation |
ResourceErrorsApi | GETOrderIdResourceErrors | Get /orders/{orderId}/resource_errors | Retrieve the resource errors associated to the order |
ResourceErrorsApi | GETResourceErrors | Get /resource_errors | List all resource errors |
ResourceErrorsApi | GETResourceErrorsResourceErrorId | Get /resource_errors/{resourceErrorId} | Retrieve a resource error |
ResourceErrorsApi | GETReturnIdResourceErrors | Get /returns/{returnId}/resource_errors | Retrieve the resource errors associated to the return |
ReturnLineItemsApi | DELETEReturnLineItemsReturnLineItemId | Delete /return_line_items/{returnLineItemId} | Delete a return line item |
ReturnLineItemsApi | GETLineItemIdReturnLineItems | Get /line_items/{lineItemId}/return_line_items | Retrieve the return line items associated to the line item |
ReturnLineItemsApi | GETReturnIdReturnLineItems | Get /returns/{returnId}/return_line_items | Retrieve the return line items associated to the return |
ReturnLineItemsApi | GETReturnLineItems | Get /return_line_items | List all return line items |
ReturnLineItemsApi | GETReturnLineItemsReturnLineItemId | Get /return_line_items/{returnLineItemId} | Retrieve a return line item |
ReturnLineItemsApi | PATCHReturnLineItemsReturnLineItemId | Patch /return_line_items/{returnLineItemId} | Update a return line item |
ReturnLineItemsApi | POSTReturnLineItems | Post /return_line_items | Create a return line item |
ReturnsApi | DELETEReturnsReturnId | Delete /returns/{returnId} | Delete a return |
ReturnsApi | GETCaptureIdReturn | Get /captures/{captureId}/return | Retrieve the return associated to the capture |
ReturnsApi | GETCustomerIdReturns | Get /customers/{customerId}/returns | Retrieve the returns associated to the customer |
ReturnsApi | GETOrderIdReturns | Get /orders/{orderId}/returns | Retrieve the returns associated to the order |
ReturnsApi | GETRefundIdReturn | Get /refunds/{refundId}/return | Retrieve the return associated to the refund |
ReturnsApi | GETReturnLineItemIdReturn | Get /return_line_items/{returnLineItemId}/return | Retrieve the return associated to the return line item |
ReturnsApi | GETReturns | Get /returns | List all returns |
ReturnsApi | GETReturnsReturnId | Get /returns/{returnId} | Retrieve a return |
ReturnsApi | PATCHReturnsReturnId | Patch /returns/{returnId} | Update a return |
ReturnsApi | POSTReturns | Post /returns | Create a return |
SatispayGatewaysApi | DELETESatispayGatewaysSatispayGatewayId | Delete /satispay_gateways/{satispayGatewayId} | Delete a satispay gateway |
SatispayGatewaysApi | GETSatispayGateways | Get /satispay_gateways | List all satispay gateways |
SatispayGatewaysApi | GETSatispayGatewaysSatispayGatewayId | Get /satispay_gateways/{satispayGatewayId} | Retrieve a satispay gateway |
SatispayGatewaysApi | PATCHSatispayGatewaysSatispayGatewayId | Patch /satispay_gateways/{satispayGatewayId} | Update a satispay gateway |
SatispayGatewaysApi | POSTSatispayGateways | Post /satispay_gateways | Create a satispay gateway |
SatispayPaymentsApi | DELETESatispayPaymentsSatispayPaymentId | Delete /satispay_payments/{satispayPaymentId} | Delete a satispay payment |
SatispayPaymentsApi | GETSatispayGatewayIdSatispayPayments | Get /satispay_gateways/{satispayGatewayId}/satispay_payments | Retrieve the satispay payments associated to the satispay gateway |
SatispayPaymentsApi | GETSatispayPayments | Get /satispay_payments | List all satispay payments |
SatispayPaymentsApi | GETSatispayPaymentsSatispayPaymentId | Get /satispay_payments/{satispayPaymentId} | Retrieve a satispay payment |
SatispayPaymentsApi | PATCHSatispayPaymentsSatispayPaymentId | Patch /satispay_payments/{satispayPaymentId} | Update a satispay payment |
SatispayPaymentsApi | POSTSatispayPayments | Post /satispay_payments | Create a satispay payment |
ShipmentsApi | DELETEShipmentsShipmentId | Delete /shipments/{shipmentId} | Delete a shipment |
ShipmentsApi | GETOrderIdShipments | Get /orders/{orderId}/shipments | Retrieve the shipments associated to the order |
ShipmentsApi | GETParcelIdShipment | Get /parcels/{parcelId}/shipment | Retrieve the shipment associated to the parcel |
ShipmentsApi | GETShipments | Get /shipments | List all shipments |
ShipmentsApi | GETShipmentsShipmentId | Get /shipments/{shipmentId} | Retrieve a shipment |
ShipmentsApi | GETStockLineItemIdShipment | Get /stock_line_items/{stockLineItemId}/shipment | Retrieve the shipment associated to the stock line item |
ShipmentsApi | GETStockTransferIdShipment | Get /stock_transfers/{stockTransferId}/shipment | Retrieve the shipment associated to the stock transfer |
ShipmentsApi | PATCHShipmentsShipmentId | Patch /shipments/{shipmentId} | Update a shipment |
ShipmentsApi | POSTShipments | Post /shipments | Create a shipment |
ShippingCategoriesApi | DELETEShippingCategoriesShippingCategoryId | Delete /shipping_categories/{shippingCategoryId} | Delete a shipping category |
ShippingCategoriesApi | GETShipmentIdShippingCategory | Get /shipments/{shipmentId}/shipping_category | Retrieve the shipping category associated to the shipment |
ShippingCategoriesApi | GETShippingCategories | Get /shipping_categories | List all shipping categories |
ShippingCategoriesApi | GETShippingCategoriesShippingCategoryId | Get /shipping_categories/{shippingCategoryId} | Retrieve a shipping category |
ShippingCategoriesApi | GETShippingMethodIdShippingCategory | Get /shipping_methods/{shippingMethodId}/shipping_category | Retrieve the shipping category associated to the shipping method |
ShippingCategoriesApi | GETSkuIdShippingCategory | Get /skus/{skuId}/shipping_category | Retrieve the shipping category associated to the SKU |
ShippingCategoriesApi | PATCHShippingCategoriesShippingCategoryId | Patch /shipping_categories/{shippingCategoryId} | Update a shipping category |
ShippingCategoriesApi | POSTShippingCategories | Post /shipping_categories | Create a shipping category |
ShippingMethodTiersApi | GETShippingMethodIdShippingMethodTiers | Get /shipping_methods/{shippingMethodId}/shipping_method_tiers | Retrieve the shipping method tiers associated to the shipping method |
ShippingMethodTiersApi | GETShippingMethodTiers | Get /shipping_method_tiers | List all shipping method tiers |
ShippingMethodTiersApi | GETShippingMethodTiersShippingMethodTierId | Get /shipping_method_tiers/{shippingMethodTierId} | Retrieve a shipping method tier |
ShippingMethodsApi | DELETEShippingMethodsShippingMethodId | Delete /shipping_methods/{shippingMethodId} | Delete a shipping method |
ShippingMethodsApi | GETDeliveryLeadTimeIdShippingMethod | Get /delivery_lead_times/{deliveryLeadTimeId}/shipping_method | Retrieve the shipping method associated to the delivery lead time |
ShippingMethodsApi | GETShipmentIdAvailableShippingMethods | Get /shipments/{shipmentId}/available_shipping_methods | Retrieve the available shipping methods associated to the shipment |
ShippingMethodsApi | GETShipmentIdShippingMethod | Get /shipments/{shipmentId}/shipping_method | Retrieve the shipping method associated to the shipment |
ShippingMethodsApi | GETShippingMethodTierIdShippingMethod | Get /shipping_method_tiers/{shippingMethodTierId}/shipping_method | Retrieve the shipping method associated to the shipping method tier |
ShippingMethodsApi | GETShippingMethods | Get /shipping_methods | List all shipping methods |
ShippingMethodsApi | GETShippingMethodsShippingMethodId | Get /shipping_methods/{shippingMethodId} | Retrieve a shipping method |
ShippingMethodsApi | GETShippingWeightTierIdShippingMethod | Get /shipping_weight_tiers/{shippingWeightTierId}/shipping_method | Retrieve the shipping method associated to the shipping weight tier |
ShippingMethodsApi | PATCHShippingMethodsShippingMethodId | Patch /shipping_methods/{shippingMethodId} | Update a shipping method |
ShippingMethodsApi | POSTShippingMethods | Post /shipping_methods | Create a shipping method |
ShippingWeightTiersApi | DELETEShippingWeightTiersShippingWeightTierId | Delete /shipping_weight_tiers/{shippingWeightTierId} | Delete a shipping weight tier |
ShippingWeightTiersApi | GETShippingMethodIdShippingWeightTiers | Get /shipping_methods/{shippingMethodId}/shipping_weight_tiers | Retrieve the shipping weight tiers associated to the shipping method |
ShippingWeightTiersApi | GETShippingWeightTiers | Get /shipping_weight_tiers | List all shipping weight tiers |
ShippingWeightTiersApi | GETShippingWeightTiersShippingWeightTierId | Get /shipping_weight_tiers/{shippingWeightTierId} | Retrieve a shipping weight tier |
ShippingWeightTiersApi | PATCHShippingWeightTiersShippingWeightTierId | Patch /shipping_weight_tiers/{shippingWeightTierId} | Update a shipping weight tier |
ShippingWeightTiersApi | POSTShippingWeightTiers | Post /shipping_weight_tiers | Create a shipping weight tier |
ShippingZonesApi | DELETEShippingZonesShippingZoneId | Delete /shipping_zones/{shippingZoneId} | Delete a shipping zone |
ShippingZonesApi | GETShippingMethodIdShippingZone | Get /shipping_methods/{shippingMethodId}/shipping_zone | Retrieve the shipping zone associated to the shipping method |
ShippingZonesApi | GETShippingZones | Get /shipping_zones | List all shipping zones |
ShippingZonesApi | GETShippingZonesShippingZoneId | Get /shipping_zones/{shippingZoneId} | Retrieve a shipping zone |
ShippingZonesApi | PATCHShippingZonesShippingZoneId | Patch /shipping_zones/{shippingZoneId} | Update a shipping zone |
ShippingZonesApi | POSTShippingZones | Post /shipping_zones | Create a shipping zone |
SingletonApi | GETApplicationApplicationId | Get /application | Retrieve the application |
SingletonApi | GETOrganizationOrganizationId | Get /organization | Retrieve the organization |
SkuListItemsApi | DELETESkuListItemsSkuListItemId | Delete /sku_list_items/{skuListItemId} | Delete a SKU list item |
SkuListItemsApi | GETSkuIdSkuListItems | Get /skus/{skuId}/sku_list_items | Retrieve the sku list items associated to the SKU |
SkuListItemsApi | GETSkuListIdSkuListItems | Get /sku_lists/{skuListId}/sku_list_items | Retrieve the sku list items associated to the SKU list |
SkuListItemsApi | GETSkuListItems | Get /sku_list_items | List all SKU list items |
SkuListItemsApi | GETSkuListItemsSkuListItemId | Get /sku_list_items/{skuListItemId} | Retrieve a SKU list item |
SkuListItemsApi | PATCHSkuListItemsSkuListItemId | Patch /sku_list_items/{skuListItemId} | Update a SKU list item |
SkuListItemsApi | POSTSkuListItems | Post /sku_list_items | Create a SKU list item |
SkuListPromotionRulesApi | DELETESkuListPromotionRulesSkuListPromotionRuleId | Delete /sku_list_promotion_rules/{skuListPromotionRuleId} | Delete a SKU list promotion rule |
SkuListPromotionRulesApi | GETBuyXPayYPromotionIdSkuListPromotionRule | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the buy x pay y promotion |
SkuListPromotionRulesApi | GETExternalPromotionIdSkuListPromotionRule | Get /external_promotions/{externalPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the external promotion |
SkuListPromotionRulesApi | GETFixedAmountPromotionIdSkuListPromotionRule | Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the fixed amount promotion |
SkuListPromotionRulesApi | GETFixedPricePromotionIdSkuListPromotionRule | Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the fixed price promotion |
SkuListPromotionRulesApi | GETFreeGiftPromotionIdSkuListPromotionRule | Get /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the free gift promotion |
SkuListPromotionRulesApi | GETFreeShippingPromotionIdSkuListPromotionRule | Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the free shipping promotion |
SkuListPromotionRulesApi | GETPercentageDiscountPromotionIdSkuListPromotionRule | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the percentage discount promotion |
SkuListPromotionRulesApi | GETPromotionIdSkuListPromotionRule | Get /promotions/{promotionId}/sku_list_promotion_rule | Retrieve the sku list promotion rule associated to the promotion |
SkuListPromotionRulesApi | GETSkuListPromotionRules | Get /sku_list_promotion_rules | List all SKU list promotion rules |
SkuListPromotionRulesApi | GETSkuListPromotionRulesSkuListPromotionRuleId | Get /sku_list_promotion_rules/{skuListPromotionRuleId} | Retrieve a SKU list promotion rule |
SkuListPromotionRulesApi | PATCHSkuListPromotionRulesSkuListPromotionRuleId | Patch /sku_list_promotion_rules/{skuListPromotionRuleId} | Update a SKU list promotion rule |
SkuListPromotionRulesApi | POSTSkuListPromotionRules | Post /sku_list_promotion_rules | Create a SKU list promotion rule |
SkuListsApi | DELETESkuListsSkuListId | Delete /sku_lists/{skuListId} | Delete a SKU list |
SkuListsApi | GETBundleIdSkuList | Get /bundles/{bundleId}/sku_list | Retrieve the sku list associated to the bundle |
SkuListsApi | GETBuyXPayYPromotionIdSkuList | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list | Retrieve the sku list associated to the buy x pay y promotion |
SkuListsApi | GETCustomerIdSkuLists | Get /customers/{customerId}/sku_lists | Retrieve the sku lists associated to the customer |
SkuListsApi | GETExternalPromotionIdSkuList | Get /external_promotions/{externalPromotionId}/sku_list | Retrieve the sku list associated to the external promotion |
SkuListsApi | GETFixedAmountPromotionIdSkuList | Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list | Retrieve the sku list associated to the fixed amount promotion |
SkuListsApi | GETFixedPricePromotionIdSkuList | Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list | Retrieve the sku list associated to the fixed price promotion |
SkuListsApi | GETFreeGiftPromotionIdSkuList | Get /free_gift_promotions/{freeGiftPromotionId}/sku_list | Retrieve the sku list associated to the free gift promotion |
SkuListsApi | GETFreeShippingPromotionIdSkuList | Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list | Retrieve the sku list associated to the free shipping promotion |
SkuListsApi | GETPercentageDiscountPromotionIdSkuList | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list | Retrieve the sku list associated to the percentage discount promotion |
SkuListsApi | GETPromotionIdSkuList | Get /promotions/{promotionId}/sku_list | Retrieve the sku list associated to the promotion |
SkuListsApi | GETSkuIdSkuLists | Get /skus/{skuId}/sku_lists | Retrieve the sku lists associated to the SKU |
SkuListsApi | GETSkuListItemIdSkuList | Get /sku_list_items/{skuListItemId}/sku_list | Retrieve the sku list associated to the SKU list item |
SkuListsApi | GETSkuListPromotionRuleIdSkuList | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_list | Retrieve the sku list associated to the SKU list promotion rule |
SkuListsApi | GETSkuLists | Get /sku_lists | List all SKU lists |
SkuListsApi | GETSkuListsSkuListId | Get /sku_lists/{skuListId} | Retrieve a SKU list |
SkuListsApi | PATCHSkuListsSkuListId | Patch /sku_lists/{skuListId} | Update a SKU list |
SkuListsApi | POSTSkuLists | Post /sku_lists | Create a SKU list |
SkuOptionsApi | DELETESkuOptionsSkuOptionId | Delete /sku_options/{skuOptionId} | Delete a SKU option |
SkuOptionsApi | GETLineItemOptionIdSkuOption | Get /line_item_options/{lineItemOptionId}/sku_option | Retrieve the sku option associated to the line item option |
SkuOptionsApi | GETSkuIdSkuOptions | Get /skus/{skuId}/sku_options | Retrieve the sku options associated to the SKU |
SkuOptionsApi | GETSkuOptions | Get /sku_options | List all SKU options |
SkuOptionsApi | GETSkuOptionsSkuOptionId | Get /sku_options/{skuOptionId} | Retrieve a SKU option |
SkuOptionsApi | PATCHSkuOptionsSkuOptionId | Patch /sku_options/{skuOptionId} | Update a SKU option |
SkuOptionsApi | POSTSkuOptions | Post /sku_options | Create a SKU option |
SkusApi | DELETESkusSkuId | Delete /skus/{skuId} | Delete a SKU |
SkusApi | GETBundleIdSkus | Get /bundles/{bundleId}/skus | Retrieve the skus associated to the bundle |
SkusApi | GETBuyXPayYPromotionIdSkus | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/skus | Retrieve the skus associated to the buy x pay y promotion |
SkusApi | GETExternalPromotionIdSkus | Get /external_promotions/{externalPromotionId}/skus | Retrieve the skus associated to the external promotion |
SkusApi | GETFixedAmountPromotionIdSkus | Get /fixed_amount_promotions/{fixedAmountPromotionId}/skus | Retrieve the skus associated to the fixed amount promotion |
SkusApi | GETFixedPricePromotionIdSkus | Get /fixed_price_promotions/{fixedPricePromotionId}/skus | Retrieve the skus associated to the fixed price promotion |
SkusApi | GETFreeGiftPromotionIdSkus | Get /free_gift_promotions/{freeGiftPromotionId}/skus | Retrieve the skus associated to the free gift promotion |
SkusApi | GETInStockSubscriptionIdSku | Get /in_stock_subscriptions/{inStockSubscriptionId}/sku | Retrieve the sku associated to the in stock subscription |
SkusApi | GETOrderIdAvailableFreeSkus | Get /orders/{orderId}/available_free_skus | Retrieve the available free skus associated to the order |
SkusApi | GETPercentageDiscountPromotionIdSkus | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/skus | Retrieve the skus associated to the percentage discount promotion |
SkusApi | GETPriceIdSku | Get /prices/{priceId}/sku | Retrieve the sku associated to the price |
SkusApi | GETReservedStockIdSku | Get /reserved_stocks/{reservedStockId}/sku | Retrieve the sku associated to the reserved stock |
SkusApi | GETShippingCategoryIdSkus | Get /shipping_categories/{shippingCategoryId}/skus | Retrieve the skus associated to the shipping category |
SkusApi | GETSkuListIdSkus | Get /sku_lists/{skuListId}/skus | Retrieve the skus associated to the SKU list |
SkusApi | GETSkuListItemIdSku | Get /sku_list_items/{skuListItemId}/sku | Retrieve the sku associated to the SKU list item |
SkusApi | GETSkuListPromotionRuleIdSkus | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/skus | Retrieve the skus associated to the SKU list promotion rule |
SkusApi | GETSkus | Get /skus | List all SKUs |
SkusApi | GETSkusSkuId | Get /skus/{skuId} | Retrieve a SKU |
SkusApi | GETStockItemIdSku | Get /stock_items/{stockItemId}/sku | Retrieve the sku associated to the stock item |
SkusApi | GETStockLineItemIdSku | Get /stock_line_items/{stockLineItemId}/sku | Retrieve the sku associated to the stock line item |
SkusApi | GETStockReservationIdSku | Get /stock_reservations/{stockReservationId}/sku | Retrieve the sku associated to the stock reservation |
SkusApi | GETStockTransferIdSku | Get /stock_transfers/{stockTransferId}/sku | Retrieve the sku associated to the stock transfer |
SkusApi | GETTaxCategoryIdSku | Get /tax_categories/{taxCategoryId}/sku | Retrieve the sku associated to the tax category |
SkusApi | PATCHSkusSkuId | Patch /skus/{skuId} | Update a SKU |
SkusApi | POSTSkus | Post /skus | Create a SKU |
StockItemsApi | DELETEStockItemsStockItemId | Delete /stock_items/{stockItemId} | Delete a stock item |
StockItemsApi | GETReservedStockIdStockItem | Get /reserved_stocks/{reservedStockId}/stock_item | Retrieve the stock item associated to the reserved stock |
StockItemsApi | GETSkuIdStockItems | Get /skus/{skuId}/stock_items | Retrieve the stock items associated to the SKU |
StockItemsApi | GETStockItems | Get /stock_items | List all stock items |
StockItemsApi | GETStockItemsStockItemId | Get /stock_items/{stockItemId} | Retrieve a stock item |
StockItemsApi | GETStockLineItemIdStockItem | Get /stock_line_items/{stockLineItemId}/stock_item | Retrieve the stock item associated to the stock line item |
StockItemsApi | GETStockLocationIdStockItems | Get /stock_locations/{stockLocationId}/stock_items | Retrieve the stock items associated to the stock location |
StockItemsApi | GETStockReservationIdStockItem | Get /stock_reservations/{stockReservationId}/stock_item | Retrieve the stock item associated to the stock reservation |
StockItemsApi | PATCHStockItemsStockItemId | Patch /stock_items/{stockItemId} | Update a stock item |
StockItemsApi | POSTStockItems | Post /stock_items | Create a stock item |
StockLineItemsApi | DELETEStockLineItemsStockLineItemId | Delete /stock_line_items/{stockLineItemId} | Delete a stock line item |
StockLineItemsApi | GETLineItemIdStockLineItems | Get /line_items/{lineItemId}/stock_line_items | Retrieve the stock line items associated to the line item |
StockLineItemsApi | GETOrderIdStockLineItems | Get /orders/{orderId}/stock_line_items | Retrieve the stock line items associated to the order |
StockLineItemsApi | GETParcelLineItemIdStockLineItem | Get /parcel_line_items/{parcelLineItemId}/stock_line_item | Retrieve the stock line item associated to the parcel line item |
StockLineItemsApi | GETShipmentIdStockLineItems | Get /shipments/{shipmentId}/stock_line_items | Retrieve the stock line items associated to the shipment |
StockLineItemsApi | GETStockLineItems | Get /stock_line_items | List all stock line items |
StockLineItemsApi | GETStockLineItemsStockLineItemId | Get /stock_line_items/{stockLineItemId} | Retrieve a stock line item |
StockLineItemsApi | GETStockReservationIdStockLineItem | Get /stock_reservations/{stockReservationId}/stock_line_item | Retrieve the stock line item associated to the stock reservation |
StockLineItemsApi | PATCHStockLineItemsStockLineItemId | Patch /stock_line_items/{stockLineItemId} | Update a stock line item |
StockLineItemsApi | POSTStockLineItems | Post /stock_line_items | Create a stock line item |
StockLocationsApi | DELETEStockLocationsStockLocationId | Delete /stock_locations/{stockLocationId} | Delete a stock location |
StockLocationsApi | GETDeliveryLeadTimeIdStockLocation | Get /delivery_lead_times/{deliveryLeadTimeId}/stock_location | Retrieve the stock location associated to the delivery lead time |
StockLocationsApi | GETInventoryReturnLocationIdStockLocation | Get /inventory_return_locations/{inventoryReturnLocationId}/stock_location | Retrieve the stock location associated to the inventory return location |
StockLocationsApi | GETInventoryStockLocationIdStockLocation | Get /inventory_stock_locations/{inventoryStockLocationId}/stock_location | Retrieve the stock location associated to the inventory stock location |
StockLocationsApi | GETPackageIdStockLocation | Get /packages/{packageId}/stock_location | Retrieve the stock location associated to the package |
StockLocationsApi | GETPriceIdJwtStockLocations | Get /prices/{priceId}/jwt_stock_locations | Retrieve the jwt stock locations associated to the price |
StockLocationsApi | GETReturnIdStockLocation | Get /returns/{returnId}/stock_location | Retrieve the stock location associated to the return |
StockLocationsApi | GETShipmentIdStockLocation | Get /shipments/{shipmentId}/stock_location | Retrieve the stock location associated to the shipment |
StockLocationsApi | GETShippingMethodIdStockLocation | Get /shipping_methods/{shippingMethodId}/stock_location | Retrieve the stock location associated to the shipping method |
StockLocationsApi | GETSkuIdJwtStockLocations | Get /skus/{skuId}/jwt_stock_locations | Retrieve the jwt stock locations associated to the SKU |
StockLocationsApi | GETStockItemIdStockLocation | Get /stock_items/{stockItemId}/stock_location | Retrieve the stock location associated to the stock item |
StockLocationsApi | GETStockLocations | Get /stock_locations | List all stock locations |
StockLocationsApi | GETStockLocationsStockLocationId | Get /stock_locations/{stockLocationId} | Retrieve a stock location |
StockLocationsApi | GETStockTransferIdDestinationStockLocation | Get /stock_transfers/{stockTransferId}/destination_stock_location | Retrieve the destination stock location associated to the stock transfer |
StockLocationsApi | GETStockTransferIdOriginStockLocation | Get /stock_transfers/{stockTransferId}/origin_stock_location | Retrieve the origin stock location associated to the stock transfer |
StockLocationsApi | GETStoreIdStockLocation | Get /stores/{storeId}/stock_location | Retrieve the stock location associated to the store |
StockLocationsApi | PATCHStockLocationsStockLocationId | Patch /stock_locations/{stockLocationId} | Update a stock location |
StockLocationsApi | POSTStockLocations | Post /stock_locations | Create a stock location |
StockReservationsApi | DELETEStockReservationsStockReservationId | Delete /stock_reservations/{stockReservationId} | Delete a stock reservation |
StockReservationsApi | GETLineItemIdStockReservations | Get /line_items/{lineItemId}/stock_reservations | Retrieve the stock reservations associated to the line item |
StockReservationsApi | GETOrderIdStockReservations | Get /orders/{orderId}/stock_reservations | Retrieve the stock reservations associated to the order |
StockReservationsApi | GETReservedStockIdStockReservations | Get /reserved_stocks/{reservedStockId}/stock_reservations | Retrieve the stock reservations associated to the reserved stock |
StockReservationsApi | GETSkuIdStockReservations | Get /skus/{skuId}/stock_reservations | Retrieve the stock reservations associated to the SKU |
StockReservationsApi | GETStockItemIdStockReservations | Get /stock_items/{stockItemId}/stock_reservations | Retrieve the stock reservations associated to the stock item |
StockReservationsApi | GETStockLineItemIdStockReservation | Get /stock_line_items/{stockLineItemId}/stock_reservation | Retrieve the stock reservation associated to the stock line item |
StockReservationsApi | GETStockReservations | Get /stock_reservations | List all stock reservations |
StockReservationsApi | GETStockReservationsStockReservationId | Get /stock_reservations/{stockReservationId} | Retrieve a stock reservation |
StockReservationsApi | GETStockTransferIdStockReservation | Get /stock_transfers/{stockTransferId}/stock_reservation | Retrieve the stock reservation associated to the stock transfer |
StockReservationsApi | PATCHStockReservationsStockReservationId | Patch /stock_reservations/{stockReservationId} | Update a stock reservation |
StockReservationsApi | POSTStockReservations | Post /stock_reservations | Create a stock reservation |
StockTransfersApi | DELETEStockTransfersStockTransferId | Delete /stock_transfers/{stockTransferId} | Delete a stock transfer |
StockTransfersApi | GETLineItemIdStockTransfers | Get /line_items/{lineItemId}/stock_transfers | Retrieve the stock transfers associated to the line item |
StockTransfersApi | GETOrderIdStockTransfers | Get /orders/{orderId}/stock_transfers | Retrieve the stock transfers associated to the order |
StockTransfersApi | GETShipmentIdStockTransfers | Get /shipments/{shipmentId}/stock_transfers | Retrieve the stock transfers associated to the shipment |
StockTransfersApi | GETStockLocationIdStockTransfers | Get /stock_locations/{stockLocationId}/stock_transfers | Retrieve the stock transfers associated to the stock location |
StockTransfersApi | GETStockReservationIdStockTransfer | Get /stock_reservations/{stockReservationId}/stock_transfer | Retrieve the stock transfer associated to the stock reservation |
StockTransfersApi | GETStockTransfers | Get /stock_transfers | List all stock transfers |
StockTransfersApi | GETStockTransfersStockTransferId | Get /stock_transfers/{stockTransferId} | Retrieve a stock transfer |
StockTransfersApi | PATCHStockTransfersStockTransferId | Patch /stock_transfers/{stockTransferId} | Update a stock transfer |
StockTransfersApi | POSTStockTransfers | Post /stock_transfers | Create a stock transfer |
StoresApi | DELETEStoresStoreId | Delete /stores/{storeId} | Delete a store |
StoresApi | GETMarketIdStores | Get /markets/{marketId}/stores | Retrieve the stores associated to the market |
StoresApi | GETOrderIdStore | Get /orders/{orderId}/store | Retrieve the store associated to the order |
StoresApi | GETPaymentMethodIdStore | Get /payment_methods/{paymentMethodId}/store | Retrieve the store associated to the payment method |
StoresApi | GETStockLocationIdStores | Get /stock_locations/{stockLocationId}/stores | Retrieve the stores associated to the stock location |
StoresApi | GETStores | Get /stores | List all stores |
StoresApi | GETStoresStoreId | Get /stores/{storeId} | Retrieve a store |
StoresApi | PATCHStoresStoreId | Patch /stores/{storeId} | Update a store |
StoresApi | POSTStores | Post /stores | Create a store |
StripeGatewaysApi | DELETEStripeGatewaysStripeGatewayId | Delete /stripe_gateways/{stripeGatewayId} | Delete a stripe gateway |
StripeGatewaysApi | GETStripeGateways | Get /stripe_gateways | List all stripe gateways |
StripeGatewaysApi | GETStripeGatewaysStripeGatewayId | Get /stripe_gateways/{stripeGatewayId} | Retrieve a stripe gateway |
StripeGatewaysApi | PATCHStripeGatewaysStripeGatewayId | Patch /stripe_gateways/{stripeGatewayId} | Update a stripe gateway |
StripeGatewaysApi | POSTStripeGateways | Post /stripe_gateways | Create a stripe gateway |
StripePaymentsApi | DELETEStripePaymentsStripePaymentId | Delete /stripe_payments/{stripePaymentId} | Delete a stripe payment |
StripePaymentsApi | GETStripeGatewayIdStripePayments | Get /stripe_gateways/{stripeGatewayId}/stripe_payments | Retrieve the stripe payments associated to the stripe gateway |
StripePaymentsApi | GETStripePayments | Get /stripe_payments | List all stripe payments |
StripePaymentsApi | GETStripePaymentsStripePaymentId | Get /stripe_payments/{stripePaymentId} | Retrieve a stripe payment |
StripePaymentsApi | PATCHStripePaymentsStripePaymentId | Patch /stripe_payments/{stripePaymentId} | Update a stripe payment |
StripePaymentsApi | POSTStripePayments | Post /stripe_payments | Create a stripe payment |
SubscriptionModelsApi | DELETESubscriptionModelsSubscriptionModelId | Delete /subscription_models/{subscriptionModelId} | Delete a subscription model |
SubscriptionModelsApi | GETMarketIdSubscriptionModel | Get /markets/{marketId}/subscription_model | Retrieve the subscription model associated to the market |
SubscriptionModelsApi | GETOrderSubscriptionIdSubscriptionModel | Get /order_subscriptions/{orderSubscriptionId}/subscription_model | Retrieve the subscription model associated to the order subscription |
SubscriptionModelsApi | GETSubscriptionModels | Get /subscription_models | List all subscription models |
SubscriptionModelsApi | GETSubscriptionModelsSubscriptionModelId | Get /subscription_models/{subscriptionModelId} | Retrieve a subscription model |
SubscriptionModelsApi | PATCHSubscriptionModelsSubscriptionModelId | Patch /subscription_models/{subscriptionModelId} | Update a subscription model |
SubscriptionModelsApi | POSTSubscriptionModels | Post /subscription_models | Create a subscription model |
TagsApi | DELETETagsTagId | Delete /tags/{tagId} | Delete a tag |
TagsApi | GETAddressIdTags | Get /addresses/{addressId}/tags | Retrieve the tags associated to the address |
TagsApi | GETBundleIdTags | Get /bundles/{bundleId}/tags | Retrieve the tags associated to the bundle |
TagsApi | GETBuyXPayYPromotionIdTags | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/tags | Retrieve the tags associated to the buy x pay y promotion |
TagsApi | GETCouponIdTags | Get /coupons/{couponId}/tags | Retrieve the tags associated to the coupon |
TagsApi | GETCustomerIdTags | Get /customers/{customerId}/tags | Retrieve the tags associated to the customer |
TagsApi | GETExternalPromotionIdTags | Get /external_promotions/{externalPromotionId}/tags | Retrieve the tags associated to the external promotion |
TagsApi | GETFixedAmountPromotionIdTags | Get /fixed_amount_promotions/{fixedAmountPromotionId}/tags | Retrieve the tags associated to the fixed amount promotion |
TagsApi | GETFixedPricePromotionIdTags | Get /fixed_price_promotions/{fixedPricePromotionId}/tags | Retrieve the tags associated to the fixed price promotion |
TagsApi | GETFlexPromotionIdTags | Get /flex_promotions/{flexPromotionId}/tags | Retrieve the tags associated to the flex promotion |
TagsApi | GETFreeGiftPromotionIdTags | Get /free_gift_promotions/{freeGiftPromotionId}/tags | Retrieve the tags associated to the free gift promotion |
TagsApi | GETFreeShippingPromotionIdTags | Get /free_shipping_promotions/{freeShippingPromotionId}/tags | Retrieve the tags associated to the free shipping promotion |
TagsApi | GETGiftCardIdTags | Get /gift_cards/{giftCardId}/tags | Retrieve the tags associated to the gift card |
TagsApi | GETLineItemIdTags | Get /line_items/{lineItemId}/tags | Retrieve the tags associated to the line item |
TagsApi | GETLineItemOptionIdTags | Get /line_item_options/{lineItemOptionId}/tags | Retrieve the tags associated to the line item option |
TagsApi | GETOrderIdTags | Get /orders/{orderId}/tags | Retrieve the tags associated to the order |
TagsApi | GETOrderSubscriptionIdTags | Get /order_subscriptions/{orderSubscriptionId}/tags | Retrieve the tags associated to the order subscription |
TagsApi | GETPercentageDiscountPromotionIdTags | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/tags | Retrieve the tags associated to the percentage discount promotion |
TagsApi | GETPromotionIdTags | Get /promotions/{promotionId}/tags | Retrieve the tags associated to the promotion |
TagsApi | GETReturnIdTags | Get /returns/{returnId}/tags | Retrieve the tags associated to the return |
TagsApi | GETShipmentIdTags | Get /shipments/{shipmentId}/tags | Retrieve the tags associated to the shipment |
TagsApi | GETSkuIdTags | Get /skus/{skuId}/tags | Retrieve the tags associated to the SKU |
TagsApi | GETSkuOptionIdTags | Get /sku_options/{skuOptionId}/tags | Retrieve the tags associated to the SKU option |
TagsApi | GETTags | Get /tags | List all tags |
TagsApi | GETTagsTagId | Get /tags/{tagId} | Retrieve a tag |
TagsApi | PATCHTagsTagId | Patch /tags/{tagId} | Update a tag |
TagsApi | POSTTags | Post /tags | Create a tag |
TaxCalculatorsApi | GETMarketIdTaxCalculator | Get /markets/{marketId}/tax_calculator | Retrieve the tax calculator associated to the market |
TaxCalculatorsApi | GETTaxCalculators | Get /tax_calculators | List all tax calculators |
TaxCalculatorsApi | GETTaxCalculatorsTaxCalculatorId | Get /tax_calculators/{taxCalculatorId} | Retrieve a tax calculator |
TaxCategoriesApi | DELETETaxCategoriesTaxCategoryId | Delete /tax_categories/{taxCategoryId} | Delete a tax category |
TaxCategoriesApi | GETAvalaraAccountIdTaxCategories | Get /avalara_accounts/{avalaraAccountId}/tax_categories | Retrieve the tax categories associated to the avalara account |
TaxCategoriesApi | GETTaxCategories | Get /tax_categories | List all tax categories |
TaxCategoriesApi | GETTaxCategoriesTaxCategoryId | Get /tax_categories/{taxCategoryId} | Retrieve a tax category |
TaxCategoriesApi | GETTaxjarAccountIdTaxCategories | Get /taxjar_accounts/{taxjarAccountId}/tax_categories | Retrieve the tax categories associated to the taxjar account |
TaxCategoriesApi | PATCHTaxCategoriesTaxCategoryId | Patch /tax_categories/{taxCategoryId} | Update a tax category |
TaxCategoriesApi | POSTTaxCategories | Post /tax_categories | Create a tax category |
TaxRulesApi | DELETETaxRulesTaxRuleId | Delete /tax_rules/{taxRuleId} | Delete a tax rule |
TaxRulesApi | GETManualTaxCalculatorIdTaxRules | Get /manual_tax_calculators/{manualTaxCalculatorId}/tax_rules | Retrieve the tax rules associated to the manual tax calculator |
TaxRulesApi | GETTaxRules | Get /tax_rules | List all tax rules |
TaxRulesApi | GETTaxRulesTaxRuleId | Get /tax_rules/{taxRuleId} | Retrieve a tax rule |
TaxRulesApi | PATCHTaxRulesTaxRuleId | Patch /tax_rules/{taxRuleId} | Update a tax rule |
TaxRulesApi | POSTTaxRules | Post /tax_rules | Create a tax rule |
TaxjarAccountsApi | DELETETaxjarAccountsTaxjarAccountId | Delete /taxjar_accounts/{taxjarAccountId} | Delete a taxjar account |
TaxjarAccountsApi | GETTaxjarAccounts | Get /taxjar_accounts | List all taxjar accounts |
TaxjarAccountsApi | GETTaxjarAccountsTaxjarAccountId | Get /taxjar_accounts/{taxjarAccountId} | Retrieve a taxjar account |
TaxjarAccountsApi | PATCHTaxjarAccountsTaxjarAccountId | Patch /taxjar_accounts/{taxjarAccountId} | Update a taxjar account |
TaxjarAccountsApi | POSTTaxjarAccounts | Post /taxjar_accounts | Create a taxjar account |
TransactionsApi | GETTransactions | Get /transactions | List all transactions |
TransactionsApi | GETTransactionsTransactionId | Get /transactions/{transactionId} | Retrieve a transaction |
VersionsApi | GETAddressIdVersions | Get /addresses/{addressId}/versions | Retrieve the versions associated to the address |
VersionsApi | GETAdjustmentIdVersions | Get /adjustments/{adjustmentId}/versions | Retrieve the versions associated to the adjustment |
VersionsApi | GETAdyenGatewayIdVersions | Get /adyen_gateways/{adyenGatewayId}/versions | Retrieve the versions associated to the adyen gateway |
VersionsApi | GETAdyenPaymentIdVersions | Get /adyen_payments/{adyenPaymentId}/versions | Retrieve the versions associated to the adyen payment |
VersionsApi | GETAuthorizationIdVersions | Get /authorizations/{authorizationId}/versions | Retrieve the versions associated to the authorization |
VersionsApi | GETAvalaraAccountIdVersions | Get /avalara_accounts/{avalaraAccountId}/versions | Retrieve the versions associated to the avalara account |
VersionsApi | GETAxerveGatewayIdVersions | Get /axerve_gateways/{axerveGatewayId}/versions | Retrieve the versions associated to the axerve gateway |
VersionsApi | GETAxervePaymentIdVersions | Get /axerve_payments/{axervePaymentId}/versions | Retrieve the versions associated to the axerve payment |
VersionsApi | GETBraintreeGatewayIdVersions | Get /braintree_gateways/{braintreeGatewayId}/versions | Retrieve the versions associated to the braintree gateway |
VersionsApi | GETBraintreePaymentIdVersions | Get /braintree_payments/{braintreePaymentId}/versions | Retrieve the versions associated to the braintree payment |
VersionsApi | GETBundleIdVersions | Get /bundles/{bundleId}/versions | Retrieve the versions associated to the bundle |
VersionsApi | GETBuyXPayYPromotionIdVersions | Get /buy_x_pay_y_promotions/{buyXPayYPromotionId}/versions | Retrieve the versions associated to the buy x pay y promotion |
VersionsApi | GETCaptureIdVersions | Get /captures/{captureId}/versions | Retrieve the versions associated to the capture |
VersionsApi | GETCarrierAccountIdVersions | Get /carrier_accounts/{carrierAccountId}/versions | Retrieve the versions associated to the carrier account |
VersionsApi | GETCheckoutComGatewayIdVersions | Get /checkout_com_gateways/{checkoutComGatewayId}/versions | Retrieve the versions associated to the checkout.com gateway |
VersionsApi | GETCheckoutComPaymentIdVersions | Get /checkout_com_payments/{checkoutComPaymentId}/versions | Retrieve the versions associated to the checkout.com payment |
VersionsApi | GETCleanupIdVersions | Get /cleanups/{cleanupId}/versions | Retrieve the versions associated to the cleanup |
VersionsApi | GETCouponCodesPromotionRuleIdVersions | Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/versions | Retrieve the versions associated to the coupon codes promotion rule |
VersionsApi | GETCouponIdVersions | Get /coupons/{couponId}/versions | Retrieve the versions associated to the coupon |
VersionsApi | GETCouponRecipientIdVersions | Get /coupon_recipients/{couponRecipientId}/versions | Retrieve the versions associated to the coupon recipient |
VersionsApi | GETCustomPromotionRuleIdVersions | Get /custom_promotion_rules/{customPromotionRuleId}/versions | Retrieve the versions associated to the custom promotion rule |
VersionsApi | GETCustomerAddressIdVersions | Get /customer_addresses/{customerAddressId}/versions | Retrieve the versions associated to the customer address |
VersionsApi | GETCustomerGroupIdVersions | Get /customer_groups/{customerGroupId}/versions | Retrieve the versions associated to the customer group |
VersionsApi | GETCustomerPaymentSourceIdVersions | Get /customer_payment_sources/{customerPaymentSourceId}/versions | Retrieve the versions associated to the customer payment source |
VersionsApi | GETCustomerSubscriptionIdVersions | Get /customer_subscriptions/{customerSubscriptionId}/versions | Retrieve the versions associated to the customer subscription |
VersionsApi | GETDeliveryLeadTimeIdVersions | Get /delivery_lead_times/{deliveryLeadTimeId}/versions | Retrieve the versions associated to the delivery lead time |
VersionsApi | GETExternalGatewayIdVersions | Get /external_gateways/{externalGatewayId}/versions | Retrieve the versions associated to the external gateway |
VersionsApi | GETExternalPaymentIdVersions | Get /external_payments/{externalPaymentId}/versions | Retrieve the versions associated to the external payment |
VersionsApi | GETExternalPromotionIdVersions | Get /external_promotions/{externalPromotionId}/versions | Retrieve the versions associated to the external promotion |
VersionsApi | GETExternalTaxCalculatorIdVersions | Get /external_tax_calculators/{externalTaxCalculatorId}/versions | Retrieve the versions associated to the external tax calculator |
VersionsApi | GETFixedAmountPromotionIdVersions | Get /fixed_amount_promotions/{fixedAmountPromotionId}/versions | Retrieve the versions associated to the fixed amount promotion |
VersionsApi | GETFixedPricePromotionIdVersions | Get /fixed_price_promotions/{fixedPricePromotionId}/versions | Retrieve the versions associated to the fixed price promotion |
VersionsApi | GETFlexPromotionIdVersions | Get /flex_promotions/{flexPromotionId}/versions | Retrieve the versions associated to the flex promotion |
VersionsApi | GETFreeGiftPromotionIdVersions | Get /free_gift_promotions/{freeGiftPromotionId}/versions | Retrieve the versions associated to the free gift promotion |
VersionsApi | GETFreeShippingPromotionIdVersions | Get /free_shipping_promotions/{freeShippingPromotionId}/versions | Retrieve the versions associated to the free shipping promotion |
VersionsApi | GETGiftCardIdVersions | Get /gift_cards/{giftCardId}/versions | Retrieve the versions associated to the gift card |
VersionsApi | GETGiftCardRecipientIdVersions | Get /gift_card_recipients/{giftCardRecipientId}/versions | Retrieve the versions associated to the gift card recipient |
VersionsApi | GETInStockSubscriptionIdVersions | Get /in_stock_subscriptions/{inStockSubscriptionId}/versions | Retrieve the versions associated to the in stock subscription |
VersionsApi | GETInventoryModelIdVersions | Get /inventory_models/{inventoryModelId}/versions | Retrieve the versions associated to the inventory model |
VersionsApi | GETInventoryReturnLocationIdVersions | Get /inventory_return_locations/{inventoryReturnLocationId}/versions | Retrieve the versions associated to the inventory return location |
VersionsApi | GETInventoryStockLocationIdVersions | Get /inventory_stock_locations/{inventoryStockLocationId}/versions | Retrieve the versions associated to the inventory stock location |
VersionsApi | GETKlarnaGatewayIdVersions | Get /klarna_gateways/{klarnaGatewayId}/versions | Retrieve the versions associated to the klarna gateway |
VersionsApi | GETKlarnaPaymentIdVersions | Get /klarna_payments/{klarnaPaymentId}/versions | Retrieve the versions associated to the klarna payment |
VersionsApi | GETManualGatewayIdVersions | Get /manual_gateways/{manualGatewayId}/versions | Retrieve the versions associated to the manual gateway |
VersionsApi | GETManualTaxCalculatorIdVersions | Get /manual_tax_calculators/{manualTaxCalculatorId}/versions | Retrieve the versions associated to the manual tax calculator |
VersionsApi | GETMarketIdVersions | Get /markets/{marketId}/versions | Retrieve the versions associated to the market |
VersionsApi | GETMerchantIdVersions | Get /merchants/{merchantId}/versions | Retrieve the versions associated to the merchant |
VersionsApi | GETOrderAmountPromotionRuleIdVersions | Get /order_amount_promotion_rules/{orderAmountPromotionRuleId}/versions | Retrieve the versions associated to the order amount promotion rule |
VersionsApi | GETOrderIdVersions | Get /orders/{orderId}/versions | Retrieve the versions associated to the order |
VersionsApi | GETOrderSubscriptionIdVersions | Get /order_subscriptions/{orderSubscriptionId}/versions | Retrieve the versions associated to the order subscription |
VersionsApi | GETPackageIdVersions | Get /packages/{packageId}/versions | Retrieve the versions associated to the package |
VersionsApi | GETParcelIdVersions | Get /parcels/{parcelId}/versions | Retrieve the versions associated to the parcel |
VersionsApi | GETParcelLineItemIdVersions | Get /parcel_line_items/{parcelLineItemId}/versions | Retrieve the versions associated to the parcel line item |
VersionsApi | GETPaymentGatewayIdVersions | Get /payment_gateways/{paymentGatewayId}/versions | Retrieve the versions associated to the payment gateway |
VersionsApi | GETPaymentMethodIdVersions | Get /payment_methods/{paymentMethodId}/versions | Retrieve the versions associated to the payment method |
VersionsApi | GETPaypalGatewayIdVersions | Get /paypal_gateways/{paypalGatewayId}/versions | Retrieve the versions associated to the paypal gateway |
VersionsApi | GETPaypalPaymentIdVersions | Get /paypal_payments/{paypalPaymentId}/versions | Retrieve the versions associated to the paypal payment |
VersionsApi | GETPercentageDiscountPromotionIdVersions | Get /percentage_discount_promotions/{percentageDiscountPromotionId}/versions | Retrieve the versions associated to the percentage discount promotion |
VersionsApi | GETPriceFrequencyTierIdVersions | Get /price_frequency_tiers/{priceFrequencyTierId}/versions | Retrieve the versions associated to the price frequency tier |
VersionsApi | GETPriceIdVersions | Get /prices/{priceId}/versions | Retrieve the versions associated to the price |
VersionsApi | GETPriceListIdVersions | Get /price_lists/{priceListId}/versions | Retrieve the versions associated to the price list |
VersionsApi | GETPriceListSchedulerIdVersions | Get /price_list_schedulers/{priceListSchedulerId}/versions | Retrieve the versions associated to the price list scheduler |
VersionsApi | GETPriceTierIdVersions | Get /price_tiers/{priceTierId}/versions | Retrieve the versions associated to the price tier |
VersionsApi | GETPriceVolumeTierIdVersions | Get /price_volume_tiers/{priceVolumeTierId}/versions | Retrieve the versions associated to the price volume tier |
VersionsApi | GETPromotionIdVersions | Get /promotions/{promotionId}/versions | Retrieve the versions associated to the promotion |
VersionsApi | GETPromotionRuleIdVersions | Get /promotion_rules/{promotionRuleId}/versions | Retrieve the versions associated to the promotion rule |
VersionsApi | GETRefundIdVersions | Get /refunds/{refundId}/versions | Retrieve the versions associated to the refund |
VersionsApi | GETReservedStockIdVersions | Get /reserved_stocks/{reservedStockId}/versions | Retrieve the versions associated to the reserved stock |
VersionsApi | GETReturnIdVersions | Get /returns/{returnId}/versions | Retrieve the versions associated to the return |
VersionsApi | GETSatispayGatewayIdVersions | Get /satispay_gateways/{satispayGatewayId}/versions | Retrieve the versions associated to the satispay gateway |
VersionsApi | GETSatispayPaymentIdVersions | Get /satispay_payments/{satispayPaymentId}/versions | Retrieve the versions associated to the satispay payment |
VersionsApi | GETShipmentIdVersions | Get /shipments/{shipmentId}/versions | Retrieve the versions associated to the shipment |
VersionsApi | GETShippingCategoryIdVersions | Get /shipping_categories/{shippingCategoryId}/versions | Retrieve the versions associated to the shipping category |
VersionsApi | GETShippingMethodIdVersions | Get /shipping_methods/{shippingMethodId}/versions | Retrieve the versions associated to the shipping method |
VersionsApi | GETShippingMethodTierIdVersions | Get /shipping_method_tiers/{shippingMethodTierId}/versions | Retrieve the versions associated to the shipping method tier |
VersionsApi | GETShippingWeightTierIdVersions | Get /shipping_weight_tiers/{shippingWeightTierId}/versions | Retrieve the versions associated to the shipping weight tier |
VersionsApi | GETShippingZoneIdVersions | Get /shipping_zones/{shippingZoneId}/versions | Retrieve the versions associated to the shipping zone |
VersionsApi | GETSkuIdVersions | Get /skus/{skuId}/versions | Retrieve the versions associated to the SKU |
VersionsApi | GETSkuListIdVersions | Get /sku_lists/{skuListId}/versions | Retrieve the versions associated to the SKU list |
VersionsApi | GETSkuListItemIdVersions | Get /sku_list_items/{skuListItemId}/versions | Retrieve the versions associated to the SKU list item |
VersionsApi | GETSkuListPromotionRuleIdVersions | Get /sku_list_promotion_rules/{skuListPromotionRuleId}/versions | Retrieve the versions associated to the SKU list promotion rule |
VersionsApi | GETSkuOptionIdVersions | Get /sku_options/{skuOptionId}/versions | Retrieve the versions associated to the SKU option |
VersionsApi | GETStockItemIdVersions | Get /stock_items/{stockItemId}/versions | Retrieve the versions associated to the stock item |
VersionsApi | GETStockLineItemIdVersions | Get /stock_line_items/{stockLineItemId}/versions | Retrieve the versions associated to the stock line item |
VersionsApi | GETStockLocationIdVersions | Get /stock_locations/{stockLocationId}/versions | Retrieve the versions associated to the stock location |
VersionsApi | GETStockTransferIdVersions | Get /stock_transfers/{stockTransferId}/versions | Retrieve the versions associated to the stock transfer |
VersionsApi | GETStoreIdVersions | Get /stores/{storeId}/versions | Retrieve the versions associated to the store |
VersionsApi | GETStripeGatewayIdVersions | Get /stripe_gateways/{stripeGatewayId}/versions | Retrieve the versions associated to the stripe gateway |
VersionsApi | GETStripePaymentIdVersions | Get /stripe_payments/{stripePaymentId}/versions | Retrieve the versions associated to the stripe payment |
VersionsApi | GETTaxCalculatorIdVersions | Get /tax_calculators/{taxCalculatorId}/versions | Retrieve the versions associated to the tax calculator |
VersionsApi | GETTaxCategoryIdVersions | Get /tax_categories/{taxCategoryId}/versions | Retrieve the versions associated to the tax category |
VersionsApi | GETTaxRuleIdVersions | Get /tax_rules/{taxRuleId}/versions | Retrieve the versions associated to the tax rule |
VersionsApi | GETTaxjarAccountIdVersions | Get /taxjar_accounts/{taxjarAccountId}/versions | Retrieve the versions associated to the taxjar account |
VersionsApi | GETTransactionIdVersions | Get /transactions/{transactionId}/versions | Retrieve the versions associated to the transaction |
VersionsApi | GETVersions | Get /versions | List all versions |
VersionsApi | GETVersionsVersionId | Get /versions/{versionId} | Retrieve a version |
VersionsApi | GETVoidIdVersions | Get /voids/{voidId}/versions | Retrieve the versions associated to the void |
VersionsApi | GETWebhookIdVersions | Get /webhooks/{webhookId}/versions | Retrieve the versions associated to the webhook |
VersionsApi | GETWireTransferIdVersions | Get /wire_transfers/{wireTransferId}/versions | Retrieve the versions associated to the wire transfer |
VoidsApi | GETAuthorizationIdVoids | Get /authorizations/{authorizationId}/voids | Retrieve the voids associated to the authorization |
VoidsApi | GETOrderIdVoids | Get /orders/{orderId}/voids | Retrieve the voids associated to the order |
VoidsApi | GETVoids | Get /voids | List all voids |
VoidsApi | GETVoidsVoidId | Get /voids/{voidId} | Retrieve a void |
VoidsApi | PATCHVoidsVoidId | Patch /voids/{voidId} | Update a void |
WebhooksApi | DELETEWebhooksWebhookId | Delete /webhooks/{webhookId} | Delete a webhook |
WebhooksApi | GETEventCallbackIdWebhook | Get /event_callbacks/{eventCallbackId}/webhook | Retrieve the webhook associated to the event callback |
WebhooksApi | GETEventIdWebhooks | Get /events/{eventId}/webhooks | Retrieve the webhooks associated to the event |
WebhooksApi | GETWebhooks | Get /webhooks | List all webhooks |
WebhooksApi | GETWebhooksWebhookId | Get /webhooks/{webhookId} | Retrieve a webhook |
WebhooksApi | PATCHWebhooksWebhookId | Patch /webhooks/{webhookId} | Update a webhook |
WebhooksApi | POSTWebhooks | Post /webhooks | Create a webhook |
WireTransfersApi | DELETEWireTransfersWireTransferId | Delete /wire_transfers/{wireTransferId} | Delete a wire transfer |
WireTransfersApi | GETWireTransfers | Get /wire_transfers | List all wire transfers |
WireTransfersApi | GETWireTransfersWireTransferId | Get /wire_transfers/{wireTransferId} | Retrieve a wire transfer |
WireTransfersApi | PATCHWireTransfersWireTransferId | Patch /wire_transfers/{wireTransferId} | Update a wire transfer |
WireTransfersApi | POSTWireTransfers | Post /wire_transfers | Create a wire transfer |
Documentation For Models
- Address
- AddressCreate
- AddressCreateData
- AddressCreateDataRelationships
- AddressCreateDataRelationshipsGeocoder
- AddressCreateDataRelationshipsTags
- AddressData
- AddressDataRelationships
- AddressDataRelationshipsEvents
- AddressDataRelationshipsEventsData
- AddressDataRelationshipsGeocoder
- AddressDataRelationshipsGeocoderData
- AddressDataRelationshipsTags
- AddressDataRelationshipsTagsData
- AddressDataRelationshipsVersions
- AddressDataRelationshipsVersionsData
- AddressUpdate
- AddressUpdateData
- Adjustment
- AdjustmentCreate
- AdjustmentCreateData
- AdjustmentData
- AdjustmentDataRelationships
- AdjustmentUpdate
- AdjustmentUpdateData
- AdyenGateway
- AdyenGatewayCreate
- AdyenGatewayCreateData
- AdyenGatewayCreateDataRelationships
- AdyenGatewayCreateDataRelationshipsAdyenPayments
- AdyenGatewayData
- AdyenGatewayDataRelationships
- AdyenGatewayDataRelationshipsAdyenPayments
- AdyenGatewayDataRelationshipsAdyenPaymentsData
- AdyenGatewayDataRelationshipsPaymentMethods
- AdyenGatewayDataRelationshipsPaymentMethodsData
- AdyenGatewayUpdate
- AdyenGatewayUpdateData
- AdyenPayment
- AdyenPaymentCreate
- AdyenPaymentCreateData
- AdyenPaymentCreateDataRelationships
- AdyenPaymentCreateDataRelationshipsOrder
- AdyenPaymentData
- AdyenPaymentDataRelationships
- AdyenPaymentDataRelationshipsOrder
- AdyenPaymentDataRelationshipsOrderData
- AdyenPaymentDataRelationshipsPaymentGateway
- AdyenPaymentDataRelationshipsPaymentGatewayData
- AdyenPaymentUpdate
- AdyenPaymentUpdateData
- AdyenPaymentUpdateDataRelationships
- Application
- ApplicationData
- Attachment
- AttachmentCreate
- AttachmentCreateData
- AttachmentCreateDataRelationships
- AttachmentCreateDataRelationshipsAttachable
- AttachmentData
- AttachmentDataRelationships
- AttachmentDataRelationshipsAttachable
- AttachmentDataRelationshipsAttachableData
- AttachmentUpdate
- AttachmentUpdateData
- AttachmentUpdateDataRelationships
- Authorization
- AuthorizationData
- AuthorizationDataRelationships
- AuthorizationDataRelationshipsAttachments
- AuthorizationDataRelationshipsAttachmentsData
- AuthorizationDataRelationshipsCaptures
- AuthorizationDataRelationshipsCapturesData
- AuthorizationDataRelationshipsPaymentSource
- AuthorizationDataRelationshipsPaymentSourceData
- AuthorizationDataRelationshipsVoids
- AuthorizationDataRelationshipsVoidsData
- AuthorizationUpdate
- AuthorizationUpdateData
- AvalaraAccount
- AvalaraAccountCreate
- AvalaraAccountCreateData
- AvalaraAccountCreateDataRelationships
- AvalaraAccountCreateDataRelationshipsTaxCategories
- AvalaraAccountData
- AvalaraAccountDataRelationships
- AvalaraAccountDataRelationshipsMarkets
- AvalaraAccountDataRelationshipsMarketsData
- AvalaraAccountDataRelationshipsTaxCategories
- AvalaraAccountDataRelationshipsTaxCategoriesData
- AvalaraAccountUpdate
- AvalaraAccountUpdateData
- AxerveGateway
- AxerveGatewayCreate
- AxerveGatewayCreateData
- AxerveGatewayCreateDataRelationships
- AxerveGatewayCreateDataRelationshipsAxervePayments
- AxerveGatewayData
- AxerveGatewayDataRelationships
- AxerveGatewayDataRelationshipsAxervePayments
- AxerveGatewayDataRelationshipsAxervePaymentsData
- AxerveGatewayUpdate
- AxerveGatewayUpdateData
- AxervePayment
- AxervePaymentCreate
- AxervePaymentCreateData
- AxervePaymentData
- AxervePaymentUpdate
- AxervePaymentUpdateData
- BingGeocoder
- BingGeocoderCreate
- BingGeocoderCreateData
- BingGeocoderData
- BingGeocoderDataRelationships
- BingGeocoderDataRelationshipsAddresses
- BingGeocoderDataRelationshipsAddressesData
- BingGeocoderUpdate
- BingGeocoderUpdateData
- BraintreeGateway
- BraintreeGatewayCreate
- BraintreeGatewayCreateData
- BraintreeGatewayCreateDataRelationships
- BraintreeGatewayCreateDataRelationshipsBraintreePayments
- BraintreeGatewayData
- BraintreeGatewayDataRelationships
- BraintreeGatewayDataRelationshipsBraintreePayments
- BraintreeGatewayDataRelationshipsBraintreePaymentsData
- BraintreeGatewayUpdate
- BraintreeGatewayUpdateData
- BraintreePayment
- BraintreePaymentCreate
- BraintreePaymentCreateData
- BraintreePaymentData
- BraintreePaymentUpdate
- BraintreePaymentUpdateData
- Bundle
- BundleCreate
- BundleCreateData
- BundleCreateDataRelationships
- BundleCreateDataRelationshipsMarket
- BundleCreateDataRelationshipsSkuList
- BundleData
- BundleDataRelationships
- BundleDataRelationshipsSkuList
- BundleDataRelationshipsSkuListData
- BundleDataRelationshipsSkus
- BundleDataRelationshipsSkusData
- BundleUpdate
- BundleUpdateData
- BundleUpdateDataRelationships
- BuyXPayYPromotion
- BuyXPayYPromotionCreate
- BuyXPayYPromotionCreateData
- BuyXPayYPromotionCreateDataRelationships
- BuyXPayYPromotionCreateDataRelationshipsCouponCodesPromotionRule
- BuyXPayYPromotionCreateDataRelationshipsCustomPromotionRule
- BuyXPayYPromotionCreateDataRelationshipsOrderAmountPromotionRule
- BuyXPayYPromotionCreateDataRelationshipsSkuListPromotionRule
- BuyXPayYPromotionData
- BuyXPayYPromotionDataRelationships
- BuyXPayYPromotionDataRelationshipsCouponCodesPromotionRule
- BuyXPayYPromotionDataRelationshipsCouponCodesPromotionRuleData
- BuyXPayYPromotionDataRelationshipsCoupons
- BuyXPayYPromotionDataRelationshipsCouponsData
- BuyXPayYPromotionDataRelationshipsCustomPromotionRule
- BuyXPayYPromotionDataRelationshipsCustomPromotionRuleData
- BuyXPayYPromotionDataRelationshipsOrderAmountPromotionRule
- BuyXPayYPromotionDataRelationshipsOrderAmountPromotionRuleData
- BuyXPayYPromotionDataRelationshipsPromotionRules
- BuyXPayYPromotionDataRelationshipsPromotionRulesData
- BuyXPayYPromotionDataRelationshipsSkuListPromotionRule
- BuyXPayYPromotionDataRelationshipsSkuListPromotionRuleData
- BuyXPayYPromotionUpdate
- BuyXPayYPromotionUpdateData
- BuyXPayYPromotionUpdateDataRelationships
- Capture
- CaptureData
- CaptureDataRelationships
- CaptureDataRelationshipsReferenceAuthorization
- CaptureDataRelationshipsReferenceAuthorizationData
- CaptureDataRelationshipsRefunds
- CaptureDataRelationshipsRefundsData
- CaptureDataRelationshipsReturn
- CaptureDataRelationshipsReturnData
- CaptureUpdate
- CaptureUpdateData
- CarrierAccount
- CarrierAccountCreate
- CarrierAccountCreateData
- CarrierAccountCreateDataRelationships
- CarrierAccountData
- CarrierAccountDataRelationships
- CarrierAccountUpdate
- CarrierAccountUpdateData
- CheckoutComGateway
- CheckoutComGatewayCreate
- CheckoutComGatewayCreateData
- CheckoutComGatewayCreateDataRelationships
- CheckoutComGatewayCreateDataRelationshipsCheckoutComPayments
- CheckoutComGatewayData
- CheckoutComGatewayDataRelationships
- CheckoutComGatewayDataRelationshipsCheckoutComPayments
- CheckoutComGatewayDataRelationshipsCheckoutComPaymentsData
- CheckoutComGatewayUpdate
- CheckoutComGatewayUpdateData
- CheckoutComPayment
- CheckoutComPaymentCreate
- CheckoutComPaymentCreateData
- CheckoutComPaymentData
- CheckoutComPaymentUpdate
- CheckoutComPaymentUpdateData
- Cleanup
- CleanupCreate
- CleanupCreateData
- CleanupData
- CleanupDataRelationships
- CleanupUpdate
- CleanupUpdateData
- Coupon
- CouponCodesPromotionRule
- CouponCodesPromotionRuleCreate
- CouponCodesPromotionRuleCreateData
- CouponCodesPromotionRuleCreateDataRelationships
- CouponCodesPromotionRuleCreateDataRelationshipsCoupons
- CouponCodesPromotionRuleCreateDataRelationshipsPromotion
- CouponCodesPromotionRuleData
- CouponCodesPromotionRuleDataRelationships
- CouponCodesPromotionRuleDataRelationshipsPromotion
- CouponCodesPromotionRuleDataRelationshipsPromotionData
- CouponCodesPromotionRuleUpdate
- CouponCodesPromotionRuleUpdateData
- CouponCodesPromotionRuleUpdateDataRelationships
- CouponCreate
- CouponCreateData
- CouponCreateDataRelationships
- CouponCreateDataRelationshipsCouponRecipient
- CouponData
- CouponDataRelationships
- CouponDataRelationshipsCouponRecipient
- CouponDataRelationshipsCouponRecipientData
- CouponRecipient
- CouponRecipientCreate
- CouponRecipientCreateData
- CouponRecipientCreateDataRelationships
- CouponRecipientCreateDataRelationshipsCustomer
- CouponRecipientData
- CouponRecipientDataRelationships
- CouponRecipientDataRelationshipsCustomer
- CouponRecipientDataRelationshipsCustomerData
- CouponRecipientUpdate
- CouponRecipientUpdateData
- CouponUpdate
- CouponUpdateData
- CouponUpdateDataRelationships
- CustomPromotionRule
- CustomPromotionRuleCreate
- CustomPromotionRuleCreateData
- CustomPromotionRuleCreateDataRelationships
- CustomPromotionRuleData
- CustomPromotionRuleDataRelationships
- CustomPromotionRuleUpdate
- CustomPromotionRuleUpdateData
- CustomPromotionRuleUpdateDataRelationships
- Customer
- CustomerAddress
- CustomerAddressCreate
- CustomerAddressCreateData
- CustomerAddressCreateDataRelationships
- CustomerAddressCreateDataRelationshipsAddress
- CustomerAddressData
- CustomerAddressDataRelationships
- CustomerAddressUpdate
- CustomerAddressUpdateData
- CustomerAddressUpdateDataRelationships
- CustomerCreate
- CustomerCreateData
- CustomerCreateDataRelationships
- CustomerCreateDataRelationshipsCustomerGroup
- CustomerData
- CustomerDataRelationships
- CustomerDataRelationshipsCustomerAddresses
- CustomerDataRelationshipsCustomerAddressesData
- CustomerDataRelationshipsCustomerGroup
- CustomerDataRelationshipsCustomerGroupData
- CustomerDataRelationshipsCustomerPaymentSources
- CustomerDataRelationshipsCustomerPaymentSourcesData
- CustomerDataRelationshipsCustomerSubscriptions
- CustomerDataRelationshipsCustomerSubscriptionsData
- CustomerDataRelationshipsOrderSubscriptions
- CustomerDataRelationshipsOrderSubscriptionsData
- CustomerGroup
- CustomerGroupCreate
- CustomerGroupCreateData
- CustomerGroupData
- CustomerGroupDataRelationships
- CustomerGroupUpdate
- CustomerGroupUpdateData
- CustomerPasswordReset
- CustomerPasswordResetCreate
- CustomerPasswordResetCreateData
- CustomerPasswordResetData
- CustomerPasswordResetDataRelationships
- CustomerPasswordResetUpdate
- CustomerPasswordResetUpdateData
- CustomerPaymentSource
- CustomerPaymentSourceCreate
- CustomerPaymentSourceCreateData
- CustomerPaymentSourceCreateDataRelationships
- CustomerPaymentSourceCreateDataRelationshipsPaymentMethod
- CustomerPaymentSourceCreateDataRelationshipsPaymentSource
- CustomerPaymentSourceData
- CustomerPaymentSourceDataRelationships
- CustomerPaymentSourceUpdate
- CustomerPaymentSourceUpdateData
- CustomerPaymentSourceUpdateDataRelationships
- CustomerSubscription
- CustomerSubscriptionCreate
- CustomerSubscriptionCreateData
- CustomerSubscriptionData
- CustomerSubscriptionDataRelationships
- CustomerSubscriptionUpdate
- CustomerSubscriptionUpdateData
- CustomerUpdate
- CustomerUpdateData
- DeliveryLeadTime
- DeliveryLeadTimeCreate
- DeliveryLeadTimeCreateData
- DeliveryLeadTimeCreateDataRelationships
- DeliveryLeadTimeCreateDataRelationshipsShippingMethod
- DeliveryLeadTimeCreateDataRelationshipsStockLocation
- DeliveryLeadTimeData
- DeliveryLeadTimeDataRelationships
- DeliveryLeadTimeDataRelationshipsShippingMethod
- DeliveryLeadTimeDataRelationshipsShippingMethodData
- DeliveryLeadTimeDataRelationshipsStockLocation
- DeliveryLeadTimeDataRelationshipsStockLocationData
- DeliveryLeadTimeUpdate
- DeliveryLeadTimeUpdateData
- DeliveryLeadTimeUpdateDataRelationships
- Event
- EventCallback
- EventCallbackData
- EventCallbackDataRelationships
- EventCallbackDataRelationshipsWebhook
- EventCallbackDataRelationshipsWebhookData
- EventData
- EventDataRelationships
- EventDataRelationshipsLastEventCallbacks
- EventDataRelationshipsLastEventCallbacksData
- EventUpdate
- EventUpdateData
- Export
- ExportCreate
- ExportCreateData
- ExportData
- ExportDataRelationships
- ExportUpdate
- ExportUpdateData
- ExternalGateway
- ExternalGatewayCreate
- ExternalGatewayCreateData
- ExternalGatewayData
- ExternalGatewayDataRelationships
- ExternalGatewayDataRelationshipsExternalPayments
- ExternalGatewayDataRelationshipsExternalPaymentsData
- ExternalGatewayUpdate
- ExternalGatewayUpdateData
- ExternalPayment
- ExternalPaymentCreate
- ExternalPaymentCreateData
- ExternalPaymentData
- ExternalPaymentDataRelationships
- ExternalPaymentUpdate
- ExternalPaymentUpdateData
- ExternalPromotion
- ExternalPromotionCreate
- ExternalPromotionCreateData
- ExternalPromotionData
- ExternalPromotionUpdate
- ExternalPromotionUpdateData
- ExternalTaxCalculator
- ExternalTaxCalculatorCreate
- ExternalTaxCalculatorCreateData
- ExternalTaxCalculatorData
- ExternalTaxCalculatorDataRelationships
- ExternalTaxCalculatorUpdate
- ExternalTaxCalculatorUpdateData
- FixedAmountPromotion
- FixedAmountPromotionCreate
- FixedAmountPromotionCreateData
- FixedAmountPromotionData
- FixedAmountPromotionUpdate
- FixedAmountPromotionUpdateData
- FixedPricePromotion
- FixedPricePromotionCreate
- FixedPricePromotionCreateData
- FixedPricePromotionData
- FixedPricePromotionUpdate
- FixedPricePromotionUpdateData
- FlexPromotion
- FlexPromotionCreate
- FlexPromotionCreateData
- FlexPromotionCreateDataRelationships
- FlexPromotionData
- FlexPromotionDataRelationships
- FlexPromotionUpdate
- FlexPromotionUpdateData
- FreeGiftPromotion
- FreeGiftPromotionCreate
- FreeGiftPromotionCreateData
- FreeGiftPromotionData
- FreeGiftPromotionUpdate
- FreeGiftPromotionUpdateData
- FreeShippingPromotion
- FreeShippingPromotionCreate
- FreeShippingPromotionCreateData
- FreeShippingPromotionData
- FreeShippingPromotionDataRelationships
- FreeShippingPromotionUpdate
- FreeShippingPromotionUpdateData
- GETAddresses200Response
- GETAddressesAddressId200Response
- GETAddressesAddressId200ResponseData
- GETAddressesAddressId200ResponseDataAttributes
- GETAdjustments200Response
- GETAdjustmentsAdjustmentId200Response
- GETAdjustmentsAdjustmentId200ResponseData
- GETAdjustmentsAdjustmentId200ResponseDataAttributes
- GETAdyenGateways200Response
- GETAdyenGatewaysAdyenGatewayId200Response
- GETAdyenGatewaysAdyenGatewayId200ResponseData
- GETAdyenGatewaysAdyenGatewayId200ResponseDataAttributes
- GETAdyenPayments200Response
- GETAdyenPaymentsAdyenPaymentId200Response
- GETAdyenPaymentsAdyenPaymentId200ResponseData
- GETAdyenPaymentsAdyenPaymentId200ResponseDataAttributes
- GETApplicationApplicationId200Response
- GETApplicationApplicationId200ResponseData
- GETApplicationApplicationId200ResponseDataAttributes
- GETAttachments200Response
- GETAttachmentsAttachmentId200Response
- GETAttachmentsAttachmentId200ResponseData
- GETAttachmentsAttachmentId200ResponseDataAttributes
- GETAuthorizations200Response
- GETAuthorizationsAuthorizationId200Response
- GETAuthorizationsAuthorizationId200ResponseData
- GETAuthorizationsAuthorizationId200ResponseDataAttributes
- GETAuthorizationsAuthorizationId200ResponseDataRelationships
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsAttachments
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsAttachmentsData
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsCaptures
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsCapturesData
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsPaymentSource
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsPaymentSourceData
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsVoids
- GETAuthorizationsAuthorizationId200ResponseDataRelationshipsVoidsData
- GETAvalaraAccounts200Response
- GETAvalaraAccountsAvalaraAccountId200Response
- GETAvalaraAccountsAvalaraAccountId200ResponseData
- GETAvalaraAccountsAvalaraAccountId200ResponseDataAttributes
- GETAxerveGateways200Response
- GETAxerveGatewaysAxerveGatewayId200Response
- GETAxerveGatewaysAxerveGatewayId200ResponseData
- GETAxerveGatewaysAxerveGatewayId200ResponseDataAttributes
- GETAxervePayments200Response
- GETAxervePaymentsAxervePaymentId200Response
- GETAxervePaymentsAxervePaymentId200ResponseData
- GETAxervePaymentsAxervePaymentId200ResponseDataAttributes
- GETBingGeocoders200Response
- GETBingGeocodersBingGeocoderId200Response
- GETBingGeocodersBingGeocoderId200ResponseData
- GETBingGeocodersBingGeocoderId200ResponseDataAttributes
- GETBraintreeGateways200Response
- GETBraintreeGatewaysBraintreeGatewayId200Response
- GETBraintreeGatewaysBraintreeGatewayId200ResponseData
- GETBraintreeGatewaysBraintreeGatewayId200ResponseDataAttributes
- GETBraintreePayments200Response
- GETBraintreePaymentsBraintreePaymentId200Response
- GETBraintreePaymentsBraintreePaymentId200ResponseData
- GETBraintreePaymentsBraintreePaymentId200ResponseDataAttributes
- GETBundles200Response
- GETBundlesBundleId200Response
- GETBundlesBundleId200ResponseData
- GETBundlesBundleId200ResponseDataAttributes
- GETBuyXPayYPromotions200Response
- GETBuyXPayYPromotionsBuyXPayYPromotionId200Response
- GETBuyXPayYPromotionsBuyXPayYPromotionId200ResponseData
- GETBuyXPayYPromotionsBuyXPayYPromotionId200ResponseDataAttributes
- GETCaptures200Response
- GETCapturesCaptureId200Response
- GETCapturesCaptureId200ResponseData
- GETCapturesCaptureId200ResponseDataAttributes
- GETCapturesCaptureId200ResponseDataRelationships
- GETCapturesCaptureId200ResponseDataRelationshipsReferenceAuthorization
- GETCapturesCaptureId200ResponseDataRelationshipsReferenceAuthorizationData
- GETCapturesCaptureId200ResponseDataRelationshipsRefunds
- GETCapturesCaptureId200ResponseDataRelationshipsRefundsData
- GETCapturesCaptureId200ResponseDataRelationshipsReturn
- GETCapturesCaptureId200ResponseDataRelationshipsReturnData
- GETCarrierAccounts200Response
- GETCarrierAccountsCarrierAccountId200Response
- GETCarrierAccountsCarrierAccountId200ResponseData
- GETCarrierAccountsCarrierAccountId200ResponseDataAttributes
- GETCheckoutComGateways200Response
- GETCheckoutComGatewaysCheckoutComGatewayId200Response
- GETCheckoutComGatewaysCheckoutComGatewayId200ResponseData
- GETCheckoutComGatewaysCheckoutComGatewayId200ResponseDataAttributes
- GETCheckoutComPayments200Response
- GETCheckoutComPaymentsCheckoutComPaymentId200Response
- GETCheckoutComPaymentsCheckoutComPaymentId200ResponseData
- GETCheckoutComPaymentsCheckoutComPaymentId200ResponseDataAttributes
- GETCleanups200Response
- GETCleanupsCleanupId200Response
- GETCleanupsCleanupId200ResponseData
- GETCleanupsCleanupId200ResponseDataAttributes
- GETCouponCodesPromotionRules200Response
- GETCouponCodesPromotionRulesCouponCodesPromotionRuleId200Response
- GETCouponCodesPromotionRulesCouponCodesPromotionRuleId200ResponseData
- GETCouponCodesPromotionRulesCouponCodesPromotionRuleId200ResponseDataAttributes
- GETCouponRecipients200Response
- GETCouponRecipientsCouponRecipientId200Response
- GETCouponRecipientsCouponRecipientId200ResponseData
- GETCouponRecipientsCouponRecipientId200ResponseDataAttributes
- GETCoupons200Response
- GETCouponsCouponId200Response
- GETCouponsCouponId200ResponseData
- GETCouponsCouponId200ResponseDataAttributes
- GETCustomPromotionRules200Response
- GETCustomPromotionRulesCustomPromotionRuleId200Response
- GETCustomPromotionRulesCustomPromotionRuleId200ResponseData
- GETCustomPromotionRulesCustomPromotionRuleId200ResponseDataAttributes
- GETCustomerAddresses200Response
- GETCustomerAddressesCustomerAddressId200Response
- GETCustomerAddressesCustomerAddressId200ResponseData
- GETCustomerAddressesCustomerAddressId200ResponseDataAttributes
- GETCustomerGroups200Response
- GETCustomerGroupsCustomerGroupId200Response
- GETCustomerGroupsCustomerGroupId200ResponseData
- GETCustomerGroupsCustomerGroupId200ResponseDataAttributes
- GETCustomerPasswordResets200Response
- GETCustomerPasswordResetsCustomerPasswordResetId200Response
- GETCustomerPasswordResetsCustomerPasswordResetId200ResponseData
- GETCustomerPasswordResetsCustomerPasswordResetId200ResponseDataAttributes
- GETCustomerPaymentSources200Response
- GETCustomerPaymentSourcesCustomerPaymentSourceId200Response
- GETCustomerPaymentSourcesCustomerPaymentSourceId200ResponseData
- GETCustomerPaymentSourcesCustomerPaymentSourceId200ResponseDataAttributes
- GETCustomerSubscriptions200Response
- GETCustomerSubscriptionsCustomerSubscriptionId200Response
- GETCustomerSubscriptionsCustomerSubscriptionId200ResponseData
- GETCustomerSubscriptionsCustomerSubscriptionId200ResponseDataAttributes
- GETCustomers200Response
- GETCustomersCustomerId200Response
- GETCustomersCustomerId200ResponseData
- GETCustomersCustomerId200ResponseDataAttributes
- GETDeliveryLeadTimes200Response
- GETDeliveryLeadTimesDeliveryLeadTimeId200Response
- GETDeliveryLeadTimesDeliveryLeadTimeId200ResponseData
- GETDeliveryLeadTimesDeliveryLeadTimeId200ResponseDataAttributes
- GETEventCallbacks200Response
- GETEventCallbacksEventCallbackId200Response
- GETEventCallbacksEventCallbackId200ResponseData
- GETEventCallbacksEventCallbackId200ResponseDataAttributes
- GETEventCallbacksEventCallbackId200ResponseDataRelationships
- GETEventCallbacksEventCallbackId200ResponseDataRelationshipsWebhook
- GETEventCallbacksEventCallbackId200ResponseDataRelationshipsWebhookData
- GETEvents200Response
- GETEventsEventId200Response
- GETEventsEventId200ResponseData
- GETEventsEventId200ResponseDataAttributes
- GETEventsEventId200ResponseDataRelationships
- GETEventsEventId200ResponseDataRelationshipsLastEventCallbacks
- GETEventsEventId200ResponseDataRelationshipsLastEventCallbacksData
- GETEventsEventId200ResponseDataRelationshipsWebhooks
- GETEventsEventId200ResponseDataRelationshipsWebhooksData
- GETExports200Response
- GETExportsExportId200Response
- GETExportsExportId200ResponseData
- GETExportsExportId200ResponseDataAttributes
- GETExternalGateways200Response
- GETExternalGatewaysExternalGatewayId200Response
- GETExternalGatewaysExternalGatewayId200ResponseData
- GETExternalGatewaysExternalGatewayId200ResponseDataAttributes
- GETExternalPayments200Response
- GETExternalPaymentsExternalPaymentId200Response
- GETExternalPaymentsExternalPaymentId200ResponseData
- GETExternalPaymentsExternalPaymentId200ResponseDataAttributes
- GETExternalPromotions200Response
- GETExternalPromotionsExternalPromotionId200Response
- GETExternalPromotionsExternalPromotionId200ResponseData
- GETExternalPromotionsExternalPromotionId200ResponseDataAttributes
- GETExternalTaxCalculators200Response
- GETExternalTaxCalculatorsExternalTaxCalculatorId200Response
- GETExternalTaxCalculatorsExternalTaxCalculatorId200ResponseData
- GETExternalTaxCalculatorsExternalTaxCalculatorId200ResponseDataAttributes
- GETFixedAmountPromotions200Response
- GETFixedAmountPromotionsFixedAmountPromotionId200Response
- GETFixedAmountPromotionsFixedAmountPromotionId200ResponseData
- GETFixedAmountPromotionsFixedAmountPromotionId200ResponseDataAttributes
- GETFixedPricePromotions200Response
- GETFixedPricePromotionsFixedPricePromotionId200Response
- GETFixedPricePromotionsFixedPricePromotionId200ResponseData
- GETFixedPricePromotionsFixedPricePromotionId200ResponseDataAttributes
- GETFlexPromotions200Response
- GETFlexPromotionsFlexPromotionId200Response
- GETFlexPromotionsFlexPromotionId200ResponseData
- GETFlexPromotionsFlexPromotionId200ResponseDataAttributes
- GETFreeGiftPromotions200Response
- GETFreeGiftPromotionsFreeGiftPromotionId200Response
- GETFreeGiftPromotionsFreeGiftPromotionId200ResponseData
- GETFreeGiftPromotionsFreeGiftPromotionId200ResponseDataAttributes
- GETFreeShippingPromotions200Response
- GETFreeShippingPromotionsFreeShippingPromotionId200Response
- GETFreeShippingPromotionsFreeShippingPromotionId200ResponseData
- GETFreeShippingPromotionsFreeShippingPromotionId200ResponseDataAttributes
- GETGeocoders200Response
- GETGeocodersGeocoderId200Response
- GETGeocodersGeocoderId200ResponseData
- GETGiftCardRecipients200Response
- GETGiftCardRecipientsGiftCardRecipientId200Response
- GETGiftCardRecipientsGiftCardRecipientId200ResponseData
- GETGiftCards200Response
- GETGiftCardsGiftCardId200Response
- GETGiftCardsGiftCardId200ResponseData
- GETGiftCardsGiftCardId200ResponseDataAttributes
- GETGoogleGeocoders200Response
- GETGoogleGeocodersGoogleGeocoderId200Response
- GETGoogleGeocodersGoogleGeocoderId200ResponseData
- GETImports200Response
- GETImportsImportId200Response
- GETImportsImportId200ResponseData
- GETImportsImportId200ResponseDataAttributes
- GETInStockSubscriptions200Response
- GETInStockSubscriptionsInStockSubscriptionId200Response
- GETInStockSubscriptionsInStockSubscriptionId200ResponseData
- GETInStockSubscriptionsInStockSubscriptionId200ResponseDataAttributes
- GETInventoryModels200Response
- GETInventoryModelsInventoryModelId200Response
- GETInventoryModelsInventoryModelId200ResponseData
- GETInventoryModelsInventoryModelId200ResponseDataAttributes
- GETInventoryReturnLocations200Response
- GETInventoryReturnLocationsInventoryReturnLocationId200Response
- GETInventoryReturnLocationsInventoryReturnLocationId200ResponseData
- GETInventoryReturnLocationsInventoryReturnLocationId200ResponseDataAttributes
- GETInventoryStockLocations200Response
- GETInventoryStockLocationsInventoryStockLocationId200Response
- GETInventoryStockLocationsInventoryStockLocationId200ResponseData
- GETInventoryStockLocationsInventoryStockLocationId200ResponseDataAttributes
- GETKlarnaGateways200Response
- GETKlarnaGatewaysKlarnaGatewayId200Response
- GETKlarnaGatewaysKlarnaGatewayId200ResponseData
- GETKlarnaGatewaysKlarnaGatewayId200ResponseDataAttributes
- GETKlarnaPayments200Response
- GETKlarnaPaymentsKlarnaPaymentId200Response
- GETKlarnaPaymentsKlarnaPaymentId200ResponseData
- GETKlarnaPaymentsKlarnaPaymentId200ResponseDataAttributes
- GETLineItemOptions200Response
- GETLineItemOptionsLineItemOptionId200Response
- GETLineItemOptionsLineItemOptionId200ResponseData
- GETLineItemOptionsLineItemOptionId200ResponseDataAttributes
- GETLineItems200Response
- GETLineItemsLineItemId200Response
- GETLineItemsLineItemId200ResponseData
- GETLineItemsLineItemId200ResponseDataAttributes
- GETLinks200Response
- GETLinksLinkId200Response
- GETLinksLinkId200ResponseData
- GETLinksLinkId200ResponseDataAttributes
- GETManualGateways200Response
- GETManualGatewaysManualGatewayId200Response
- GETManualGatewaysManualGatewayId200ResponseData
- GETManualTaxCalculators200Response
- GETManualTaxCalculatorsManualTaxCalculatorId200Response
- GETManualTaxCalculatorsManualTaxCalculatorId200ResponseData
- GETManualTaxCalculatorsManualTaxCalculatorId200ResponseDataAttributes
- GETMarkets200Response
- GETMarketsMarketId200Response
- GETMarketsMarketId200ResponseData
- GETMarketsMarketId200ResponseDataAttributes
- GETMerchants200Response
- GETMerchantsMerchantId200Response
- GETMerchantsMerchantId200ResponseData
- GETMerchantsMerchantId200ResponseDataAttributes
- GETNotifications200Response
- GETNotificationsNotificationId200Response
- GETNotificationsNotificationId200ResponseData
- GETNotificationsNotificationId200ResponseDataAttributes
- GETOrderAmountPromotionRules200Response
- GETOrderAmountPromotionRulesOrderAmountPromotionRuleId200Response
- GETOrderAmountPromotionRulesOrderAmountPromotionRuleId200ResponseData
- GETOrderAmountPromotionRulesOrderAmountPromotionRuleId200ResponseDataAttributes
- GETOrderCopies200Response
- GETOrderCopiesOrderCopyId200Response
- GETOrderCopiesOrderCopyId200ResponseData
- GETOrderCopiesOrderCopyId200ResponseDataAttributes
- GETOrderFactories200Response
- GETOrderFactoriesOrderFactoryId200Response
- GETOrderFactoriesOrderFactoryId200ResponseData
- GETOrderFactoriesOrderFactoryId200ResponseDataAttributes
- GETOrderFactoriesOrderFactoryId200ResponseDataRelationships
- GETOrderSubscriptionItems200Response
- GETOrderSubscriptionItemsOrderSubscriptionItemId200Response
- GETOrderSubscriptionItemsOrderSubscriptionItemId200ResponseData
- GETOrderSubscriptionItemsOrderSubscriptionItemId200ResponseDataAttributes
- GETOrderSubscriptions200Response
- GETOrderSubscriptionsOrderSubscriptionId200Response
- GETOrderSubscriptionsOrderSubscriptionId200ResponseData
- GETOrderSubscriptionsOrderSubscriptionId200ResponseDataAttributes
- GETOrders200Response
- GETOrdersOrderId200Response
- GETOrdersOrderId200ResponseData
- GETOrdersOrderId200ResponseDataAttributes
- GETOrganizationOrganizationId200Response
- GETOrganizationOrganizationId200ResponseData
- GETOrganizationOrganizationId200ResponseDataAttributes
- GETPackages200Response
- GETPackagesPackageId200Response
- GETPackagesPackageId200ResponseData
- GETPackagesPackageId200ResponseDataAttributes
- GETParcelLineItems200Response
- GETParcelLineItemsParcelLineItemId200Response
- GETParcelLineItemsParcelLineItemId200ResponseData
- GETParcelLineItemsParcelLineItemId200ResponseDataAttributes
- GETParcels200Response
- GETParcelsParcelId200Response
- GETParcelsParcelId200ResponseData
- GETParcelsParcelId200ResponseDataAttributes
- GETPaymentGateways200Response
- GETPaymentGatewaysPaymentGatewayId200Response
- GETPaymentGatewaysPaymentGatewayId200ResponseData
- GETPaymentMethods200Response
- GETPaymentMethodsPaymentMethodId200Response
- GETPaymentMethodsPaymentMethodId200ResponseData
- GETPaymentMethodsPaymentMethodId200ResponseDataAttributes
- GETPaymentOptions200Response
- GETPaymentOptionsPaymentOptionId200Response
- GETPaymentOptionsPaymentOptionId200ResponseData
- GETPaymentOptionsPaymentOptionId200ResponseDataAttributes
- GETPaypalGateways200Response
- GETPaypalGatewaysPaypalGatewayId200Response
- GETPaypalGatewaysPaypalGatewayId200ResponseData
- GETPaypalPayments200Response
- GETPaypalPaymentsPaypalPaymentId200Response
- GETPaypalPaymentsPaypalPaymentId200ResponseData
- GETPaypalPaymentsPaypalPaymentId200ResponseDataAttributes
- GETPercentageDiscountPromotions200Response
- GETPercentageDiscountPromotionsPercentageDiscountPromotionId200Response
- GETPercentageDiscountPromotionsPercentageDiscountPromotionId200ResponseData
- GETPercentageDiscountPromotionsPercentageDiscountPromotionId200ResponseDataAttributes
- GETPriceFrequencyTiers200Response
- GETPriceFrequencyTiersPriceFrequencyTierId200Response
- GETPriceFrequencyTiersPriceFrequencyTierId200ResponseData
- GETPriceFrequencyTiersPriceFrequencyTierId200ResponseDataAttributes
- GETPriceListSchedulers200Response
- GETPriceListSchedulersPriceListSchedulerId200Response
- GETPriceListSchedulersPriceListSchedulerId200ResponseData
- GETPriceListSchedulersPriceListSchedulerId200ResponseDataAttributes
- GETPriceLists200Response
- GETPriceListsPriceListId200Response
- GETPriceListsPriceListId200ResponseData
- GETPriceListsPriceListId200ResponseDataAttributes
- GETPriceTiers200Response
- GETPriceTiersPriceTierId200Response
- GETPriceTiersPriceTierId200ResponseData
- GETPriceTiersPriceTierId200ResponseDataAttributes
- GETPriceTiersPriceTierId200ResponseDataRelationships
- GETPriceVolumeTiers200Response
- GETPriceVolumeTiersPriceVolumeTierId200Response
- GETPriceVolumeTiersPriceVolumeTierId200ResponseData
- GETPriceVolumeTiersPriceVolumeTierId200ResponseDataAttributes
- GETPrices200Response
- GETPricesPriceId200Response
- GETPricesPriceId200ResponseData
- GETPricesPriceId200ResponseDataAttributes
- GETPromotionRules200Response
- GETPromotionRulesPromotionRuleId200Response
- GETPromotionRulesPromotionRuleId200ResponseData
- GETPromotions200Response
- GETPromotionsPromotionId200Response
- GETPromotionsPromotionId200ResponseData
- GETRecurringOrderCopies200Response
- GETRecurringOrderCopiesRecurringOrderCopyId200Response
- GETRecurringOrderCopiesRecurringOrderCopyId200ResponseData
- GETRefunds200Response
- GETRefundsRefundId200Response
- GETRefundsRefundId200ResponseData
- GETRefundsRefundId200ResponseDataAttributes
- GETRefundsRefundId200ResponseDataRelationships
- GETRefundsRefundId200ResponseDataRelationshipsReferenceCapture
- GETRefundsRefundId200ResponseDataRelationshipsReferenceCaptureData
- GETReservedStocks200Response
- GETReservedStocksReservedStockId200Response
- GETReservedStocksReservedStockId200ResponseData
- GETReservedStocksReservedStockId200ResponseDataAttributes
- GETReservedStocksReservedStockId200ResponseDataRelationships
- GETReservedStocksReservedStockId200ResponseDataRelationshipsStockItem
- GETReservedStocksReservedStockId200ResponseDataRelationshipsStockItemData
- GETResourceErrors200Response
- GETResourceErrorsResourceErrorId200Response
- GETResourceErrorsResourceErrorId200ResponseData
- GETResourceErrorsResourceErrorId200ResponseDataAttributes
- GETResourceErrorsResourceErrorId200ResponseDataRelationships
- GETResourceErrorsResourceErrorId200ResponseDataRelationshipsResource
- GETResourceErrorsResourceErrorId200ResponseDataRelationshipsResourceData
- GETReturnLineItems200Response
- GETReturnLineItemsReturnLineItemId200Response
- GETReturnLineItemsReturnLineItemId200ResponseData
- GETReturnLineItemsReturnLineItemId200ResponseDataAttributes
- GETReturns200Response
- GETReturnsReturnId200Response
- GETReturnsReturnId200ResponseData
- GETReturnsReturnId200ResponseDataAttributes
- GETSatispayGateways200Response
- GETSatispayGatewaysSatispayGatewayId200Response
- GETSatispayGatewaysSatispayGatewayId200ResponseData
- GETSatispayGatewaysSatispayGatewayId200ResponseDataAttributes
- GETSatispayPayments200Response
- GETSatispayPaymentsSatispayPaymentId200Response
- GETSatispayPaymentsSatispayPaymentId200ResponseData
- GETSatispayPaymentsSatispayPaymentId200ResponseDataAttributes
- GETShipments200Response
- GETShipmentsShipmentId200Response
- GETShipmentsShipmentId200ResponseData
- GETShipmentsShipmentId200ResponseDataAttributes
- GETShippingCategories200Response
- GETShippingCategoriesShippingCategoryId200Response
- GETShippingCategoriesShippingCategoryId200ResponseData
- GETShippingCategoriesShippingCategoryId200ResponseDataAttributes
- GETShippingMethodTiers200Response
- GETShippingMethodTiersShippingMethodTierId200Response
- GETShippingMethodTiersShippingMethodTierId200ResponseData
- GETShippingMethodTiersShippingMethodTierId200ResponseDataAttributes
- GETShippingMethodTiersShippingMethodTierId200ResponseDataRelationships
- GETShippingMethods200Response
- GETShippingMethodsShippingMethodId200Response
- GETShippingMethodsShippingMethodId200ResponseData
- GETShippingMethodsShippingMethodId200ResponseDataAttributes
- GETShippingWeightTiers200Response
- GETShippingWeightTiersShippingWeightTierId200Response
- GETShippingWeightTiersShippingWeightTierId200ResponseData
- GETShippingZones200Response
- GETShippingZonesShippingZoneId200Response
- GETShippingZonesShippingZoneId200ResponseData
- GETShippingZonesShippingZoneId200ResponseDataAttributes
- GETSkuListItems200Response
- GETSkuListItemsSkuListItemId200Response
- GETSkuListItemsSkuListItemId200ResponseData
- GETSkuListItemsSkuListItemId200ResponseDataAttributes
- GETSkuListPromotionRules200Response
- GETSkuListPromotionRulesSkuListPromotionRuleId200Response
- GETSkuListPromotionRulesSkuListPromotionRuleId200ResponseData
- GETSkuListPromotionRulesSkuListPromotionRuleId200ResponseDataAttributes
- GETSkuLists200Response
- GETSkuListsSkuListId200Response
- GETSkuListsSkuListId200ResponseData
- GETSkuListsSkuListId200ResponseDataAttributes
- GETSkuOptions200Response
- GETSkuOptionsSkuOptionId200Response
- GETSkuOptionsSkuOptionId200ResponseData
- GETSkuOptionsSkuOptionId200ResponseDataAttributes
- GETSkus200Response
- GETSkusSkuId200Response
- GETSkusSkuId200ResponseData
- GETSkusSkuId200ResponseDataAttributes
- GETStockItems200Response
- GETStockItemsStockItemId200Response
- GETStockItemsStockItemId200ResponseData
- GETStockItemsStockItemId200ResponseDataAttributes
- GETStockLineItems200Response
- GETStockLineItemsStockLineItemId200Response
- GETStockLineItemsStockLineItemId200ResponseData
- GETStockLineItemsStockLineItemId200ResponseDataAttributes
- GETStockLocations200Response
- GETStockLocationsStockLocationId200Response
- GETStockLocationsStockLocationId200ResponseData
- GETStockLocationsStockLocationId200ResponseDataAttributes
- GETStockReservations200Response
- GETStockReservationsStockReservationId200Response
- GETStockReservationsStockReservationId200ResponseData
- GETStockReservationsStockReservationId200ResponseDataAttributes
- GETStockTransfers200Response
- GETStockTransfersStockTransferId200Response
- GETStockTransfersStockTransferId200ResponseData
- GETStockTransfersStockTransferId200ResponseDataAttributes
- GETStores200Response
- GETStoresStoreId200Response
- GETStoresStoreId200ResponseData
- GETStoresStoreId200ResponseDataAttributes
- GETStripeGateways200Response
- GETStripeGatewaysStripeGatewayId200Response
- GETStripeGatewaysStripeGatewayId200ResponseData
- GETStripeGatewaysStripeGatewayId200ResponseDataAttributes
- GETStripePayments200Response
- GETStripePaymentsStripePaymentId200Response
- GETStripePaymentsStripePaymentId200ResponseData
- GETStripePaymentsStripePaymentId200ResponseDataAttributes
- GETSubscriptionModels200Response
- GETSubscriptionModelsSubscriptionModelId200Response
- GETSubscriptionModelsSubscriptionModelId200ResponseData
- GETSubscriptionModelsSubscriptionModelId200ResponseDataAttributes
- GETTags200Response
- GETTagsTagId200Response
- GETTagsTagId200ResponseData
- GETTagsTagId200ResponseDataAttributes
- GETTaxCalculators200Response
- GETTaxCalculatorsTaxCalculatorId200Response
- GETTaxCalculatorsTaxCalculatorId200ResponseData
- GETTaxCategories200Response
- GETTaxCategoriesTaxCategoryId200Response
- GETTaxCategoriesTaxCategoryId200ResponseData
- GETTaxCategoriesTaxCategoryId200ResponseDataAttributes
- GETTaxRules200Response
- GETTaxRulesTaxRuleId200Response
- GETTaxRulesTaxRuleId200ResponseData
- GETTaxRulesTaxRuleId200ResponseDataAttributes
- GETTaxjarAccounts200Response
- GETTaxjarAccountsTaxjarAccountId200Response
- GETTaxjarAccountsTaxjarAccountId200ResponseData
- GETTransactions200Response
- GETTransactionsTransactionId200Response
- GETTransactionsTransactionId200ResponseData
- GETTransactionsTransactionId200ResponseDataRelationships
- GETVersions200Response
- GETVersionsVersionId200Response
- GETVersionsVersionId200ResponseData
- GETVersionsVersionId200ResponseDataAttributes
- GETVoids200Response
- GETVoidsVoidId200Response
- GETVoidsVoidId200ResponseData
- GETVoidsVoidId200ResponseDataRelationships
- GETWebhooks200Response
- GETWebhooksWebhookId200Response
- GETWebhooksWebhookId200ResponseData
- GETWebhooksWebhookId200ResponseDataAttributes
- GETWireTransfers200Response
- GETWireTransfersWireTransferId200Response
- GETWireTransfersWireTransferId200ResponseData
- GETWireTransfersWireTransferId200ResponseDataAttributes
- Geocoder
- GeocoderData
- GiftCard
- GiftCardCreate
- GiftCardCreateData
- GiftCardCreateDataRelationships
- GiftCardCreateDataRelationshipsGiftCardRecipient
- GiftCardData
- GiftCardDataRelationships
- GiftCardDataRelationshipsGiftCardRecipient
- GiftCardDataRelationshipsGiftCardRecipientData
- GiftCardRecipient
- GiftCardRecipientCreate
- GiftCardRecipientCreateData
- GiftCardRecipientData
- GiftCardRecipientUpdate
- GiftCardRecipientUpdateData
- GiftCardUpdate
- GiftCardUpdateData
- GoogleGeocoder
- GoogleGeocoderCreate
- GoogleGeocoderCreateData
- GoogleGeocoderData
- GoogleGeocoderUpdate
- GoogleGeocoderUpdateData
- ImportCreate
- ImportCreateData
- ImportData
- ImportUpdate
- ImportUpdateData
- InStockSubscription
- InStockSubscriptionCreate
- InStockSubscriptionCreateData
- InStockSubscriptionCreateDataRelationships
- InStockSubscriptionCreateDataRelationshipsSku
- InStockSubscriptionData
- InStockSubscriptionDataRelationships
- InStockSubscriptionUpdate
- InStockSubscriptionUpdateData
- InStockSubscriptionUpdateDataRelationships
- InventoryModel
- InventoryModelCreate
- InventoryModelCreateData
- InventoryModelData
- InventoryModelDataRelationships
- InventoryModelDataRelationshipsInventoryReturnLocations
- InventoryModelDataRelationshipsInventoryReturnLocationsData
- InventoryModelDataRelationshipsInventoryStockLocations
- InventoryModelDataRelationshipsInventoryStockLocationsData
- InventoryModelUpdate
- InventoryModelUpdateData
- InventoryReturnLocation
- InventoryReturnLocationCreate
- InventoryReturnLocationCreateData
- InventoryReturnLocationCreateDataRelationships
- InventoryReturnLocationCreateDataRelationshipsInventoryModel
- InventoryReturnLocationData
- InventoryReturnLocationDataRelationships
- InventoryReturnLocationDataRelationshipsInventoryModel
- InventoryReturnLocationDataRelationshipsInventoryModelData
- InventoryReturnLocationUpdate
- InventoryReturnLocationUpdateData
- InventoryReturnLocationUpdateDataRelationships
- InventoryStockLocation
- InventoryStockLocationCreate
- InventoryStockLocationCreateData
- InventoryStockLocationData
- InventoryStockLocationUpdate
- InventoryStockLocationUpdateData
- KlarnaGateway
- KlarnaGatewayCreate
- KlarnaGatewayCreateData
- KlarnaGatewayCreateDataRelationships
- KlarnaGatewayCreateDataRelationshipsKlarnaPayments
- KlarnaGatewayData
- KlarnaGatewayDataRelationships
- KlarnaGatewayDataRelationshipsKlarnaPayments
- KlarnaGatewayDataRelationshipsKlarnaPaymentsData
- KlarnaGatewayUpdate
- KlarnaGatewayUpdateData
- KlarnaPayment
- KlarnaPaymentCreate
- KlarnaPaymentCreateData
- KlarnaPaymentData
- KlarnaPaymentUpdate
- KlarnaPaymentUpdateData
- LineItem
- LineItemCreate
- LineItemCreateData
- LineItemCreateDataRelationships
- LineItemCreateDataRelationshipsItem
- LineItemData
- LineItemDataRelationships
- LineItemDataRelationshipsAdjustment
- LineItemDataRelationshipsAdjustmentData
- LineItemDataRelationshipsBundle
- LineItemDataRelationshipsBundleData
- LineItemDataRelationshipsGiftCard
- LineItemDataRelationshipsGiftCardData
- LineItemDataRelationshipsItem
- LineItemDataRelationshipsItemData
- LineItemDataRelationshipsLineItemOptions
- LineItemDataRelationshipsLineItemOptionsData
- LineItemDataRelationshipsNotifications
- LineItemDataRelationshipsNotificationsData
- LineItemDataRelationshipsReturnLineItems
- LineItemDataRelationshipsReturnLineItemsData
- LineItemDataRelationshipsShipment
- LineItemDataRelationshipsShipmentData
- LineItemDataRelationshipsStockLineItems
- LineItemDataRelationshipsStockLineItemsData
- LineItemDataRelationshipsStockReservations
- LineItemDataRelationshipsStockReservationsData
- LineItemDataRelationshipsStockTransfers
- LineItemDataRelationshipsStockTransfersData
- LineItemOption
- LineItemOptionCreate
- LineItemOptionCreateData
- LineItemOptionCreateDataRelationships
- LineItemOptionCreateDataRelationshipsLineItem
- LineItemOptionCreateDataRelationshipsSkuOption
- LineItemOptionData
- LineItemOptionDataRelationships
- LineItemOptionDataRelationshipsLineItem
- LineItemOptionDataRelationshipsLineItemData
- LineItemOptionDataRelationshipsSkuOption
- LineItemOptionDataRelationshipsSkuOptionData
- LineItemOptionUpdate
- LineItemOptionUpdateData
- LineItemOptionUpdateDataRelationships
- LineItemUpdate
- LineItemUpdateData
- Link
- LinkCreate
- LinkCreateData
- LinkCreateDataRelationships
- LinkCreateDataRelationshipsItem
- LinkData
- LinkDataRelationships
- LinkDataRelationshipsItem
- LinkDataRelationshipsItemData
- LinkUpdate
- LinkUpdateData
- LinkUpdateDataRelationships
- ManualGateway
- ManualGatewayCreate
- ManualGatewayCreateData
- ManualGatewayData
- ManualGatewayDataRelationships
- ManualGatewayUpdate
- ManualGatewayUpdateData
- ManualTaxCalculator
- ManualTaxCalculatorCreate
- ManualTaxCalculatorCreateData
- ManualTaxCalculatorCreateDataRelationships
- ManualTaxCalculatorCreateDataRelationshipsTaxRules
- ManualTaxCalculatorData
- ManualTaxCalculatorDataRelationships
- ManualTaxCalculatorDataRelationshipsTaxRules
- ManualTaxCalculatorDataRelationshipsTaxRulesData
- ManualTaxCalculatorUpdate
- ManualTaxCalculatorUpdateData
- Market
- MarketCreate
- MarketCreateData
- MarketCreateDataRelationships
- MarketCreateDataRelationshipsMerchant
- MarketCreateDataRelationshipsPriceList
- MarketCreateDataRelationshipsSubscriptionModel
- MarketCreateDataRelationshipsTaxCalculator
- MarketData
- MarketDataRelationships
- MarketDataRelationshipsMerchant
- MarketDataRelationshipsMerchantData
- MarketDataRelationshipsPriceList
- MarketDataRelationshipsPriceListData
- MarketDataRelationshipsPriceListSchedulers
- MarketDataRelationshipsPriceListSchedulersData
- MarketDataRelationshipsStores
- MarketDataRelationshipsStoresData
- MarketDataRelationshipsSubscriptionModel
- MarketDataRelationshipsSubscriptionModelData
- MarketDataRelationshipsTaxCalculator
- MarketDataRelationshipsTaxCalculatorData
- MarketUpdate
- MarketUpdateData
- MarketUpdateDataRelationships
- Merchant
- MerchantCreate
- MerchantCreateData
- MerchantCreateDataRelationships
- MerchantData
- MerchantDataRelationships
- MerchantUpdate
- MerchantUpdateData
- MerchantUpdateDataRelationships
- ModelImport
- ModelPackage
- ModelReturn
- Notification
- NotificationCreate
- NotificationCreateData
- NotificationCreateDataRelationships
- NotificationCreateDataRelationshipsNotifiable
- NotificationData
- NotificationDataRelationships
- NotificationDataRelationshipsNotifiable
- NotificationDataRelationshipsNotifiableData
- NotificationUpdate
- NotificationUpdateData
- NotificationUpdateDataRelationships
- Order
- OrderAmountPromotionRule
- OrderAmountPromotionRuleCreate
- OrderAmountPromotionRuleCreateData
- OrderAmountPromotionRuleData
- OrderAmountPromotionRuleUpdate
- OrderAmountPromotionRuleUpdateData
- OrderCopy
- OrderCopyCreate
- OrderCopyCreateData
- OrderCopyCreateDataRelationships
- OrderCopyData
- OrderCopyDataRelationships
- OrderCopyUpdate
- OrderCopyUpdateData
- OrderCreate
- OrderCreateData
- OrderCreateDataRelationships
- OrderCreateDataRelationshipsStore
- OrderData
- OrderDataRelationships
- OrderDataRelationshipsLinks
- OrderDataRelationshipsLinksData
- OrderDataRelationshipsOrderCopies
- OrderDataRelationshipsOrderCopiesData
- OrderDataRelationshipsPaymentOptions
- OrderDataRelationshipsPaymentOptionsData
- OrderDataRelationshipsResourceErrors
- OrderDataRelationshipsResourceErrorsData
- OrderDataRelationshipsTransactions
- OrderDataRelationshipsTransactionsData
- OrderFactory
- OrderFactoryData
- OrderFactoryDataRelationships
- OrderSubscription
- OrderSubscriptionCreate
- OrderSubscriptionCreateData
- OrderSubscriptionCreateDataRelationships
- OrderSubscriptionData
- OrderSubscriptionDataRelationships
- OrderSubscriptionDataRelationshipsOrderFactories
- OrderSubscriptionDataRelationshipsOrderFactoriesData
- OrderSubscriptionDataRelationshipsOrderSubscriptionItems
- OrderSubscriptionDataRelationshipsOrderSubscriptionItemsData
- OrderSubscriptionDataRelationshipsRecurringOrderCopies
- OrderSubscriptionDataRelationshipsRecurringOrderCopiesData
- OrderSubscriptionItem
- OrderSubscriptionItemCreate
- OrderSubscriptionItemCreateData
- OrderSubscriptionItemCreateDataRelationships
- OrderSubscriptionItemCreateDataRelationshipsAdjustment
- OrderSubscriptionItemCreateDataRelationshipsBundle
- OrderSubscriptionItemCreateDataRelationshipsItem
- OrderSubscriptionItemCreateDataRelationshipsOrderSubscription
- OrderSubscriptionItemData
- OrderSubscriptionItemDataRelationships
- OrderSubscriptionItemDataRelationshipsItem
- OrderSubscriptionItemDataRelationshipsItemData
- OrderSubscriptionItemUpdate
- OrderSubscriptionItemUpdateData
- OrderSubscriptionUpdate
- OrderSubscriptionUpdateData
- OrderSubscriptionUpdateDataRelationships
- OrderSubscriptionUpdateDataRelationshipsCustomerPaymentSource
- OrderUpdate
- OrderUpdateData
- Organization
- OrganizationData
- PATCHAddressesAddressId200Response
- PATCHAddressesAddressId200ResponseData
- PATCHAddressesAddressId200ResponseDataAttributes
- PATCHAdjustmentsAdjustmentId200Response
- PATCHAdjustmentsAdjustmentId200ResponseData
- PATCHAdjustmentsAdjustmentId200ResponseDataAttributes
- PATCHAdyenGatewaysAdyenGatewayId200Response
- PATCHAdyenGatewaysAdyenGatewayId200ResponseData
- PATCHAdyenGatewaysAdyenGatewayId200ResponseDataAttributes
- PATCHAdyenPaymentsAdyenPaymentId200Response
- PATCHAdyenPaymentsAdyenPaymentId200ResponseData
- PATCHAdyenPaymentsAdyenPaymentId200ResponseDataAttributes
- PATCHAttachmentsAttachmentId200Response
- PATCHAttachmentsAttachmentId200ResponseData
- PATCHAttachmentsAttachmentId200ResponseDataAttributes
- PATCHAuthorizationsAuthorizationId200Response
- PATCHAuthorizationsAuthorizationId200ResponseData
- PATCHAuthorizationsAuthorizationId200ResponseDataAttributes
- PATCHAvalaraAccountsAvalaraAccountId200Response
- PATCHAvalaraAccountsAvalaraAccountId200ResponseData
- PATCHAvalaraAccountsAvalaraAccountId200ResponseDataAttributes
- PATCHAxerveGatewaysAxerveGatewayId200Response
- PATCHAxerveGatewaysAxerveGatewayId200ResponseData
- PATCHAxerveGatewaysAxerveGatewayId200ResponseDataAttributes
- PATCHAxervePaymentsAxervePaymentId200Response
- PATCHAxervePaymentsAxervePaymentId200ResponseData
- PATCHAxervePaymentsAxervePaymentId200ResponseDataAttributes
- PATCHBingGeocodersBingGeocoderId200Response
- PATCHBingGeocodersBingGeocoderId200ResponseData
- PATCHBingGeocodersBingGeocoderId200ResponseDataAttributes
- PATCHBraintreeGatewaysBraintreeGatewayId200Response
- PATCHBraintreeGatewaysBraintreeGatewayId200ResponseData
- PATCHBraintreeGatewaysBraintreeGatewayId200ResponseDataAttributes
- PATCHBraintreePaymentsBraintreePaymentId200Response
- PATCHBraintreePaymentsBraintreePaymentId200ResponseData
- PATCHBraintreePaymentsBraintreePaymentId200ResponseDataAttributes
- PATCHBundlesBundleId200Response
- PATCHBundlesBundleId200ResponseData
- PATCHBundlesBundleId200ResponseDataAttributes
- PATCHBuyXPayYPromotionsBuyXPayYPromotionId200Response
- PATCHBuyXPayYPromotionsBuyXPayYPromotionId200ResponseData
- PATCHBuyXPayYPromotionsBuyXPayYPromotionId200ResponseDataAttributes
- PATCHCapturesCaptureId200Response
- PATCHCapturesCaptureId200ResponseData
- PATCHCapturesCaptureId200ResponseDataAttributes
- PATCHCarrierAccountsCarrierAccountId200Response
- PATCHCarrierAccountsCarrierAccountId200ResponseData
- PATCHCarrierAccountsCarrierAccountId200ResponseDataAttributes
- PATCHCheckoutComGatewaysCheckoutComGatewayId200Response
- PATCHCheckoutComGatewaysCheckoutComGatewayId200ResponseData
- PATCHCheckoutComGatewaysCheckoutComGatewayId200ResponseDataAttributes
- PATCHCheckoutComPaymentsCheckoutComPaymentId200Response
- PATCHCheckoutComPaymentsCheckoutComPaymentId200ResponseData
- PATCHCheckoutComPaymentsCheckoutComPaymentId200ResponseDataAttributes
- PATCHCleanupsCleanupId200Response
- PATCHCleanupsCleanupId200ResponseData
- PATCHCleanupsCleanupId200ResponseDataAttributes
- PATCHCouponCodesPromotionRulesCouponCodesPromotionRuleId200Response
- PATCHCouponCodesPromotionRulesCouponCodesPromotionRuleId200ResponseData
- PATCHCouponCodesPromotionRulesCouponCodesPromotionRuleId200ResponseDataAttributes
- PATCHCouponRecipientsCouponRecipientId200Response
- PATCHCouponRecipientsCouponRecipientId200ResponseData
- PATCHCouponRecipientsCouponRecipientId200ResponseDataAttributes
- PATCHCouponsCouponId200Response
- PATCHCouponsCouponId200ResponseData
- PATCHCouponsCouponId200ResponseDataAttributes
- PATCHCustomPromotionRulesCustomPromotionRuleId200Response
- PATCHCustomPromotionRulesCustomPromotionRuleId200ResponseData
- PATCHCustomPromotionRulesCustomPromotionRuleId200ResponseDataAttributes
- PATCHCustomerAddressesCustomerAddressId200Response
- PATCHCustomerAddressesCustomerAddressId200ResponseData
- PATCHCustomerGroupsCustomerGroupId200Response
- PATCHCustomerGroupsCustomerGroupId200ResponseData
- PATCHCustomerGroupsCustomerGroupId200ResponseDataAttributes
- PATCHCustomerPasswordResetsCustomerPasswordResetId200Response
- PATCHCustomerPasswordResetsCustomerPasswordResetId200ResponseData
- PATCHCustomerPasswordResetsCustomerPasswordResetId200ResponseDataAttributes
- PATCHCustomerPaymentSourcesCustomerPaymentSourceId200Response
- PATCHCustomerPaymentSourcesCustomerPaymentSourceId200ResponseData
- PATCHCustomerPaymentSourcesCustomerPaymentSourceId200ResponseDataAttributes
- PATCHCustomerSubscriptionsCustomerSubscriptionId200Response
- PATCHCustomerSubscriptionsCustomerSubscriptionId200ResponseData
- PATCHCustomerSubscriptionsCustomerSubscriptionId200ResponseDataAttributes
- PATCHCustomersCustomerId200Response
- PATCHCustomersCustomerId200ResponseData
- PATCHCustomersCustomerId200ResponseDataAttributes
- PATCHDeliveryLeadTimesDeliveryLeadTimeId200Response
- PATCHDeliveryLeadTimesDeliveryLeadTimeId200ResponseData
- PATCHDeliveryLeadTimesDeliveryLeadTimeId200ResponseDataAttributes
- PATCHEventsEventId200Response
- PATCHEventsEventId200ResponseData
- PATCHEventsEventId200ResponseDataAttributes
- PATCHExportsExportId200Response
- PATCHExportsExportId200ResponseData
- PATCHExternalGatewaysExternalGatewayId200Response
- PATCHExternalGatewaysExternalGatewayId200ResponseData
- PATCHExternalGatewaysExternalGatewayId200ResponseDataAttributes
- PATCHExternalPaymentsExternalPaymentId200Response
- PATCHExternalPaymentsExternalPaymentId200ResponseData
- PATCHExternalPaymentsExternalPaymentId200ResponseDataAttributes
- PATCHExternalPromotionsExternalPromotionId200Response
- PATCHExternalPromotionsExternalPromotionId200ResponseData
- PATCHExternalPromotionsExternalPromotionId200ResponseDataAttributes
- PATCHExternalTaxCalculatorsExternalTaxCalculatorId200Response
- PATCHExternalTaxCalculatorsExternalTaxCalculatorId200ResponseData
- PATCHExternalTaxCalculatorsExternalTaxCalculatorId200ResponseDataAttributes
- PATCHFixedAmountPromotionsFixedAmountPromotionId200Response
- PATCHFixedAmountPromotionsFixedAmountPromotionId200ResponseData
- PATCHFixedAmountPromotionsFixedAmountPromotionId200ResponseDataAttributes
- PATCHFixedPricePromotionsFixedPricePromotionId200Response
- PATCHFixedPricePromotionsFixedPricePromotionId200ResponseData
- PATCHFixedPricePromotionsFixedPricePromotionId200ResponseDataAttributes
- PATCHFlexPromotionsFlexPromotionId200Response
- PATCHFlexPromotionsFlexPromotionId200ResponseData
- PATCHFlexPromotionsFlexPromotionId200ResponseDataAttributes
- PATCHFreeGiftPromotionsFreeGiftPromotionId200Response
- PATCHFreeGiftPromotionsFreeGiftPromotionId200ResponseData
- PATCHFreeGiftPromotionsFreeGiftPromotionId200ResponseDataAttributes
- PATCHFreeShippingPromotionsFreeShippingPromotionId200Response
- PATCHFreeShippingPromotionsFreeShippingPromotionId200ResponseData
- PATCHFreeShippingPromotionsFreeShippingPromotionId200ResponseDataAttributes
- PATCHGiftCardRecipientsGiftCardRecipientId200Response
- PATCHGiftCardRecipientsGiftCardRecipientId200ResponseData
- PATCHGiftCardsGiftCardId200Response
- PATCHGiftCardsGiftCardId200ResponseData
- PATCHGiftCardsGiftCardId200ResponseDataAttributes
- PATCHGoogleGeocodersGoogleGeocoderId200Response
- PATCHGoogleGeocodersGoogleGeocoderId200ResponseData
- PATCHGoogleGeocodersGoogleGeocoderId200ResponseDataAttributes
- PATCHImportsImportId200Response
- PATCHImportsImportId200ResponseData
- PATCHInStockSubscriptionsInStockSubscriptionId200Response
- PATCHInStockSubscriptionsInStockSubscriptionId200ResponseData
- PATCHInStockSubscriptionsInStockSubscriptionId200ResponseDataAttributes
- PATCHInventoryModelsInventoryModelId200Response
- PATCHInventoryModelsInventoryModelId200ResponseData
- PATCHInventoryModelsInventoryModelId200ResponseDataAttributes
- PATCHInventoryReturnLocationsInventoryReturnLocationId200Response
- PATCHInventoryReturnLocationsInventoryReturnLocationId200ResponseData
- PATCHInventoryReturnLocationsInventoryReturnLocationId200ResponseDataAttributes
- PATCHInventoryStockLocationsInventoryStockLocationId200Response
- PATCHInventoryStockLocationsInventoryStockLocationId200ResponseData
- PATCHInventoryStockLocationsInventoryStockLocationId200ResponseDataAttributes
- PATCHKlarnaGatewaysKlarnaGatewayId200Response
- PATCHKlarnaGatewaysKlarnaGatewayId200ResponseData
- PATCHKlarnaGatewaysKlarnaGatewayId200ResponseDataAttributes
- PATCHKlarnaPaymentsKlarnaPaymentId200Response
- PATCHKlarnaPaymentsKlarnaPaymentId200ResponseData
- PATCHKlarnaPaymentsKlarnaPaymentId200ResponseDataAttributes
- PATCHLineItemOptionsLineItemOptionId200Response
- PATCHLineItemOptionsLineItemOptionId200ResponseData
- PATCHLineItemOptionsLineItemOptionId200ResponseDataAttributes
- PATCHLineItemsLineItemId200Response
- PATCHLineItemsLineItemId200ResponseData
- PATCHLineItemsLineItemId200ResponseDataAttributes
- PATCHLinksLinkId200Response
- PATCHLinksLinkId200ResponseData
- PATCHLinksLinkId200ResponseDataAttributes
- PATCHManualGatewaysManualGatewayId200Response
- PATCHManualGatewaysManualGatewayId200ResponseData
- PATCHManualGatewaysManualGatewayId200ResponseDataAttributes
- PATCHManualTaxCalculatorsManualTaxCalculatorId200Response
- PATCHManualTaxCalculatorsManualTaxCalculatorId200ResponseData
- PATCHManualTaxCalculatorsManualTaxCalculatorId200ResponseDataAttributes
- PATCHMarketsMarketId200Response
- PATCHMarketsMarketId200ResponseData
- PATCHMarketsMarketId200ResponseDataAttributes
- PATCHMerchantsMerchantId200Response
- PATCHMerchantsMerchantId200ResponseData
- PATCHMerchantsMerchantId200ResponseDataAttributes
- PATCHNotificationsNotificationId200Response
- PATCHNotificationsNotificationId200ResponseData
- PATCHNotificationsNotificationId200ResponseDataAttributes
- PATCHOrderAmountPromotionRulesOrderAmountPromotionRuleId200Response
- PATCHOrderAmountPromotionRulesOrderAmountPromotionRuleId200ResponseData
- PATCHOrderAmountPromotionRulesOrderAmountPromotionRuleId200ResponseDataAttributes
- PATCHOrderCopiesOrderCopyId200Response
- PATCHOrderCopiesOrderCopyId200ResponseData
- PATCHOrderSubscriptionItemsOrderSubscriptionItemId200Response
- PATCHOrderSubscriptionItemsOrderSubscriptionItemId200ResponseData
- PATCHOrderSubscriptionItemsOrderSubscriptionItemId200ResponseDataAttributes
- PATCHOrderSubscriptionsOrderSubscriptionId200Response
- PATCHOrderSubscriptionsOrderSubscriptionId200ResponseData
- PATCHOrderSubscriptionsOrderSubscriptionId200ResponseDataAttributes
- PATCHOrdersOrderId200Response
- PATCHOrdersOrderId200ResponseData
- PATCHOrdersOrderId200ResponseDataAttributes
- PATCHPackagesPackageId200Response
- PATCHPackagesPackageId200ResponseData
- PATCHPackagesPackageId200ResponseDataAttributes
- PATCHParcelLineItemsParcelLineItemId200Response
- PATCHParcelLineItemsParcelLineItemId200ResponseData
- PATCHParcelsParcelId200Response
- PATCHParcelsParcelId200ResponseData
- PATCHParcelsParcelId200ResponseDataAttributes
- PATCHPaymentMethodsPaymentMethodId200Response
- PATCHPaymentMethodsPaymentMethodId200ResponseData
- PATCHPaymentMethodsPaymentMethodId200ResponseDataAttributes
- PATCHPaymentOptionsPaymentOptionId200Response
- PATCHPaymentOptionsPaymentOptionId200ResponseData
- PATCHPaymentOptionsPaymentOptionId200ResponseDataAttributes
- PATCHPaypalGatewaysPaypalGatewayId200Response
- PATCHPaypalGatewaysPaypalGatewayId200ResponseData
- PATCHPaypalGatewaysPaypalGatewayId200ResponseDataAttributes
- PATCHPaypalPaymentsPaypalPaymentId200Response
- PATCHPaypalPaymentsPaypalPaymentId200ResponseData
- PATCHPaypalPaymentsPaypalPaymentId200ResponseDataAttributes
- PATCHPercentageDiscountPromotionsPercentageDiscountPromotionId200Response
- PATCHPercentageDiscountPromotionsPercentageDiscountPromotionId200ResponseData
- PATCHPercentageDiscountPromotionsPercentageDiscountPromotionId200ResponseDataAttributes
- PATCHPriceFrequencyTiersPriceFrequencyTierId200Response
- PATCHPriceFrequencyTiersPriceFrequencyTierId200ResponseData
- PATCHPriceFrequencyTiersPriceFrequencyTierId200ResponseDataAttributes
- PATCHPriceListSchedulersPriceListSchedulerId200Response
- PATCHPriceListSchedulersPriceListSchedulerId200ResponseData
- PATCHPriceListSchedulersPriceListSchedulerId200ResponseDataAttributes
- PATCHPriceListsPriceListId200Response
- PATCHPriceListsPriceListId200ResponseData
- PATCHPriceListsPriceListId200ResponseDataAttributes
- PATCHPriceVolumeTiersPriceVolumeTierId200Response
- PATCHPriceVolumeTiersPriceVolumeTierId200ResponseData
- PATCHPriceVolumeTiersPriceVolumeTierId200ResponseDataAttributes
- PATCHPricesPriceId200Response
- PATCHPricesPriceId200ResponseData
- PATCHPricesPriceId200ResponseDataAttributes
- PATCHRecurringOrderCopiesRecurringOrderCopyId200Response
- PATCHRecurringOrderCopiesRecurringOrderCopyId200ResponseData
- PATCHRefundsRefundId200Response
- PATCHRefundsRefundId200ResponseData
- PATCHRefundsRefundId200ResponseDataAttributes
- PATCHReturnLineItemsReturnLineItemId200Response
- PATCHReturnLineItemsReturnLineItemId200ResponseData
- PATCHReturnLineItemsReturnLineItemId200ResponseDataAttributes
- PATCHReturnsReturnId200Response
- PATCHReturnsReturnId200ResponseData
- PATCHReturnsReturnId200ResponseDataAttributes
- PATCHSatispayGatewaysSatispayGatewayId200Response
- PATCHSatispayGatewaysSatispayGatewayId200ResponseData
- PATCHSatispayPaymentsSatispayPaymentId200Response
- PATCHSatispayPaymentsSatispayPaymentId200ResponseData
- PATCHSatispayPaymentsSatispayPaymentId200ResponseDataAttributes
- PATCHShipmentsShipmentId200Response
- PATCHShipmentsShipmentId200ResponseData
- PATCHShipmentsShipmentId200ResponseDataAttributes
- PATCHShippingCategoriesShippingCategoryId200Response
- PATCHShippingCategoriesShippingCategoryId200ResponseData
- PATCHShippingCategoriesShippingCategoryId200ResponseDataAttributes
- PATCHShippingMethodsShippingMethodId200Response
- PATCHShippingMethodsShippingMethodId200ResponseData
- PATCHShippingMethodsShippingMethodId200ResponseDataAttributes
- PATCHShippingWeightTiersShippingWeightTierId200Response
- PATCHShippingWeightTiersShippingWeightTierId200ResponseData
- PATCHShippingWeightTiersShippingWeightTierId200ResponseDataAttributes
- PATCHShippingZonesShippingZoneId200Response
- PATCHShippingZonesShippingZoneId200ResponseData
- PATCHShippingZonesShippingZoneId200ResponseDataAttributes
- PATCHSkuListItemsSkuListItemId200Response
- PATCHSkuListItemsSkuListItemId200ResponseData
- PATCHSkuListItemsSkuListItemId200ResponseDataAttributes
- PATCHSkuListPromotionRulesSkuListPromotionRuleId200Response
- PATCHSkuListPromotionRulesSkuListPromotionRuleId200ResponseData
- PATCHSkuListPromotionRulesSkuListPromotionRuleId200ResponseDataAttributes
- PATCHSkuListsSkuListId200Response
- PATCHSkuListsSkuListId200ResponseData
- PATCHSkuListsSkuListId200ResponseDataAttributes
- PATCHSkuOptionsSkuOptionId200Response
- PATCHSkuOptionsSkuOptionId200ResponseData
- PATCHSkuOptionsSkuOptionId200ResponseDataAttributes
- PATCHSkusSkuId200Response
- PATCHSkusSkuId200ResponseData
- PATCHSkusSkuId200ResponseDataAttributes
- PATCHStockItemsStockItemId200Response
- PATCHStockItemsStockItemId200ResponseData
- PATCHStockItemsStockItemId200ResponseDataAttributes
- PATCHStockLineItemsStockLineItemId200Response
- PATCHStockLineItemsStockLineItemId200ResponseData
- PATCHStockLineItemsStockLineItemId200ResponseDataAttributes
- PATCHStockLocationsStockLocationId200Response
- PATCHStockLocationsStockLocationId200ResponseData
- PATCHStockLocationsStockLocationId200ResponseDataAttributes
- PATCHStockReservationsStockReservationId200Response
- PATCHStockReservationsStockReservationId200ResponseData
- PATCHStockReservationsStockReservationId200ResponseDataAttributes
- PATCHStockTransfersStockTransferId200Response
- PATCHStockTransfersStockTransferId200ResponseData
- PATCHStockTransfersStockTransferId200ResponseDataAttributes
- PATCHStoresStoreId200Response
- PATCHStoresStoreId200ResponseData
- PATCHStoresStoreId200ResponseDataAttributes
- PATCHStripeGatewaysStripeGatewayId200Response
- PATCHStripeGatewaysStripeGatewayId200ResponseData
- PATCHStripeGatewaysStripeGatewayId200ResponseDataAttributes
- PATCHStripePaymentsStripePaymentId200Response
- PATCHStripePaymentsStripePaymentId200ResponseData
- PATCHStripePaymentsStripePaymentId200ResponseDataAttributes
- PATCHSubscriptionModelsSubscriptionModelId200Response
- PATCHSubscriptionModelsSubscriptionModelId200ResponseData
- PATCHSubscriptionModelsSubscriptionModelId200ResponseDataAttributes
- PATCHTagsTagId200Response
- PATCHTagsTagId200ResponseData
- PATCHTagsTagId200ResponseDataAttributes
- PATCHTaxCategoriesTaxCategoryId200Response
- PATCHTaxCategoriesTaxCategoryId200ResponseData
- PATCHTaxCategoriesTaxCategoryId200ResponseDataAttributes
- PATCHTaxRulesTaxRuleId200Response
- PATCHTaxRulesTaxRuleId200ResponseData
- PATCHTaxRulesTaxRuleId200ResponseDataAttributes
- PATCHTaxjarAccountsTaxjarAccountId200Response
- PATCHTaxjarAccountsTaxjarAccountId200ResponseData
- PATCHTaxjarAccountsTaxjarAccountId200ResponseDataAttributes
- PATCHVoidsVoidId200Response
- PATCHVoidsVoidId200ResponseData
- PATCHWebhooksWebhookId200Response
- PATCHWebhooksWebhookId200ResponseData
- PATCHWebhooksWebhookId200ResponseDataAttributes
- PATCHWireTransfersWireTransferId200Response
- PATCHWireTransfersWireTransferId200ResponseData
- POSTAddresses201Response
- POSTAddresses201ResponseData
- POSTAddresses201ResponseDataAttributes
- POSTAddresses201ResponseDataLinks
- POSTAddresses201ResponseDataRelationships
- POSTAddresses201ResponseDataRelationshipsEvents
- POSTAddresses201ResponseDataRelationshipsEventsData
- POSTAddresses201ResponseDataRelationshipsGeocoder
- POSTAddresses201ResponseDataRelationshipsGeocoderData
- POSTAddresses201ResponseDataRelationshipsGeocoderLinks
- POSTAddresses201ResponseDataRelationshipsTags
- POSTAddresses201ResponseDataRelationshipsTagsData
- POSTAddresses201ResponseDataRelationshipsVersions
- POSTAddresses201ResponseDataRelationshipsVersionsData
- POSTAdjustments201Response
- POSTAdjustments201ResponseData
- POSTAdjustments201ResponseDataAttributes
- POSTAdjustments201ResponseDataRelationships
- POSTAdyenGateways201Response
- POSTAdyenGateways201ResponseData
- POSTAdyenGateways201ResponseDataAttributes
- POSTAdyenGateways201ResponseDataRelationships
- POSTAdyenGateways201ResponseDataRelationshipsAdyenPayments
- POSTAdyenGateways201ResponseDataRelationshipsAdyenPaymentsData
- POSTAdyenGateways201ResponseDataRelationshipsPaymentMethods
- POSTAdyenGateways201ResponseDataRelationshipsPaymentMethodsData
- POSTAdyenPayments201Response
- POSTAdyenPayments201ResponseData
- POSTAdyenPayments201ResponseDataAttributes
- POSTAdyenPayments201ResponseDataRelationships
- POSTAdyenPayments201ResponseDataRelationshipsOrder
- POSTAdyenPayments201ResponseDataRelationshipsOrderData
- POSTAdyenPayments201ResponseDataRelationshipsPaymentGateway
- POSTAdyenPayments201ResponseDataRelationshipsPaymentGatewayData
- POSTAttachments201Response
- POSTAttachments201ResponseData
- POSTAttachments201ResponseDataAttributes
- POSTAttachments201ResponseDataRelationships
- POSTAttachments201ResponseDataRelationshipsAttachable
- POSTAttachments201ResponseDataRelationshipsAttachableData
- POSTAvalaraAccounts201Response
- POSTAvalaraAccounts201ResponseData
- POSTAvalaraAccounts201ResponseDataAttributes
- POSTAvalaraAccounts201ResponseDataRelationships
- POSTAvalaraAccounts201ResponseDataRelationshipsMarkets
- POSTAvalaraAccounts201ResponseDataRelationshipsMarketsData
- POSTAvalaraAccounts201ResponseDataRelationshipsTaxCategories
- POSTAvalaraAccounts201ResponseDataRelationshipsTaxCategoriesData
- POSTAxerveGateways201Response
- POSTAxerveGateways201ResponseData
- POSTAxerveGateways201ResponseDataAttributes
- POSTAxerveGateways201ResponseDataRelationships
- POSTAxerveGateways201ResponseDataRelationshipsAxervePayments
- POSTAxerveGateways201ResponseDataRelationshipsAxervePaymentsData
- POSTAxervePayments201Response
- POSTAxervePayments201ResponseData
- POSTAxervePayments201ResponseDataAttributes
- POSTBingGeocoders201Response
- POSTBingGeocoders201ResponseData
- POSTBingGeocoders201ResponseDataAttributes
- POSTBingGeocoders201ResponseDataRelationships
- POSTBingGeocoders201ResponseDataRelationshipsAddresses
- POSTBingGeocoders201ResponseDataRelationshipsAddressesData
- POSTBraintreeGateways201Response
- POSTBraintreeGateways201ResponseData
- POSTBraintreeGateways201ResponseDataAttributes
- POSTBraintreeGateways201ResponseDataRelationships
- POSTBraintreeGateways201ResponseDataRelationshipsBraintreePayments
- POSTBraintreeGateways201ResponseDataRelationshipsBraintreePaymentsData
- POSTBraintreePayments201Response
- POSTBraintreePayments201ResponseData
- POSTBraintreePayments201ResponseDataAttributes
- POSTBundles201Response
- POSTBundles201ResponseData
- POSTBundles201ResponseDataAttributes
- POSTBundles201ResponseDataRelationships
- POSTBundles201ResponseDataRelationshipsMarket
- POSTBundles201ResponseDataRelationshipsMarketData
- POSTBundles201ResponseDataRelationshipsSkuList
- POSTBundles201ResponseDataRelationshipsSkuListData
- POSTBundles201ResponseDataRelationshipsSkus
- POSTBundles201ResponseDataRelationshipsSkusData
- POSTBuyXPayYPromotions201Response
- POSTBuyXPayYPromotions201ResponseData
- POSTBuyXPayYPromotions201ResponseDataAttributes
- POSTBuyXPayYPromotions201ResponseDataRelationships
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCouponCodesPromotionRule
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCouponCodesPromotionRuleData
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCoupons
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCouponsData
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCustomPromotionRule
- POSTBuyXPayYPromotions201ResponseDataRelationshipsCustomPromotionRuleData
- POSTBuyXPayYPromotions201ResponseDataRelationshipsOrderAmountPromotionRule
- POSTBuyXPayYPromotions201ResponseDataRelationshipsOrderAmountPromotionRuleData
- POSTBuyXPayYPromotions201ResponseDataRelationshipsPromotionRules
- POSTBuyXPayYPromotions201ResponseDataRelationshipsPromotionRulesData
- POSTBuyXPayYPromotions201ResponseDataRelationshipsSkuListPromotionRule
- POSTBuyXPayYPromotions201ResponseDataRelationshipsSkuListPromotionRuleData
- POSTCarrierAccounts201Response
- POSTCarrierAccounts201ResponseData
- POSTCarrierAccounts201ResponseDataAttributes
- POSTCarrierAccounts201ResponseDataRelationships
- POSTCheckoutComGateways201Response
- POSTCheckoutComGateways201ResponseData
- POSTCheckoutComGateways201ResponseDataAttributes
- POSTCheckoutComGateways201ResponseDataRelationships
- POSTCheckoutComGateways201ResponseDataRelationshipsCheckoutComPayments
- POSTCheckoutComGateways201ResponseDataRelationshipsCheckoutComPaymentsData
- POSTCheckoutComPayments201Response
- POSTCheckoutComPayments201ResponseData
- POSTCheckoutComPayments201ResponseDataAttributes
- POSTCleanups201Response
- POSTCleanups201ResponseData
- POSTCleanups201ResponseDataAttributes
- POSTCleanups201ResponseDataRelationships
- POSTCouponCodesPromotionRules201Response
- POSTCouponCodesPromotionRules201ResponseData
- POSTCouponCodesPromotionRules201ResponseDataRelationships
- POSTCouponCodesPromotionRules201ResponseDataRelationshipsPromotion
- POSTCouponCodesPromotionRules201ResponseDataRelationshipsPromotionData
- POSTCouponRecipients201Response
- POSTCouponRecipients201ResponseData
- POSTCouponRecipients201ResponseDataAttributes
- POSTCouponRecipients201ResponseDataRelationships
- POSTCouponRecipients201ResponseDataRelationshipsCustomer
- POSTCouponRecipients201ResponseDataRelationshipsCustomerData
- POSTCoupons201Response
- POSTCoupons201ResponseData
- POSTCoupons201ResponseDataAttributes
- POSTCoupons201ResponseDataRelationships
- POSTCoupons201ResponseDataRelationshipsCouponRecipient
- POSTCoupons201ResponseDataRelationshipsCouponRecipientData
- POSTCoupons201ResponseDataRelationshipsPromotionRule
- POSTCoupons201ResponseDataRelationshipsPromotionRuleData
- POSTCustomPromotionRules201Response
- POSTCustomPromotionRules201ResponseData
- POSTCustomPromotionRules201ResponseDataAttributes
- POSTCustomPromotionRules201ResponseDataRelationships
- POSTCustomerAddresses201Response
- POSTCustomerAddresses201ResponseData
- POSTCustomerAddresses201ResponseDataAttributes
- POSTCustomerAddresses201ResponseDataRelationships
- POSTCustomerAddresses201ResponseDataRelationshipsAddress
- POSTCustomerAddresses201ResponseDataRelationshipsAddressData
- POSTCustomerGroups201Response
- POSTCustomerGroups201ResponseData
- POSTCustomerGroups201ResponseDataAttributes
- POSTCustomerGroups201ResponseDataRelationships
- POSTCustomerGroups201ResponseDataRelationshipsCustomers
- POSTCustomerGroups201ResponseDataRelationshipsCustomersData
- POSTCustomerPasswordResets201Response
- POSTCustomerPasswordResets201ResponseData
- POSTCustomerPasswordResets201ResponseDataAttributes
- POSTCustomerPasswordResets201ResponseDataRelationships
- POSTCustomerPaymentSources201Response
- POSTCustomerPaymentSources201ResponseData
- POSTCustomerPaymentSources201ResponseDataAttributes
- POSTCustomerPaymentSources201ResponseDataRelationships
- POSTCustomerPaymentSources201ResponseDataRelationshipsPaymentMethod
- POSTCustomerPaymentSources201ResponseDataRelationshipsPaymentMethodData
- POSTCustomerSubscriptions201Response
- POSTCustomerSubscriptions201ResponseData
- POSTCustomerSubscriptions201ResponseDataAttributes
- POSTCustomerSubscriptions201ResponseDataRelationships
- POSTCustomers201Response
- POSTCustomers201ResponseData
- POSTCustomers201ResponseDataAttributes
- POSTCustomers201ResponseDataRelationships
- POSTCustomers201ResponseDataRelationshipsCustomerAddresses
- POSTCustomers201ResponseDataRelationshipsCustomerAddressesData
- POSTCustomers201ResponseDataRelationshipsCustomerGroup
- POSTCustomers201ResponseDataRelationshipsCustomerGroupData
- POSTCustomers201ResponseDataRelationshipsCustomerPaymentSources
- POSTCustomers201ResponseDataRelationshipsCustomerPaymentSourcesData
- POSTCustomers201ResponseDataRelationshipsCustomerSubscriptions
- POSTCustomers201ResponseDataRelationshipsCustomerSubscriptionsData
- POSTCustomers201ResponseDataRelationshipsOrderSubscriptions
- POSTCustomers201ResponseDataRelationshipsOrderSubscriptionsData
- POSTCustomers201ResponseDataRelationshipsOrders
- POSTCustomers201ResponseDataRelationshipsOrdersData
- POSTCustomers201ResponseDataRelationshipsReturns
- POSTCustomers201ResponseDataRelationshipsReturnsData
- POSTCustomers201ResponseDataRelationshipsSkuLists
- POSTCustomers201ResponseDataRelationshipsSkuListsData
- POSTDeliveryLeadTimes201Response
- POSTDeliveryLeadTimes201ResponseData
- POSTDeliveryLeadTimes201ResponseDataAttributes
- POSTDeliveryLeadTimes201ResponseDataRelationships
- POSTDeliveryLeadTimes201ResponseDataRelationshipsShippingMethod
- POSTDeliveryLeadTimes201ResponseDataRelationshipsShippingMethodData
- POSTDeliveryLeadTimes201ResponseDataRelationshipsStockLocation
- POSTDeliveryLeadTimes201ResponseDataRelationshipsStockLocationData
- POSTExports201Response
- POSTExports201ResponseData
- POSTExports201ResponseDataAttributes
- POSTExports201ResponseDataRelationships
- POSTExternalGateways201Response
- POSTExternalGateways201ResponseData
- POSTExternalGateways201ResponseDataAttributes
- POSTExternalGateways201ResponseDataRelationships
- POSTExternalGateways201ResponseDataRelationshipsExternalPayments
- POSTExternalGateways201ResponseDataRelationshipsExternalPaymentsData
- POSTExternalPayments201Response
- POSTExternalPayments201ResponseData
- POSTExternalPayments201ResponseDataAttributes
- POSTExternalPayments201ResponseDataRelationships
- POSTExternalPayments201ResponseDataRelationshipsWallet
- POSTExternalPayments201ResponseDataRelationshipsWalletData
- POSTExternalPromotions201Response
- POSTExternalPromotions201ResponseData
- POSTExternalPromotions201ResponseDataAttributes
- POSTExternalTaxCalculators201Response
- POSTExternalTaxCalculators201ResponseData
- POSTExternalTaxCalculators201ResponseDataAttributes
- POSTExternalTaxCalculators201ResponseDataRelationships
- POSTFixedAmountPromotions201Response
- POSTFixedAmountPromotions201ResponseData
- POSTFixedAmountPromotions201ResponseDataAttributes
- POSTFixedPricePromotions201Response
- POSTFixedPricePromotions201ResponseData
- POSTFixedPricePromotions201ResponseDataAttributes
- POSTFlexPromotions201Response
- POSTFlexPromotions201ResponseData
- POSTFlexPromotions201ResponseDataAttributes
- POSTFlexPromotions201ResponseDataRelationships
- POSTFreeGiftPromotions201Response
- POSTFreeGiftPromotions201ResponseData
- POSTFreeGiftPromotions201ResponseDataAttributes
- POSTFreeShippingPromotions201Response
- POSTFreeShippingPromotions201ResponseData
- POSTFreeShippingPromotions201ResponseDataAttributes
- POSTFreeShippingPromotions201ResponseDataRelationships
- POSTGiftCardRecipients201Response
- POSTGiftCardRecipients201ResponseData
- POSTGiftCards201Response
- POSTGiftCards201ResponseData
- POSTGiftCards201ResponseDataAttributes
- POSTGiftCards201ResponseDataRelationships
- POSTGiftCards201ResponseDataRelationshipsGiftCardRecipient
- POSTGiftCards201ResponseDataRelationshipsGiftCardRecipientData
- POSTGoogleGeocoders201Response
- POSTGoogleGeocoders201ResponseData
- POSTGoogleGeocoders201ResponseDataAttributes
- POSTImports201Response
- POSTImports201ResponseData
- POSTImports201ResponseDataAttributes
- POSTInStockSubscriptions201Response
- POSTInStockSubscriptions201ResponseData
- POSTInStockSubscriptions201ResponseDataAttributes
- POSTInStockSubscriptions201ResponseDataRelationships
- POSTInStockSubscriptions201ResponseDataRelationshipsSku
- POSTInStockSubscriptions201ResponseDataRelationshipsSkuData
- POSTInventoryModels201Response
- POSTInventoryModels201ResponseData
- POSTInventoryModels201ResponseDataAttributes
- POSTInventoryModels201ResponseDataRelationships
- POSTInventoryModels201ResponseDataRelationshipsInventoryReturnLocations
- POSTInventoryModels201ResponseDataRelationshipsInventoryReturnLocationsData
- POSTInventoryModels201ResponseDataRelationshipsInventoryStockLocations
- POSTInventoryModels201ResponseDataRelationshipsInventoryStockLocationsData
- POSTInventoryReturnLocations201Response
- POSTInventoryReturnLocations201ResponseData
- POSTInventoryReturnLocations201ResponseDataAttributes
- POSTInventoryReturnLocations201ResponseDataRelationships
- POSTInventoryReturnLocations201ResponseDataRelationshipsInventoryModel
- POSTInventoryReturnLocations201ResponseDataRelationshipsInventoryModelData
- POSTInventoryStockLocations201Response
- POSTInventoryStockLocations201ResponseData
- POSTInventoryStockLocations201ResponseDataAttributes
- POSTKlarnaGateways201Response
- POSTKlarnaGateways201ResponseData
- POSTKlarnaGateways201ResponseDataAttributes
- POSTKlarnaGateways201ResponseDataRelationships
- POSTKlarnaGateways201ResponseDataRelationshipsKlarnaPayments
- POSTKlarnaGateways201ResponseDataRelationshipsKlarnaPaymentsData
- POSTKlarnaPayments201Response
- POSTKlarnaPayments201ResponseData
- POSTLineItemOptions201Response
- POSTLineItemOptions201ResponseData
- POSTLineItemOptions201ResponseDataAttributes
- POSTLineItemOptions201ResponseDataRelationships
- POSTLineItemOptions201ResponseDataRelationshipsLineItem
- POSTLineItemOptions201ResponseDataRelationshipsLineItemData
- POSTLineItemOptions201ResponseDataRelationshipsSkuOption
- POSTLineItemOptions201ResponseDataRelationshipsSkuOptionData
- POSTLineItems201Response
- POSTLineItems201ResponseData
- POSTLineItems201ResponseDataAttributes
- POSTLineItems201ResponseDataRelationships
- POSTLineItems201ResponseDataRelationshipsAdjustment
- POSTLineItems201ResponseDataRelationshipsAdjustmentData
- POSTLineItems201ResponseDataRelationshipsBundle
- POSTLineItems201ResponseDataRelationshipsBundleData
- POSTLineItems201ResponseDataRelationshipsGiftCard
- POSTLineItems201ResponseDataRelationshipsGiftCardData
- POSTLineItems201ResponseDataRelationshipsItem
- POSTLineItems201ResponseDataRelationshipsItemData
- POSTLineItems201ResponseDataRelationshipsLineItemOptions
- POSTLineItems201ResponseDataRelationshipsLineItemOptionsData
- POSTLineItems201ResponseDataRelationshipsNotifications
- POSTLineItems201ResponseDataRelationshipsNotificationsData
- POSTLineItems201ResponseDataRelationshipsReturnLineItems
- POSTLineItems201ResponseDataRelationshipsReturnLineItemsData
- POSTLineItems201ResponseDataRelationshipsShipment
- POSTLineItems201ResponseDataRelationshipsShipmentData
- POSTLineItems201ResponseDataRelationshipsStockLineItems
- POSTLineItems201ResponseDataRelationshipsStockLineItemsData
- POSTLineItems201ResponseDataRelationshipsStockReservations
- POSTLineItems201ResponseDataRelationshipsStockReservationsData
- POSTLineItems201ResponseDataRelationshipsStockTransfers
- POSTLineItems201ResponseDataRelationshipsStockTransfersData
- POSTLinks201Response
- POSTLinks201ResponseData
- POSTLinks201ResponseDataAttributes
- POSTLinks201ResponseDataRelationships
- POSTManualGateways201Response
- POSTManualGateways201ResponseData
- POSTManualGateways201ResponseDataAttributes
- POSTManualGateways201ResponseDataRelationships
- POSTManualTaxCalculators201Response
- POSTManualTaxCalculators201ResponseData
- POSTManualTaxCalculators201ResponseDataAttributes
- POSTManualTaxCalculators201ResponseDataRelationships
- POSTManualTaxCalculators201ResponseDataRelationshipsTaxRules
- POSTManualTaxCalculators201ResponseDataRelationshipsTaxRulesData
- POSTMarkets201Response
- POSTMarkets201ResponseData
- POSTMarkets201ResponseDataAttributes
- POSTMarkets201ResponseDataRelationships
- POSTMarkets201ResponseDataRelationshipsBasePriceList
- POSTMarkets201ResponseDataRelationshipsBasePriceListData
- POSTMarkets201ResponseDataRelationshipsMerchant
- POSTMarkets201ResponseDataRelationshipsMerchantData
- POSTMarkets201ResponseDataRelationshipsPriceList
- POSTMarkets201ResponseDataRelationshipsPriceListData
- POSTMarkets201ResponseDataRelationshipsPriceListSchedulers
- POSTMarkets201ResponseDataRelationshipsPriceListSchedulersData
- POSTMarkets201ResponseDataRelationshipsStores
- POSTMarkets201ResponseDataRelationshipsStoresData
- POSTMarkets201ResponseDataRelationshipsSubscriptionModel
- POSTMarkets201ResponseDataRelationshipsSubscriptionModelData
- POSTMarkets201ResponseDataRelationshipsTaxCalculator
- POSTMarkets201ResponseDataRelationshipsTaxCalculatorData
- POSTMerchants201Response
- POSTMerchants201ResponseData
- POSTMerchants201ResponseDataAttributes
- POSTMerchants201ResponseDataRelationships
- POSTNotifications201Response
- POSTNotifications201ResponseData
- POSTNotifications201ResponseDataAttributes
- POSTNotifications201ResponseDataRelationships
- POSTNotifications201ResponseDataRelationshipsNotifiable
- POSTNotifications201ResponseDataRelationshipsNotifiableData
- POSTOrderAmountPromotionRules201Response
- POSTOrderAmountPromotionRules201ResponseData
- POSTOrderAmountPromotionRules201ResponseDataAttributes
- POSTOrderCopies201Response
- POSTOrderCopies201ResponseData
- POSTOrderCopies201ResponseDataAttributes
- POSTOrderCopies201ResponseDataRelationships
- POSTOrderCopies201ResponseDataRelationshipsOrderSubscription
- POSTOrderCopies201ResponseDataRelationshipsOrderSubscriptionData
- POSTOrderCopies201ResponseDataRelationshipsSourceOrder
- POSTOrderCopies201ResponseDataRelationshipsSourceOrderData
- POSTOrderCopies201ResponseDataRelationshipsTargetOrder
- POSTOrderCopies201ResponseDataRelationshipsTargetOrderData
- POSTOrderSubscriptionItems201Response
- POSTOrderSubscriptionItems201ResponseData
- POSTOrderSubscriptionItems201ResponseDataAttributes
- POSTOrderSubscriptionItems201ResponseDataRelationships
- POSTOrderSubscriptionItems201ResponseDataRelationshipsSourceLineItem
- POSTOrderSubscriptionItems201ResponseDataRelationshipsSourceLineItemData
- POSTOrderSubscriptions201Response
- POSTOrderSubscriptions201ResponseData
- POSTOrderSubscriptions201ResponseDataAttributes
- POSTOrderSubscriptions201ResponseDataRelationships
- POSTOrderSubscriptions201ResponseDataRelationshipsCustomerPaymentSource
- POSTOrderSubscriptions201ResponseDataRelationshipsCustomerPaymentSourceData
- POSTOrderSubscriptions201ResponseDataRelationshipsOrderFactories
- POSTOrderSubscriptions201ResponseDataRelationshipsOrderFactoriesData
- POSTOrderSubscriptions201ResponseDataRelationshipsOrderSubscriptionItems
- POSTOrderSubscriptions201ResponseDataRelationshipsOrderSubscriptionItemsData
- POSTOrderSubscriptions201ResponseDataRelationshipsRecurringOrderCopies
- POSTOrderSubscriptions201ResponseDataRelationshipsRecurringOrderCopiesData
- POSTOrders201Response
- POSTOrders201ResponseData
- POSTOrders201ResponseDataAttributes
- POSTOrders201ResponseDataRelationships
- POSTOrders201ResponseDataRelationshipsAuthorizations
- POSTOrders201ResponseDataRelationshipsAuthorizationsData
- POSTOrders201ResponseDataRelationshipsAvailableCustomerPaymentSources
- POSTOrders201ResponseDataRelationshipsAvailableCustomerPaymentSourcesData
- POSTOrders201ResponseDataRelationshipsAvailableFreeBundles
- POSTOrders201ResponseDataRelationshipsAvailableFreeBundlesData
- POSTOrders201ResponseDataRelationshipsAvailableFreeSkus
- POSTOrders201ResponseDataRelationshipsAvailableFreeSkusData
- POSTOrders201ResponseDataRelationshipsAvailablePaymentMethods
- POSTOrders201ResponseDataRelationshipsAvailablePaymentMethodsData
- POSTOrders201ResponseDataRelationshipsBillingAddress
- POSTOrders201ResponseDataRelationshipsBillingAddressData
- POSTOrders201ResponseDataRelationshipsLineItems
- POSTOrders201ResponseDataRelationshipsLineItemsData
- POSTOrders201ResponseDataRelationshipsLinks
- POSTOrders201ResponseDataRelationshipsLinksData
- POSTOrders201ResponseDataRelationshipsOrderCopies
- POSTOrders201ResponseDataRelationshipsOrderCopiesData
- POSTOrders201ResponseDataRelationshipsPaymentOptions
- POSTOrders201ResponseDataRelationshipsPaymentOptionsData
- POSTOrders201ResponseDataRelationshipsResourceErrors
- POSTOrders201ResponseDataRelationshipsResourceErrorsData
- POSTOrders201ResponseDataRelationshipsShipments
- POSTOrders201ResponseDataRelationshipsShipmentsData
- POSTOrders201ResponseDataRelationshipsShippingAddress
- POSTOrders201ResponseDataRelationshipsShippingAddressData
- POSTOrders201ResponseDataRelationshipsStore
- POSTOrders201ResponseDataRelationshipsStoreData
- POSTOrders201ResponseDataRelationshipsTransactions
- POSTOrders201ResponseDataRelationshipsTransactionsData
- POSTPackages201Response
- POSTPackages201ResponseData
- POSTPackages201ResponseDataAttributes
- POSTPackages201ResponseDataRelationships
- POSTPackages201ResponseDataRelationshipsParcels
- POSTPackages201ResponseDataRelationshipsParcelsData
- POSTParcelLineItems201Response
- POSTParcelLineItems201ResponseData
- POSTParcelLineItems201ResponseDataAttributes
- POSTParcelLineItems201ResponseDataRelationships
- POSTParcelLineItems201ResponseDataRelationshipsParcel
- POSTParcelLineItems201ResponseDataRelationshipsParcelData
- POSTParcelLineItems201ResponseDataRelationshipsStockLineItem
- POSTParcelLineItems201ResponseDataRelationshipsStockLineItemData
- POSTParcels201Response
- POSTParcels201ResponseData
- POSTParcels201ResponseDataAttributes
- POSTParcels201ResponseDataRelationships
- POSTParcels201ResponseDataRelationshipsPackage
- POSTParcels201ResponseDataRelationshipsPackageData
- POSTParcels201ResponseDataRelationshipsParcelLineItems
- POSTParcels201ResponseDataRelationshipsParcelLineItemsData
- POSTPaymentMethods201Response
- POSTPaymentMethods201ResponseData
- POSTPaymentMethods201ResponseDataAttributes
- POSTPaymentMethods201ResponseDataRelationships
- POSTPaymentOptions201Response
- POSTPaymentOptions201ResponseData
- POSTPaymentOptions201ResponseDataAttributes
- POSTPaymentOptions201ResponseDataRelationships
- POSTPaypalGateways201Response
- POSTPaypalGateways201ResponseData
- POSTPaypalGateways201ResponseDataAttributes
- POSTPaypalGateways201ResponseDataRelationships
- POSTPaypalGateways201ResponseDataRelationshipsPaypalPayments
- POSTPaypalGateways201ResponseDataRelationshipsPaypalPaymentsData
- POSTPaypalPayments201Response
- POSTPaypalPayments201ResponseData
- POSTPaypalPayments201ResponseDataAttributes
- POSTPercentageDiscountPromotions201Response
- POSTPercentageDiscountPromotions201ResponseData
- POSTPercentageDiscountPromotions201ResponseDataAttributes
- POSTPriceFrequencyTiers201Response
- POSTPriceFrequencyTiers201ResponseData
- POSTPriceFrequencyTiers201ResponseDataAttributes
- POSTPriceFrequencyTiers201ResponseDataRelationships
- POSTPriceFrequencyTiers201ResponseDataRelationshipsPrice
- POSTPriceFrequencyTiers201ResponseDataRelationshipsPriceData
- POSTPriceListSchedulers201Response
- POSTPriceListSchedulers201ResponseData
- POSTPriceListSchedulers201ResponseDataAttributes
- POSTPriceListSchedulers201ResponseDataRelationships
- POSTPriceLists201Response
- POSTPriceLists201ResponseData
- POSTPriceLists201ResponseDataAttributes
- POSTPriceLists201ResponseDataRelationships
- POSTPriceLists201ResponseDataRelationshipsPrices
- POSTPriceLists201ResponseDataRelationshipsPricesData
- POSTPriceVolumeTiers201Response
- POSTPriceVolumeTiers201ResponseData
- POSTPriceVolumeTiers201ResponseDataAttributes
- POSTPrices201Response
- POSTPrices201ResponseData
- POSTPrices201ResponseDataAttributes
- POSTPrices201ResponseDataRelationships
- POSTPrices201ResponseDataRelationshipsJwtCustomer
- POSTPrices201ResponseDataRelationshipsJwtCustomerData
- POSTPrices201ResponseDataRelationshipsJwtMarkets
- POSTPrices201ResponseDataRelationshipsJwtMarketsData
- POSTPrices201ResponseDataRelationshipsJwtStockLocations
- POSTPrices201ResponseDataRelationshipsJwtStockLocationsData
- POSTPrices201ResponseDataRelationshipsPriceFrequencyTiers
- POSTPrices201ResponseDataRelationshipsPriceFrequencyTiersData
- POSTPrices201ResponseDataRelationshipsPriceTiers
- POSTPrices201ResponseDataRelationshipsPriceTiersData
- POSTPrices201ResponseDataRelationshipsPriceVolumeTiers
- POSTPrices201ResponseDataRelationshipsPriceVolumeTiersData
- POSTRecurringOrderCopies201Response
- POSTRecurringOrderCopies201ResponseData
- POSTRecurringOrderCopies201ResponseDataAttributes
- POSTReturnLineItems201Response
- POSTReturnLineItems201ResponseData
- POSTReturnLineItems201ResponseDataAttributes
- POSTReturnLineItems201ResponseDataRelationships
- POSTReturns201Response
- POSTReturns201ResponseData
- POSTReturns201ResponseDataRelationships
- POSTReturns201ResponseDataRelationshipsDestinationAddress
- POSTReturns201ResponseDataRelationshipsDestinationAddressData
- POSTReturns201ResponseDataRelationshipsOriginAddress
- POSTReturns201ResponseDataRelationshipsOriginAddressData
- POSTReturns201ResponseDataRelationshipsReferenceRefund
- POSTReturns201ResponseDataRelationshipsReferenceRefundData
- POSTSatispayGateways201Response
- POSTSatispayGateways201ResponseData
- POSTSatispayGateways201ResponseDataAttributes
- POSTSatispayGateways201ResponseDataRelationships
- POSTSatispayGateways201ResponseDataRelationshipsSatispayPayments
- POSTSatispayGateways201ResponseDataRelationshipsSatispayPaymentsData
- POSTSatispayPayments201Response
- POSTSatispayPayments201ResponseData
- POSTSatispayPayments201ResponseDataAttributes
- POSTShipments201Response
- POSTShipments201ResponseData
- POSTShipments201ResponseDataRelationships
- POSTShipments201ResponseDataRelationshipsAvailableShippingMethods
- POSTShipments201ResponseDataRelationshipsAvailableShippingMethodsData
- POSTShipments201ResponseDataRelationshipsCarrierAccounts
- POSTShipments201ResponseDataRelationshipsCarrierAccountsData
- POSTShipments201ResponseDataRelationshipsDeliveryLeadTime
- POSTShipments201ResponseDataRelationshipsDeliveryLeadTimeData
- POSTShipments201ResponseDataRelationshipsInventoryStockLocation
- POSTShipments201ResponseDataRelationshipsInventoryStockLocationData
- POSTShipments201ResponseDataRelationshipsShippingCategory
- POSTShipments201ResponseDataRelationshipsShippingCategoryData
- POSTShippingCategories201Response
- POSTShippingCategories201ResponseData
- POSTShippingCategories201ResponseDataAttributes
- POSTShippingCategories201ResponseDataRelationships
- POSTShippingMethods201Response
- POSTShippingMethods201ResponseData
- POSTShippingMethods201ResponseDataAttributes
- POSTShippingMethods201ResponseDataRelationships
- POSTShippingMethods201ResponseDataRelationshipsDeliveryLeadTimeForShipment
- POSTShippingMethods201ResponseDataRelationshipsDeliveryLeadTimeForShipmentData
- POSTShippingMethods201ResponseDataRelationshipsShippingMethodTiers
- POSTShippingMethods201ResponseDataRelationshipsShippingMethodTiersData
- POSTShippingMethods201ResponseDataRelationshipsShippingWeightTiers
- POSTShippingMethods201ResponseDataRelationshipsShippingWeightTiersData
- POSTShippingMethods201ResponseDataRelationshipsShippingZone
- POSTShippingMethods201ResponseDataRelationshipsShippingZoneData
- POSTShippingWeightTiers201Response
- POSTShippingWeightTiers201ResponseData
- POSTShippingWeightTiers201ResponseDataAttributes
- POSTShippingZones201Response
- POSTShippingZones201ResponseData
- POSTShippingZones201ResponseDataAttributes
- POSTShippingZones201ResponseDataRelationships
- POSTSkuListItems201Response
- POSTSkuListItems201ResponseData
- POSTSkuListItems201ResponseDataAttributes
- POSTSkuListItems201ResponseDataRelationships
- POSTSkuListPromotionRules201Response
- POSTSkuListPromotionRules201ResponseData
- POSTSkuListPromotionRules201ResponseDataAttributes
- POSTSkuListPromotionRules201ResponseDataRelationships
- POSTSkuLists201Response
- POSTSkuLists201ResponseData
- POSTSkuLists201ResponseDataAttributes
- POSTSkuLists201ResponseDataRelationships
- POSTSkuLists201ResponseDataRelationshipsBundles
- POSTSkuLists201ResponseDataRelationshipsBundlesData
- POSTSkuLists201ResponseDataRelationshipsSkuListItems
- POSTSkuLists201ResponseDataRelationshipsSkuListItemsData
- POSTSkuOptions201Response
- POSTSkuOptions201ResponseData
- POSTSkuOptions201ResponseDataAttributes
- POSTSkuOptions201ResponseDataRelationships
- POSTSkus201Response
- POSTSkus201ResponseData
- POSTSkus201ResponseDataAttributes
- POSTSkus201ResponseDataRelationships
- POSTSkus201ResponseDataRelationshipsDeliveryLeadTimes
- POSTSkus201ResponseDataRelationshipsDeliveryLeadTimesData
- POSTSkus201ResponseDataRelationshipsSkuOptions
- POSTSkus201ResponseDataRelationshipsSkuOptionsData
- POSTSkus201ResponseDataRelationshipsStockItems
- POSTSkus201ResponseDataRelationshipsStockItemsData
- POSTStockItems201Response
- POSTStockItems201ResponseData
- POSTStockItems201ResponseDataAttributes
- POSTStockItems201ResponseDataRelationships
- POSTStockItems201ResponseDataRelationshipsReservedStock
- POSTStockItems201ResponseDataRelationshipsReservedStockData
- POSTStockLineItems201Response
- POSTStockLineItems201ResponseData
- POSTStockLineItems201ResponseDataAttributes
- POSTStockLineItems201ResponseDataRelationships
- POSTStockLineItems201ResponseDataRelationshipsStockReservation
- POSTStockLineItems201ResponseDataRelationshipsStockReservationData
- POSTStockLocations201Response
- POSTStockLocations201ResponseData
- POSTStockLocations201ResponseDataAttributes
- POSTStockLocations201ResponseDataRelationships
- POSTStockReservations201Response
- POSTStockReservations201ResponseData
- POSTStockReservations201ResponseDataAttributes
- POSTStockReservations201ResponseDataRelationships
- POSTStockReservations201ResponseDataRelationshipsStockTransfer
- POSTStockReservations201ResponseDataRelationshipsStockTransferData
- POSTStockTransfers201Response
- POSTStockTransfers201ResponseData
- POSTStockTransfers201ResponseDataAttributes
- POSTStockTransfers201ResponseDataRelationships
- POSTStockTransfers201ResponseDataRelationshipsDestinationStockLocation
- POSTStockTransfers201ResponseDataRelationshipsDestinationStockLocationData
- POSTStockTransfers201ResponseDataRelationshipsOriginStockLocation
- POSTStockTransfers201ResponseDataRelationshipsOriginStockLocationData
- POSTStores201Response
- POSTStores201ResponseData
- POSTStores201ResponseDataAttributes
- POSTStores201ResponseDataRelationships
- POSTStripeGateways201Response
- POSTStripeGateways201ResponseData
- POSTStripeGateways201ResponseDataAttributes
- POSTStripeGateways201ResponseDataRelationships
- POSTStripeGateways201ResponseDataRelationshipsStripePayments
- POSTStripeGateways201ResponseDataRelationshipsStripePaymentsData
- POSTStripePayments201Response
- POSTStripePayments201ResponseData
- POSTStripePayments201ResponseDataAttributes
- POSTSubscriptionModels201Response
- POSTSubscriptionModels201ResponseData
- POSTSubscriptionModels201ResponseDataAttributes
- POSTSubscriptionModels201ResponseDataRelationships
- POSTTags201Response
- POSTTags201ResponseData
- POSTTags201ResponseDataAttributes
- POSTTaxCategories201Response
- POSTTaxCategories201ResponseData
- POSTTaxCategories201ResponseDataAttributes
- POSTTaxCategories201ResponseDataRelationships
- POSTTaxRules201Response
- POSTTaxRules201ResponseData
- POSTTaxRules201ResponseDataAttributes
- POSTTaxRules201ResponseDataRelationships
- POSTTaxRules201ResponseDataRelationshipsManualTaxCalculator
- POSTTaxRules201ResponseDataRelationshipsManualTaxCalculatorData
- POSTTaxjarAccounts201Response
- POSTTaxjarAccounts201ResponseData
- POSTTaxjarAccounts201ResponseDataAttributes
- POSTTaxjarAccounts201ResponseDataRelationships
- POSTWebhooks201Response
- POSTWebhooks201ResponseData
- POSTWebhooks201ResponseDataAttributes
- POSTWebhooks201ResponseDataRelationships
- POSTWireTransfers201Response
- POSTWireTransfers201ResponseData
- POSTWireTransfers201ResponseDataRelationships
- PackageCreate
- PackageCreateData
- PackageCreateDataRelationships
- PackageData
- PackageDataRelationships
- PackageDataRelationshipsParcels
- PackageDataRelationshipsParcelsData
- PackageUpdate
- PackageUpdateData
- PackageUpdateDataRelationships
- Parcel
- ParcelCreate
- ParcelCreateData
- ParcelCreateDataRelationships
- ParcelCreateDataRelationshipsPackage
- ParcelCreateDataRelationshipsShipment
- ParcelData
- ParcelDataRelationships
- ParcelDataRelationshipsPackage
- ParcelDataRelationshipsPackageData
- ParcelDataRelationshipsParcelLineItems
- ParcelDataRelationshipsParcelLineItemsData
- ParcelLineItem
- ParcelLineItemCreate
- ParcelLineItemCreateData
- ParcelLineItemCreateDataRelationships
- ParcelLineItemCreateDataRelationshipsParcel
- ParcelLineItemCreateDataRelationshipsStockLineItem
- ParcelLineItemData
- ParcelLineItemDataRelationships
- ParcelLineItemUpdate
- ParcelLineItemUpdateData
- ParcelUpdate
- ParcelUpdateData
- ParcelUpdateDataRelationships
- PaymentGateway
- PaymentGatewayData
- PaymentMethod
- PaymentMethodCreate
- PaymentMethodCreateData
- PaymentMethodCreateDataRelationships
- PaymentMethodCreateDataRelationshipsPaymentGateway
- PaymentMethodData
- PaymentMethodDataRelationships
- PaymentMethodUpdate
- PaymentMethodUpdateData
- PaymentMethodUpdateDataRelationships
- PaymentOption
- PaymentOptionCreate
- PaymentOptionCreateData
- PaymentOptionData
- PaymentOptionDataRelationships
- PaymentOptionUpdate
- PaymentOptionUpdateData
- PaypalGateway
- PaypalGatewayCreate
- PaypalGatewayCreateData
- PaypalGatewayData
- PaypalGatewayDataRelationships
- PaypalGatewayDataRelationshipsPaypalPayments
- PaypalGatewayDataRelationshipsPaypalPaymentsData
- PaypalGatewayUpdate
- PaypalGatewayUpdateData
- PaypalPayment
- PaypalPaymentCreate
- PaypalPaymentCreateData
- PaypalPaymentData
- PaypalPaymentUpdate
- PaypalPaymentUpdateData
- PercentageDiscountPromotion
- PercentageDiscountPromotionCreate
- PercentageDiscountPromotionCreateData
- PercentageDiscountPromotionData
- PercentageDiscountPromotionUpdate
- PercentageDiscountPromotionUpdateData
- Price
- PriceCreate
- PriceCreateData
- PriceCreateDataRelationships
- PriceCreateDataRelationshipsPriceTiers
- PriceData
- PriceDataRelationships
- PriceDataRelationshipsPriceFrequencyTiers
- PriceDataRelationshipsPriceFrequencyTiersData
- PriceDataRelationshipsPriceTiers
- PriceDataRelationshipsPriceTiersData
- PriceDataRelationshipsPriceVolumeTiers
- PriceDataRelationshipsPriceVolumeTiersData
- PriceFrequencyTier
- PriceFrequencyTierCreate
- PriceFrequencyTierCreateData
- PriceFrequencyTierCreateDataRelationships
- PriceFrequencyTierCreateDataRelationshipsPrice
- PriceFrequencyTierData
- PriceFrequencyTierDataRelationships
- PriceFrequencyTierDataRelationshipsPrice
- PriceFrequencyTierDataRelationshipsPriceData
- PriceFrequencyTierUpdate
- PriceFrequencyTierUpdateData
- PriceFrequencyTierUpdateDataRelationships
- PriceList
- PriceListCreate
- PriceListCreateData
- PriceListData
- PriceListDataRelationships
- PriceListScheduler
- PriceListSchedulerCreate
- PriceListSchedulerCreateData
- PriceListSchedulerCreateDataRelationships
- PriceListSchedulerData
- PriceListSchedulerDataRelationships
- PriceListSchedulerUpdate
- PriceListSchedulerUpdateData
- PriceListSchedulerUpdateDataRelationships
- PriceListUpdate
- PriceListUpdateData
- PriceTier
- PriceTierData
- PriceTierDataRelationships
- PriceUpdate
- PriceUpdateData
- PriceUpdateDataRelationships
- PriceVolumeTier
- PriceVolumeTierCreate
- PriceVolumeTierCreateData
- PriceVolumeTierData
- PriceVolumeTierUpdate
- PriceVolumeTierUpdateData
- Promotion
- PromotionData
- PromotionRule
- PromotionRuleData
- RecurringOrderCopy
- RecurringOrderCopyCreate
- RecurringOrderCopyCreateData
- RecurringOrderCopyCreateDataRelationships
- RecurringOrderCopyData
- RecurringOrderCopyUpdate
- RecurringOrderCopyUpdateData
- Refund
- RefundData
- RefundDataRelationships
- RefundUpdate
- RefundUpdateData
- ReservedStock
- ReservedStockData
- ReservedStockDataRelationships
- ReservedStockDataRelationshipsStockItem
- ReservedStockDataRelationshipsStockItemData
- ResourceError
- ResourceErrorData
- ResourceErrorDataRelationships
- ResourceErrorDataRelationshipsResource
- ResourceErrorDataRelationshipsResourceData
- ReturnCreate
- ReturnCreateData
- ReturnCreateDataRelationships
- ReturnCreateDataRelationshipsReferenceCapture
- ReturnData
- ReturnDataRelationships
- ReturnLineItem
- ReturnLineItemCreate
- ReturnLineItemCreateData
- ReturnLineItemCreateDataRelationships
- ReturnLineItemCreateDataRelationshipsReturn
- ReturnLineItemData
- ReturnLineItemDataRelationships
- ReturnLineItemUpdate
- ReturnLineItemUpdateData
- ReturnUpdate
- ReturnUpdateData
- ReturnUpdateDataRelationships
- SatispayGateway
- SatispayGatewayCreate
- SatispayGatewayCreateData
- SatispayGatewayCreateDataRelationships
- SatispayGatewayCreateDataRelationshipsSatispayPayments
- SatispayGatewayData
- SatispayGatewayDataRelationships
- SatispayGatewayDataRelationshipsSatispayPayments
- SatispayGatewayDataRelationshipsSatispayPaymentsData
- SatispayGatewayUpdate
- SatispayGatewayUpdateData
- SatispayPayment
- SatispayPaymentCreate
- SatispayPaymentCreateData
- SatispayPaymentData
- SatispayPaymentUpdate
- SatispayPaymentUpdateData
- Shipment
- ShipmentCreate
- ShipmentCreateData
- ShipmentCreateDataRelationships
- ShipmentCreateDataRelationshipsInventoryStockLocation
- ShipmentCreateDataRelationshipsShippingCategory
- ShipmentData
- ShipmentDataRelationships
- ShipmentDataRelationshipsCarrierAccounts
- ShipmentDataRelationshipsCarrierAccountsData
- ShipmentDataRelationshipsDeliveryLeadTime
- ShipmentDataRelationshipsDeliveryLeadTimeData
- ShipmentDataRelationshipsShippingCategory
- ShipmentDataRelationshipsShippingCategoryData
- ShipmentUpdate
- ShipmentUpdateData
- ShipmentUpdateDataRelationships
- ShippingCategory
- ShippingCategoryCreate
- ShippingCategoryCreateData
- ShippingCategoryData
- ShippingCategoryDataRelationships
- ShippingCategoryUpdate
- ShippingCategoryUpdateData
- ShippingMethod
- ShippingMethodCreate
- ShippingMethodCreateData
- ShippingMethodCreateDataRelationships
- ShippingMethodCreateDataRelationshipsShippingMethodTiers
- ShippingMethodCreateDataRelationshipsShippingZone
- ShippingMethodData
- ShippingMethodDataRelationships
- ShippingMethodDataRelationshipsShippingMethodTiers
- ShippingMethodDataRelationshipsShippingMethodTiersData
- ShippingMethodDataRelationshipsShippingWeightTiers
- ShippingMethodDataRelationshipsShippingWeightTiersData
- ShippingMethodDataRelationshipsShippingZone
- ShippingMethodDataRelationshipsShippingZoneData
- ShippingMethodTier
- ShippingMethodTierData
- ShippingMethodTierDataRelationships
- ShippingMethodUpdate
- ShippingMethodUpdateData
- ShippingWeightTier
- ShippingWeightTierCreate
- ShippingWeightTierCreateData
- ShippingWeightTierCreateDataRelationships
- ShippingWeightTierData
- ShippingWeightTierUpdate
- ShippingWeightTierUpdateData
- ShippingWeightTierUpdateDataRelationships
- ShippingZone
- ShippingZoneCreate
- ShippingZoneCreateData
- ShippingZoneData
- ShippingZoneDataRelationships
- ShippingZoneUpdate
- ShippingZoneUpdateData
- Sku
- SkuCreate
- SkuCreateData
- SkuCreateDataRelationships
- SkuData
- SkuDataRelationships
- SkuList
- SkuListCreate
- SkuListCreateData
- SkuListData
- SkuListDataRelationships
- SkuListDataRelationshipsSkuListItems
- SkuListDataRelationshipsSkuListItemsData
- SkuListItem
- SkuListItemCreate
- SkuListItemCreateData
- SkuListItemCreateDataRelationships
- SkuListItemData
- SkuListItemDataRelationships
- SkuListItemUpdate
- SkuListItemUpdateData
- SkuListPromotionRule
- SkuListPromotionRuleCreate
- SkuListPromotionRuleCreateData
- SkuListPromotionRuleCreateDataRelationships
- SkuListPromotionRuleData
- SkuListPromotionRuleDataRelationships
- SkuListPromotionRuleUpdate
- SkuListPromotionRuleUpdateData
- SkuListPromotionRuleUpdateDataRelationships
- SkuListUpdate
- SkuListUpdateData
- SkuOption
- SkuOptionCreate
- SkuOptionCreateData
- SkuOptionCreateDataRelationships
- SkuOptionData
- SkuOptionDataRelationships
- SkuOptionUpdate
- SkuOptionUpdateData
- SkuUpdate
- SkuUpdateData
- SkuUpdateDataRelationships
- StockItem
- StockItemCreate
- StockItemCreateData
- StockItemCreateDataRelationships
- StockItemData
- StockItemDataRelationships
- StockItemDataRelationshipsReservedStock
- StockItemDataRelationshipsReservedStockData
- StockItemUpdate
- StockItemUpdateData
- StockItemUpdateDataRelationships
- StockLineItem
- StockLineItemCreate
- StockLineItemCreateData
- StockLineItemCreateDataRelationships
- StockLineItemCreateDataRelationshipsStockItem
- StockLineItemData
- StockLineItemDataRelationships
- StockLineItemUpdate
- StockLineItemUpdateData
- StockLocation
- StockLocationCreate
- StockLocationCreateData
- StockLocationData
- StockLocationDataRelationships
- StockLocationUpdate
- StockLocationUpdateData
- StockReservation
- StockReservationCreate
- StockReservationCreateData
- StockReservationCreateDataRelationships
- StockReservationData
- StockReservationDataRelationships
- StockReservationUpdate
- StockReservationUpdateData
- StockTransfer
- StockTransferCreate
- StockTransferCreateData
- StockTransferCreateDataRelationships
- StockTransferData
- StockTransferDataRelationships
- StockTransferUpdate
- StockTransferUpdateData
- StockTransferUpdateDataRelationships
- Store
- StoreCreate
- StoreCreateData
- StoreCreateDataRelationships
- StoreData
- StoreDataRelationships
- StoreUpdate
- StoreUpdateData
- StoreUpdateDataRelationships
- StripeGateway
- StripeGatewayCreate
- StripeGatewayCreateData
- StripeGatewayData
- StripeGatewayDataRelationships
- StripeGatewayDataRelationshipsStripePayments
- StripeGatewayDataRelationshipsStripePaymentsData
- StripeGatewayUpdate
- StripeGatewayUpdateData
- StripePayment
- StripePaymentCreate
- StripePaymentCreateData
- StripePaymentData
- StripePaymentUpdate
- StripePaymentUpdateData
- SubscriptionModel
- SubscriptionModelCreate
- SubscriptionModelCreateData
- SubscriptionModelData
- SubscriptionModelDataRelationships
- SubscriptionModelUpdate
- SubscriptionModelUpdateData
- Tag
- TagCreate
- TagCreateData
- TagData
- TagUpdate
- TagUpdateData
- TaxCalculator
- TaxCalculatorData
- TaxCategory
- TaxCategoryCreate
- TaxCategoryCreateData
- TaxCategoryCreateDataRelationships
- TaxCategoryData
- TaxCategoryDataRelationships
- TaxCategoryUpdate
- TaxCategoryUpdateData
- TaxCategoryUpdateDataRelationships
- TaxRule
- TaxRuleCreate
- TaxRuleCreateData
- TaxRuleCreateDataRelationships
- TaxRuleCreateDataRelationshipsManualTaxCalculator
- TaxRuleData
- TaxRuleDataRelationships
- TaxRuleDataRelationshipsManualTaxCalculator
- TaxRuleDataRelationshipsManualTaxCalculatorData
- TaxRuleUpdate
- TaxRuleUpdateData
- TaxRuleUpdateDataRelationships
- TaxjarAccount
- TaxjarAccountCreate
- TaxjarAccountCreateData
- TaxjarAccountData
- TaxjarAccountDataRelationships
- TaxjarAccountUpdate
- TaxjarAccountUpdateData
- Transaction
- TransactionData
- TransactionDataRelationships
- Version
- VersionData
- Void
- VoidData
- VoidDataRelationships
- VoidUpdate
- VoidUpdateData
- Webhook
- WebhookCreate
- WebhookCreateData
- WebhookData
- WebhookDataRelationships
- WebhookUpdate
- WebhookUpdateData
- WireTransfer
- WireTransferCreate
- WireTransferCreateData
- WireTransferData
- WireTransferDataRelationships
- WireTransferUpdate
- WireTransferUpdateData
Documentation For Authorization
bearerAuth
- Type: HTTP Bearer token authentication
Example
auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)
Documentation for Utility Methods
Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:
PtrBool
PtrInt
PtrInt32
PtrInt64
PtrFloat
PtrFloat32
PtrFloat64
PtrString
PtrTime