package
1.0.0
Repository: https://github.com/labd/go-commercelayer-sdk.git
Documentation: pkg.go.dev

# 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

ClassMethodHTTP requestDescription
AddressesApiDELETEAddressesAddressIdDelete /addresses/{addressId}Delete an address
AddressesApiGETAddressesGet /addressesList all addresses
AddressesApiGETAddressesAddressIdGet /addresses/{addressId}Retrieve an address
AddressesApiGETBingGeocoderIdAddressesGet /bing_geocoders/{bingGeocoderId}/addressesRetrieve the addresses associated to the bing geocoder
AddressesApiGETCustomerAddressIdAddressGet /customer_addresses/{customerAddressId}/addressRetrieve the address associated to the customer address
AddressesApiGETGeocoderIdAddressesGet /geocoders/{geocoderId}/addressesRetrieve the addresses associated to the geocoder
AddressesApiGETGoogleGeocoderIdAddressesGet /google_geocoders/{googleGeocoderId}/addressesRetrieve the addresses associated to the google geocoder
AddressesApiGETMerchantIdAddressGet /merchants/{merchantId}/addressRetrieve the address associated to the merchant
AddressesApiGETOrderIdBillingAddressGet /orders/{orderId}/billing_addressRetrieve the billing address associated to the order
AddressesApiGETOrderIdShippingAddressGet /orders/{orderId}/shipping_addressRetrieve the shipping address associated to the order
AddressesApiGETReturnIdDestinationAddressGet /returns/{returnId}/destination_addressRetrieve the destination address associated to the return
AddressesApiGETReturnIdOriginAddressGet /returns/{returnId}/origin_addressRetrieve the origin address associated to the return
AddressesApiGETShipmentIdOriginAddressGet /shipments/{shipmentId}/origin_addressRetrieve the origin address associated to the shipment
AddressesApiGETShipmentIdShippingAddressGet /shipments/{shipmentId}/shipping_addressRetrieve the shipping address associated to the shipment
AddressesApiGETStockLocationIdAddressGet /stock_locations/{stockLocationId}/addressRetrieve the address associated to the stock location
AddressesApiPATCHAddressesAddressIdPatch /addresses/{addressId}Update an address
AddressesApiPOSTAddressesPost /addressesCreate an address
AdjustmentsApiDELETEAdjustmentsAdjustmentIdDelete /adjustments/{adjustmentId}Delete an adjustment
AdjustmentsApiGETAdjustmentsGet /adjustmentsList all adjustments
AdjustmentsApiGETAdjustmentsAdjustmentIdGet /adjustments/{adjustmentId}Retrieve an adjustment
AdjustmentsApiPATCHAdjustmentsAdjustmentIdPatch /adjustments/{adjustmentId}Update an adjustment
AdjustmentsApiPOSTAdjustmentsPost /adjustmentsCreate an adjustment
AdyenGatewaysApiDELETEAdyenGatewaysAdyenGatewayIdDelete /adyen_gateways/{adyenGatewayId}Delete an adyen gateway
AdyenGatewaysApiGETAdyenGatewaysGet /adyen_gatewaysList all adyen gateways
AdyenGatewaysApiGETAdyenGatewaysAdyenGatewayIdGet /adyen_gateways/{adyenGatewayId}Retrieve an adyen gateway
AdyenGatewaysApiPATCHAdyenGatewaysAdyenGatewayIdPatch /adyen_gateways/{adyenGatewayId}Update an adyen gateway
AdyenGatewaysApiPOSTAdyenGatewaysPost /adyen_gatewaysCreate an adyen gateway
AdyenPaymentsApiDELETEAdyenPaymentsAdyenPaymentIdDelete /adyen_payments/{adyenPaymentId}Delete an adyen payment
AdyenPaymentsApiGETAdyenGatewayIdAdyenPaymentsGet /adyen_gateways/{adyenGatewayId}/adyen_paymentsRetrieve the adyen payments associated to the adyen gateway
AdyenPaymentsApiGETAdyenPaymentsGet /adyen_paymentsList all adyen payments
AdyenPaymentsApiGETAdyenPaymentsAdyenPaymentIdGet /adyen_payments/{adyenPaymentId}Retrieve an adyen payment
AdyenPaymentsApiPATCHAdyenPaymentsAdyenPaymentIdPatch /adyen_payments/{adyenPaymentId}Update an adyen payment
AdyenPaymentsApiPOSTAdyenPaymentsPost /adyen_paymentsCreate an adyen payment
ApplicationApiGETApplicationApplicationIdGet /applicationRetrieve the application
AttachmentsApiDELETEAttachmentsAttachmentIdDelete /attachments/{attachmentId}Delete an attachment
AttachmentsApiGETAttachmentsGet /attachmentsList all attachments
AttachmentsApiGETAttachmentsAttachmentIdGet /attachments/{attachmentId}Retrieve an attachment
AttachmentsApiGETAuthorizationIdAttachmentsGet /authorizations/{authorizationId}/attachmentsRetrieve the attachments associated to the authorization
AttachmentsApiGETAvalaraAccountIdAttachmentsGet /avalara_accounts/{avalaraAccountId}/attachmentsRetrieve the attachments associated to the avalara account
AttachmentsApiGETBingGeocoderIdAttachmentsGet /bing_geocoders/{bingGeocoderId}/attachmentsRetrieve the attachments associated to the bing geocoder
AttachmentsApiGETBundleIdAttachmentsGet /bundles/{bundleId}/attachmentsRetrieve the attachments associated to the bundle
AttachmentsApiGETBuyXPayYPromotionIdAttachmentsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/attachmentsRetrieve the attachments associated to the buy x pay y promotion
AttachmentsApiGETCaptureIdAttachmentsGet /captures/{captureId}/attachmentsRetrieve the attachments associated to the capture
AttachmentsApiGETCarrierAccountIdAttachmentsGet /carrier_accounts/{carrierAccountId}/attachmentsRetrieve the attachments associated to the carrier account
AttachmentsApiGETCouponRecipientIdAttachmentsGet /coupon_recipients/{couponRecipientId}/attachmentsRetrieve the attachments associated to the coupon recipient
AttachmentsApiGETCustomerGroupIdAttachmentsGet /customer_groups/{customerGroupId}/attachmentsRetrieve the attachments associated to the customer group
AttachmentsApiGETCustomerIdAttachmentsGet /customers/{customerId}/attachmentsRetrieve the attachments associated to the customer
AttachmentsApiGETDeliveryLeadTimeIdAttachmentsGet /delivery_lead_times/{deliveryLeadTimeId}/attachmentsRetrieve the attachments associated to the delivery lead time
AttachmentsApiGETExternalPromotionIdAttachmentsGet /external_promotions/{externalPromotionId}/attachmentsRetrieve the attachments associated to the external promotion
AttachmentsApiGETExternalTaxCalculatorIdAttachmentsGet /external_tax_calculators/{externalTaxCalculatorId}/attachmentsRetrieve the attachments associated to the external tax calculator
AttachmentsApiGETFixedAmountPromotionIdAttachmentsGet /fixed_amount_promotions/{fixedAmountPromotionId}/attachmentsRetrieve the attachments associated to the fixed amount promotion
AttachmentsApiGETFixedPricePromotionIdAttachmentsGet /fixed_price_promotions/{fixedPricePromotionId}/attachmentsRetrieve the attachments associated to the fixed price promotion
AttachmentsApiGETFlexPromotionIdAttachmentsGet /flex_promotions/{flexPromotionId}/attachmentsRetrieve the attachments associated to the flex promotion
AttachmentsApiGETFreeGiftPromotionIdAttachmentsGet /free_gift_promotions/{freeGiftPromotionId}/attachmentsRetrieve the attachments associated to the free gift promotion
AttachmentsApiGETFreeShippingPromotionIdAttachmentsGet /free_shipping_promotions/{freeShippingPromotionId}/attachmentsRetrieve the attachments associated to the free shipping promotion
AttachmentsApiGETGeocoderIdAttachmentsGet /geocoders/{geocoderId}/attachmentsRetrieve the attachments associated to the geocoder
AttachmentsApiGETGiftCardIdAttachmentsGet /gift_cards/{giftCardId}/attachmentsRetrieve the attachments associated to the gift card
AttachmentsApiGETGiftCardRecipientIdAttachmentsGet /gift_card_recipients/{giftCardRecipientId}/attachmentsRetrieve the attachments associated to the gift card recipient
AttachmentsApiGETGoogleGeocoderIdAttachmentsGet /google_geocoders/{googleGeocoderId}/attachmentsRetrieve the attachments associated to the google geocoder
AttachmentsApiGETInventoryModelIdAttachmentsGet /inventory_models/{inventoryModelId}/attachmentsRetrieve the attachments associated to the inventory model
AttachmentsApiGETManualTaxCalculatorIdAttachmentsGet /manual_tax_calculators/{manualTaxCalculatorId}/attachmentsRetrieve the attachments associated to the manual tax calculator
AttachmentsApiGETMarketIdAttachmentsGet /markets/{marketId}/attachmentsRetrieve the attachments associated to the market
AttachmentsApiGETMerchantIdAttachmentsGet /merchants/{merchantId}/attachmentsRetrieve the attachments associated to the merchant
AttachmentsApiGETOrderIdAttachmentsGet /orders/{orderId}/attachmentsRetrieve the attachments associated to the order
AttachmentsApiGETPackageIdAttachmentsGet /packages/{packageId}/attachmentsRetrieve the attachments associated to the package
AttachmentsApiGETParcelIdAttachmentsGet /parcels/{parcelId}/attachmentsRetrieve the attachments associated to the parcel
AttachmentsApiGETPaymentMethodIdAttachmentsGet /payment_methods/{paymentMethodId}/attachmentsRetrieve the attachments associated to the payment method
AttachmentsApiGETPaymentOptionIdAttachmentsGet /payment_options/{paymentOptionId}/attachmentsRetrieve the attachments associated to the payment option
AttachmentsApiGETPercentageDiscountPromotionIdAttachmentsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/attachmentsRetrieve the attachments associated to the percentage discount promotion
AttachmentsApiGETPriceFrequencyTierIdAttachmentsGet /price_frequency_tiers/{priceFrequencyTierId}/attachmentsRetrieve the attachments associated to the price frequency tier
AttachmentsApiGETPriceIdAttachmentsGet /prices/{priceId}/attachmentsRetrieve the attachments associated to the price
AttachmentsApiGETPriceListIdAttachmentsGet /price_lists/{priceListId}/attachmentsRetrieve the attachments associated to the price list
AttachmentsApiGETPriceTierIdAttachmentsGet /price_tiers/{priceTierId}/attachmentsRetrieve the attachments associated to the price tier
AttachmentsApiGETPriceVolumeTierIdAttachmentsGet /price_volume_tiers/{priceVolumeTierId}/attachmentsRetrieve the attachments associated to the price volume tier
AttachmentsApiGETPromotionIdAttachmentsGet /promotions/{promotionId}/attachmentsRetrieve the attachments associated to the promotion
AttachmentsApiGETRefundIdAttachmentsGet /refunds/{refundId}/attachmentsRetrieve the attachments associated to the refund
AttachmentsApiGETReturnIdAttachmentsGet /returns/{returnId}/attachmentsRetrieve the attachments associated to the return
AttachmentsApiGETShipmentIdAttachmentsGet /shipments/{shipmentId}/attachmentsRetrieve the attachments associated to the shipment
AttachmentsApiGETShippingCategoryIdAttachmentsGet /shipping_categories/{shippingCategoryId}/attachmentsRetrieve the attachments associated to the shipping category
AttachmentsApiGETShippingMethodIdAttachmentsGet /shipping_methods/{shippingMethodId}/attachmentsRetrieve the attachments associated to the shipping method
AttachmentsApiGETShippingMethodTierIdAttachmentsGet /shipping_method_tiers/{shippingMethodTierId}/attachmentsRetrieve the attachments associated to the shipping method tier
AttachmentsApiGETShippingWeightTierIdAttachmentsGet /shipping_weight_tiers/{shippingWeightTierId}/attachmentsRetrieve the attachments associated to the shipping weight tier
AttachmentsApiGETShippingZoneIdAttachmentsGet /shipping_zones/{shippingZoneId}/attachmentsRetrieve the attachments associated to the shipping zone
AttachmentsApiGETSkuIdAttachmentsGet /skus/{skuId}/attachmentsRetrieve the attachments associated to the SKU
AttachmentsApiGETSkuListIdAttachmentsGet /sku_lists/{skuListId}/attachmentsRetrieve the attachments associated to the SKU list
AttachmentsApiGETSkuOptionIdAttachmentsGet /sku_options/{skuOptionId}/attachmentsRetrieve the attachments associated to the SKU option
AttachmentsApiGETStockItemIdAttachmentsGet /stock_items/{stockItemId}/attachmentsRetrieve the attachments associated to the stock item
AttachmentsApiGETStockLocationIdAttachmentsGet /stock_locations/{stockLocationId}/attachmentsRetrieve the attachments associated to the stock location
AttachmentsApiGETStockTransferIdAttachmentsGet /stock_transfers/{stockTransferId}/attachmentsRetrieve the attachments associated to the stock transfer
AttachmentsApiGETSubscriptionModelIdAttachmentsGet /subscription_models/{subscriptionModelId}/attachmentsRetrieve the attachments associated to the subscription model
AttachmentsApiGETTaxCalculatorIdAttachmentsGet /tax_calculators/{taxCalculatorId}/attachmentsRetrieve the attachments associated to the tax calculator
AttachmentsApiGETTaxCategoryIdAttachmentsGet /tax_categories/{taxCategoryId}/attachmentsRetrieve the attachments associated to the tax category
AttachmentsApiGETTaxjarAccountIdAttachmentsGet /taxjar_accounts/{taxjarAccountId}/attachmentsRetrieve the attachments associated to the taxjar account
AttachmentsApiGETTransactionIdAttachmentsGet /transactions/{transactionId}/attachmentsRetrieve the attachments associated to the transaction
AttachmentsApiGETVoidIdAttachmentsGet /voids/{voidId}/attachmentsRetrieve the attachments associated to the void
AttachmentsApiPATCHAttachmentsAttachmentIdPatch /attachments/{attachmentId}Update an attachment
AttachmentsApiPOSTAttachmentsPost /attachmentsCreate an attachment
AuthorizationsApiGETAuthorizationsGet /authorizationsList all authorizations
AuthorizationsApiGETAuthorizationsAuthorizationIdGet /authorizations/{authorizationId}Retrieve an authorization
AuthorizationsApiGETCaptureIdReferenceAuthorizationGet /captures/{captureId}/reference_authorizationRetrieve the reference authorization associated to the capture
AuthorizationsApiGETOrderIdAuthorizationsGet /orders/{orderId}/authorizationsRetrieve the authorizations associated to the order
AuthorizationsApiGETVoidIdReferenceAuthorizationGet /voids/{voidId}/reference_authorizationRetrieve the reference authorization associated to the void
AuthorizationsApiPATCHAuthorizationsAuthorizationIdPatch /authorizations/{authorizationId}Update an authorization
AvalaraAccountsApiDELETEAvalaraAccountsAvalaraAccountIdDelete /avalara_accounts/{avalaraAccountId}Delete an avalara account
AvalaraAccountsApiGETAvalaraAccountsGet /avalara_accountsList all avalara accounts
AvalaraAccountsApiGETAvalaraAccountsAvalaraAccountIdGet /avalara_accounts/{avalaraAccountId}Retrieve an avalara account
AvalaraAccountsApiPATCHAvalaraAccountsAvalaraAccountIdPatch /avalara_accounts/{avalaraAccountId}Update an avalara account
AvalaraAccountsApiPOSTAvalaraAccountsPost /avalara_accountsCreate an avalara account
AxerveGatewaysApiDELETEAxerveGatewaysAxerveGatewayIdDelete /axerve_gateways/{axerveGatewayId}Delete an axerve gateway
AxerveGatewaysApiGETAxerveGatewaysGet /axerve_gatewaysList all axerve gateways
AxerveGatewaysApiGETAxerveGatewaysAxerveGatewayIdGet /axerve_gateways/{axerveGatewayId}Retrieve an axerve gateway
AxerveGatewaysApiPATCHAxerveGatewaysAxerveGatewayIdPatch /axerve_gateways/{axerveGatewayId}Update an axerve gateway
AxerveGatewaysApiPOSTAxerveGatewaysPost /axerve_gatewaysCreate an axerve gateway
AxervePaymentsApiDELETEAxervePaymentsAxervePaymentIdDelete /axerve_payments/{axervePaymentId}Delete an axerve payment
AxervePaymentsApiGETAxerveGatewayIdAxervePaymentsGet /axerve_gateways/{axerveGatewayId}/axerve_paymentsRetrieve the axerve payments associated to the axerve gateway
AxervePaymentsApiGETAxervePaymentsGet /axerve_paymentsList all axerve payments
AxervePaymentsApiGETAxervePaymentsAxervePaymentIdGet /axerve_payments/{axervePaymentId}Retrieve an axerve payment
AxervePaymentsApiPATCHAxervePaymentsAxervePaymentIdPatch /axerve_payments/{axervePaymentId}Update an axerve payment
AxervePaymentsApiPOSTAxervePaymentsPost /axerve_paymentsCreate an axerve payment
BingGeocodersApiDELETEBingGeocodersBingGeocoderIdDelete /bing_geocoders/{bingGeocoderId}Delete a bing geocoder
BingGeocodersApiGETBingGeocodersGet /bing_geocodersList all bing geocoders
BingGeocodersApiGETBingGeocodersBingGeocoderIdGet /bing_geocoders/{bingGeocoderId}Retrieve a bing geocoder
BingGeocodersApiPATCHBingGeocodersBingGeocoderIdPatch /bing_geocoders/{bingGeocoderId}Update a bing geocoder
BingGeocodersApiPOSTBingGeocodersPost /bing_geocodersCreate a bing geocoder
BraintreeGatewaysApiDELETEBraintreeGatewaysBraintreeGatewayIdDelete /braintree_gateways/{braintreeGatewayId}Delete a braintree gateway
BraintreeGatewaysApiGETBraintreeGatewaysGet /braintree_gatewaysList all braintree gateways
BraintreeGatewaysApiGETBraintreeGatewaysBraintreeGatewayIdGet /braintree_gateways/{braintreeGatewayId}Retrieve a braintree gateway
BraintreeGatewaysApiPATCHBraintreeGatewaysBraintreeGatewayIdPatch /braintree_gateways/{braintreeGatewayId}Update a braintree gateway
BraintreeGatewaysApiPOSTBraintreeGatewaysPost /braintree_gatewaysCreate a braintree gateway
BraintreePaymentsApiDELETEBraintreePaymentsBraintreePaymentIdDelete /braintree_payments/{braintreePaymentId}Delete a braintree payment
BraintreePaymentsApiGETBraintreeGatewayIdBraintreePaymentsGet /braintree_gateways/{braintreeGatewayId}/braintree_paymentsRetrieve the braintree payments associated to the braintree gateway
BraintreePaymentsApiGETBraintreePaymentsGet /braintree_paymentsList all braintree payments
BraintreePaymentsApiGETBraintreePaymentsBraintreePaymentIdGet /braintree_payments/{braintreePaymentId}Retrieve a braintree payment
BraintreePaymentsApiPATCHBraintreePaymentsBraintreePaymentIdPatch /braintree_payments/{braintreePaymentId}Update a braintree payment
BraintreePaymentsApiPOSTBraintreePaymentsPost /braintree_paymentsCreate a braintree payment
BundlesApiDELETEBundlesBundleIdDelete /bundles/{bundleId}Delete a bundle
BundlesApiGETBundlesGet /bundlesList all bundles
BundlesApiGETBundlesBundleIdGet /bundles/{bundleId}Retrieve a bundle
BundlesApiGETOrderIdAvailableFreeBundlesGet /orders/{orderId}/available_free_bundlesRetrieve the available free bundles associated to the order
BundlesApiGETSkuListIdBundlesGet /sku_lists/{skuListId}/bundlesRetrieve the bundles associated to the SKU list
BundlesApiPATCHBundlesBundleIdPatch /bundles/{bundleId}Update a bundle
BundlesApiPOSTBundlesPost /bundlesCreate a bundle
BuyXPayYPromotionsApiDELETEBuyXPayYPromotionsBuyXPayYPromotionIdDelete /buy_x_pay_y_promotions/{buyXPayYPromotionId}Delete a buy x pay y promotion
BuyXPayYPromotionsApiGETBuyXPayYPromotionsGet /buy_x_pay_y_promotionsList all buy x pay y promotions
BuyXPayYPromotionsApiGETBuyXPayYPromotionsBuyXPayYPromotionIdGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}Retrieve a buy x pay y promotion
BuyXPayYPromotionsApiPATCHBuyXPayYPromotionsBuyXPayYPromotionIdPatch /buy_x_pay_y_promotions/{buyXPayYPromotionId}Update a buy x pay y promotion
BuyXPayYPromotionsApiPOSTBuyXPayYPromotionsPost /buy_x_pay_y_promotionsCreate a buy x pay y promotion
CapturesApiGETAuthorizationIdCapturesGet /authorizations/{authorizationId}/capturesRetrieve the captures associated to the authorization
CapturesApiGETCapturesGet /capturesList all captures
CapturesApiGETCapturesCaptureIdGet /captures/{captureId}Retrieve a capture
CapturesApiGETOrderIdCapturesGet /orders/{orderId}/capturesRetrieve the captures associated to the order
CapturesApiGETRefundIdReferenceCaptureGet /refunds/{refundId}/reference_captureRetrieve the reference capture associated to the refund
CapturesApiGETReturnIdReferenceCaptureGet /returns/{returnId}/reference_captureRetrieve the reference capture associated to the return
CapturesApiPATCHCapturesCaptureIdPatch /captures/{captureId}Update a capture
CarrierAccountsApiDELETECarrierAccountsCarrierAccountIdDelete /carrier_accounts/{carrierAccountId}Delete a carrier account
CarrierAccountsApiGETCarrierAccountsGet /carrier_accountsList all carrier accounts
CarrierAccountsApiGETCarrierAccountsCarrierAccountIdGet /carrier_accounts/{carrierAccountId}Retrieve a carrier account
CarrierAccountsApiGETShipmentIdCarrierAccountsGet /shipments/{shipmentId}/carrier_accountsRetrieve the carrier accounts associated to the shipment
CarrierAccountsApiPATCHCarrierAccountsCarrierAccountIdPatch /carrier_accounts/{carrierAccountId}Update a carrier account
CarrierAccountsApiPOSTCarrierAccountsPost /carrier_accountsCreate a carrier account
CheckoutComGatewaysApiDELETECheckoutComGatewaysCheckoutComGatewayIdDelete /checkout_com_gateways/{checkoutComGatewayId}Delete a checkout.com gateway
CheckoutComGatewaysApiGETCheckoutComGatewaysGet /checkout_com_gatewaysList all checkout.com gateways
CheckoutComGatewaysApiGETCheckoutComGatewaysCheckoutComGatewayIdGet /checkout_com_gateways/{checkoutComGatewayId}Retrieve a checkout.com gateway
CheckoutComGatewaysApiPATCHCheckoutComGatewaysCheckoutComGatewayIdPatch /checkout_com_gateways/{checkoutComGatewayId}Update a checkout.com gateway
CheckoutComGatewaysApiPOSTCheckoutComGatewaysPost /checkout_com_gatewaysCreate a checkout.com gateway
CheckoutComPaymentsApiDELETECheckoutComPaymentsCheckoutComPaymentIdDelete /checkout_com_payments/{checkoutComPaymentId}Delete a checkout.com payment
CheckoutComPaymentsApiGETCheckoutComGatewayIdCheckoutComPaymentsGet /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_paymentsRetrieve the checkout com payments associated to the checkout.com gateway
CheckoutComPaymentsApiGETCheckoutComPaymentsGet /checkout_com_paymentsList all checkout.com payments
CheckoutComPaymentsApiGETCheckoutComPaymentsCheckoutComPaymentIdGet /checkout_com_payments/{checkoutComPaymentId}Retrieve a checkout.com payment
CheckoutComPaymentsApiPATCHCheckoutComPaymentsCheckoutComPaymentIdPatch /checkout_com_payments/{checkoutComPaymentId}Update a checkout.com payment
CheckoutComPaymentsApiPOSTCheckoutComPaymentsPost /checkout_com_paymentsCreate a checkout.com payment
CleanupsApiDELETECleanupsCleanupIdDelete /cleanups/{cleanupId}Delete a cleanup
CleanupsApiGETCleanupsGet /cleanupsList all cleanups
CleanupsApiGETCleanupsCleanupIdGet /cleanups/{cleanupId}Retrieve a cleanup
CleanupsApiPATCHCleanupsCleanupIdPatch /cleanups/{cleanupId}Update a cleanup
CleanupsApiPOSTCleanupsPost /cleanupsCreate a cleanup
CouponCodesPromotionRulesApiDELETECouponCodesPromotionRulesCouponCodesPromotionRuleIdDelete /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}Delete a coupon codes promotion rule
CouponCodesPromotionRulesApiGETBuyXPayYPromotionIdCouponCodesPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the buy x pay y promotion
CouponCodesPromotionRulesApiGETCouponCodesPromotionRulesGet /coupon_codes_promotion_rulesList all coupon codes promotion rules
CouponCodesPromotionRulesApiGETCouponCodesPromotionRulesCouponCodesPromotionRuleIdGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}Retrieve a coupon codes promotion rule
CouponCodesPromotionRulesApiGETCouponIdPromotionRuleGet /coupons/{couponId}/promotion_ruleRetrieve the promotion rule associated to the coupon
CouponCodesPromotionRulesApiGETExternalPromotionIdCouponCodesPromotionRuleGet /external_promotions/{externalPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the external promotion
CouponCodesPromotionRulesApiGETFixedAmountPromotionIdCouponCodesPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the fixed amount promotion
CouponCodesPromotionRulesApiGETFixedPricePromotionIdCouponCodesPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the fixed price promotion
CouponCodesPromotionRulesApiGETFlexPromotionIdCouponCodesPromotionRuleGet /flex_promotions/{flexPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the flex promotion
CouponCodesPromotionRulesApiGETFreeGiftPromotionIdCouponCodesPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the free gift promotion
CouponCodesPromotionRulesApiGETFreeShippingPromotionIdCouponCodesPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the free shipping promotion
CouponCodesPromotionRulesApiGETPercentageDiscountPromotionIdCouponCodesPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the percentage discount promotion
CouponCodesPromotionRulesApiGETPromotionIdCouponCodesPromotionRuleGet /promotions/{promotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the promotion
CouponCodesPromotionRulesApiPATCHCouponCodesPromotionRulesCouponCodesPromotionRuleIdPatch /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}Update a coupon codes promotion rule
CouponCodesPromotionRulesApiPOSTCouponCodesPromotionRulesPost /coupon_codes_promotion_rulesCreate a coupon codes promotion rule
CouponRecipientsApiDELETECouponRecipientsCouponRecipientIdDelete /coupon_recipients/{couponRecipientId}Delete a coupon recipient
CouponRecipientsApiGETCouponIdCouponRecipientGet /coupons/{couponId}/coupon_recipientRetrieve the coupon recipient associated to the coupon
CouponRecipientsApiGETCouponRecipientsGet /coupon_recipientsList all coupon recipients
CouponRecipientsApiGETCouponRecipientsCouponRecipientIdGet /coupon_recipients/{couponRecipientId}Retrieve a coupon recipient
CouponRecipientsApiPATCHCouponRecipientsCouponRecipientIdPatch /coupon_recipients/{couponRecipientId}Update a coupon recipient
CouponRecipientsApiPOSTCouponRecipientsPost /coupon_recipientsCreate a coupon recipient
CouponsApiDELETECouponsCouponIdDelete /coupons/{couponId}Delete a coupon
CouponsApiGETBuyXPayYPromotionIdCouponsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/couponsRetrieve the coupons associated to the buy x pay y promotion
CouponsApiGETCouponCodesPromotionRuleIdCouponsGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/couponsRetrieve the coupons associated to the coupon codes promotion rule
CouponsApiGETCouponsGet /couponsList all coupons
CouponsApiGETCouponsCouponIdGet /coupons/{couponId}Retrieve a coupon
CouponsApiGETExternalPromotionIdCouponsGet /external_promotions/{externalPromotionId}/couponsRetrieve the coupons associated to the external promotion
CouponsApiGETFixedAmountPromotionIdCouponsGet /fixed_amount_promotions/{fixedAmountPromotionId}/couponsRetrieve the coupons associated to the fixed amount promotion
CouponsApiGETFixedPricePromotionIdCouponsGet /fixed_price_promotions/{fixedPricePromotionId}/couponsRetrieve the coupons associated to the fixed price promotion
CouponsApiGETFlexPromotionIdCouponsGet /flex_promotions/{flexPromotionId}/couponsRetrieve the coupons associated to the flex promotion
CouponsApiGETFreeGiftPromotionIdCouponsGet /free_gift_promotions/{freeGiftPromotionId}/couponsRetrieve the coupons associated to the free gift promotion
CouponsApiGETFreeShippingPromotionIdCouponsGet /free_shipping_promotions/{freeShippingPromotionId}/couponsRetrieve the coupons associated to the free shipping promotion
CouponsApiGETPercentageDiscountPromotionIdCouponsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/couponsRetrieve the coupons associated to the percentage discount promotion
CouponsApiGETPromotionIdCouponsGet /promotions/{promotionId}/couponsRetrieve the coupons associated to the promotion
CouponsApiPATCHCouponsCouponIdPatch /coupons/{couponId}Update a coupon
CouponsApiPOSTCouponsPost /couponsCreate a coupon
CustomPromotionRulesApiDELETECustomPromotionRulesCustomPromotionRuleIdDelete /custom_promotion_rules/{customPromotionRuleId}Delete a custom promotion rule
CustomPromotionRulesApiGETBuyXPayYPromotionIdCustomPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the buy x pay y promotion
CustomPromotionRulesApiGETCustomPromotionRulesGet /custom_promotion_rulesList all custom promotion rules
CustomPromotionRulesApiGETCustomPromotionRulesCustomPromotionRuleIdGet /custom_promotion_rules/{customPromotionRuleId}Retrieve a custom promotion rule
CustomPromotionRulesApiGETExternalPromotionIdCustomPromotionRuleGet /external_promotions/{externalPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the external promotion
CustomPromotionRulesApiGETFixedAmountPromotionIdCustomPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the fixed amount promotion
CustomPromotionRulesApiGETFixedPricePromotionIdCustomPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the fixed price promotion
CustomPromotionRulesApiGETFreeGiftPromotionIdCustomPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the free gift promotion
CustomPromotionRulesApiGETFreeShippingPromotionIdCustomPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the free shipping promotion
CustomPromotionRulesApiGETPercentageDiscountPromotionIdCustomPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the percentage discount promotion
CustomPromotionRulesApiGETPromotionIdCustomPromotionRuleGet /promotions/{promotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the promotion
CustomPromotionRulesApiPATCHCustomPromotionRulesCustomPromotionRuleIdPatch /custom_promotion_rules/{customPromotionRuleId}Update a custom promotion rule
CustomPromotionRulesApiPOSTCustomPromotionRulesPost /custom_promotion_rulesCreate a custom promotion rule
CustomerAddressesApiDELETECustomerAddressesCustomerAddressIdDelete /customer_addresses/{customerAddressId}Delete a customer address
CustomerAddressesApiGETCustomerAddressesGet /customer_addressesList all customer addresses
CustomerAddressesApiGETCustomerAddressesCustomerAddressIdGet /customer_addresses/{customerAddressId}Retrieve a customer address
CustomerAddressesApiGETCustomerIdCustomerAddressesGet /customers/{customerId}/customer_addressesRetrieve the customer addresses associated to the customer
CustomerAddressesApiPATCHCustomerAddressesCustomerAddressIdPatch /customer_addresses/{customerAddressId}Update a customer address
CustomerAddressesApiPOSTCustomerAddressesPost /customer_addressesCreate a customer address
CustomerGroupsApiDELETECustomerGroupsCustomerGroupIdDelete /customer_groups/{customerGroupId}Delete a customer group
CustomerGroupsApiGETCustomerGroupsGet /customer_groupsList all customer groups
CustomerGroupsApiGETCustomerGroupsCustomerGroupIdGet /customer_groups/{customerGroupId}Retrieve a customer group
CustomerGroupsApiGETCustomerIdCustomerGroupGet /customers/{customerId}/customer_groupRetrieve the customer group associated to the customer
CustomerGroupsApiGETMarketIdCustomerGroupGet /markets/{marketId}/customer_groupRetrieve the customer group associated to the market
CustomerGroupsApiPATCHCustomerGroupsCustomerGroupIdPatch /customer_groups/{customerGroupId}Update a customer group
CustomerGroupsApiPOSTCustomerGroupsPost /customer_groupsCreate a customer group
CustomerPasswordResetsApiDELETECustomerPasswordResetsCustomerPasswordResetIdDelete /customer_password_resets/{customerPasswordResetId}Delete a customer password reset
CustomerPasswordResetsApiGETCustomerPasswordResetsGet /customer_password_resetsList all customer password resets
CustomerPasswordResetsApiGETCustomerPasswordResetsCustomerPasswordResetIdGet /customer_password_resets/{customerPasswordResetId}Retrieve a customer password reset
CustomerPasswordResetsApiPATCHCustomerPasswordResetsCustomerPasswordResetIdPatch /customer_password_resets/{customerPasswordResetId}Update a customer password reset
CustomerPasswordResetsApiPOSTCustomerPasswordResetsPost /customer_password_resetsCreate a customer password reset
CustomerPaymentSourcesApiDELETECustomerPaymentSourcesCustomerPaymentSourceIdDelete /customer_payment_sources/{customerPaymentSourceId}Delete a customer payment source
CustomerPaymentSourcesApiGETCustomerIdCustomerPaymentSourcesGet /customers/{customerId}/customer_payment_sourcesRetrieve the customer payment sources associated to the customer
CustomerPaymentSourcesApiGETCustomerPaymentSourcesGet /customer_payment_sourcesList all customer payment sources
CustomerPaymentSourcesApiGETCustomerPaymentSourcesCustomerPaymentSourceIdGet /customer_payment_sources/{customerPaymentSourceId}Retrieve a customer payment source
CustomerPaymentSourcesApiGETExternalPaymentIdWalletGet /external_payments/{externalPaymentId}/walletRetrieve the wallet associated to the external payment
CustomerPaymentSourcesApiGETOrderIdAvailableCustomerPaymentSourcesGet /orders/{orderId}/available_customer_payment_sourcesRetrieve the available customer payment sources associated to the order
CustomerPaymentSourcesApiGETOrderSubscriptionIdCustomerPaymentSourceGet /order_subscriptions/{orderSubscriptionId}/customer_payment_sourceRetrieve the customer payment source associated to the order subscription
CustomerPaymentSourcesApiPATCHCustomerPaymentSourcesCustomerPaymentSourceIdPatch /customer_payment_sources/{customerPaymentSourceId}Update a customer payment source
CustomerPaymentSourcesApiPOSTCustomerPaymentSourcesPost /customer_payment_sourcesCreate a customer payment source
CustomerSubscriptionsApiDELETECustomerSubscriptionsCustomerSubscriptionIdDelete /customer_subscriptions/{customerSubscriptionId}Delete a customer subscription
CustomerSubscriptionsApiGETCustomerIdCustomerSubscriptionsGet /customers/{customerId}/customer_subscriptionsRetrieve the customer subscriptions associated to the customer
CustomerSubscriptionsApiGETCustomerSubscriptionsGet /customer_subscriptionsList all customer subscriptions
CustomerSubscriptionsApiGETCustomerSubscriptionsCustomerSubscriptionIdGet /customer_subscriptions/{customerSubscriptionId}Retrieve a customer subscription
CustomerSubscriptionsApiPATCHCustomerSubscriptionsCustomerSubscriptionIdPatch /customer_subscriptions/{customerSubscriptionId}Update a customer subscription
CustomerSubscriptionsApiPOSTCustomerSubscriptionsPost /customer_subscriptionsCreate a customer subscription
CustomersApiDELETECustomersCustomerIdDelete /customers/{customerId}Delete a customer
CustomersApiGETCouponRecipientIdCustomerGet /coupon_recipients/{couponRecipientId}/customerRetrieve the customer associated to the coupon recipient
CustomersApiGETCustomerAddressIdCustomerGet /customer_addresses/{customerAddressId}/customerRetrieve the customer associated to the customer address
CustomersApiGETCustomerGroupIdCustomersGet /customer_groups/{customerGroupId}/customersRetrieve the customers associated to the customer group
CustomersApiGETCustomerPasswordResetIdCustomerGet /customer_password_resets/{customerPasswordResetId}/customerRetrieve the customer associated to the customer password reset
CustomersApiGETCustomerPaymentSourceIdCustomerGet /customer_payment_sources/{customerPaymentSourceId}/customerRetrieve the customer associated to the customer payment source
CustomersApiGETCustomerSubscriptionIdCustomerGet /customer_subscriptions/{customerSubscriptionId}/customerRetrieve the customer associated to the customer subscription
CustomersApiGETCustomersGet /customersList all customers
CustomersApiGETCustomersCustomerIdGet /customers/{customerId}Retrieve a customer
CustomersApiGETGiftCardRecipientIdCustomerGet /gift_card_recipients/{giftCardRecipientId}/customerRetrieve the customer associated to the gift card recipient
CustomersApiGETInStockSubscriptionIdCustomerGet /in_stock_subscriptions/{inStockSubscriptionId}/customerRetrieve the customer associated to the in stock subscription
CustomersApiGETOrderIdCustomerGet /orders/{orderId}/customerRetrieve the customer associated to the order
CustomersApiGETOrderSubscriptionIdCustomerGet /order_subscriptions/{orderSubscriptionId}/customerRetrieve the customer associated to the order subscription
CustomersApiGETPriceIdJwtCustomerGet /prices/{priceId}/jwt_customerRetrieve the jwt customer associated to the price
CustomersApiGETReturnIdCustomerGet /returns/{returnId}/customerRetrieve the customer associated to the return
CustomersApiGETSkuIdJwtCustomerGet /skus/{skuId}/jwt_customerRetrieve the jwt customer associated to the SKU
CustomersApiGETSkuListIdCustomerGet /sku_lists/{skuListId}/customerRetrieve the customer associated to the SKU list
CustomersApiPATCHCustomersCustomerIdPatch /customers/{customerId}Update a customer
CustomersApiPOSTCustomersPost /customersCreate a customer
DeliveryLeadTimesApiDELETEDeliveryLeadTimesDeliveryLeadTimeIdDelete /delivery_lead_times/{deliveryLeadTimeId}Delete a delivery lead time
DeliveryLeadTimesApiGETDeliveryLeadTimesGet /delivery_lead_timesList all delivery lead times
DeliveryLeadTimesApiGETDeliveryLeadTimesDeliveryLeadTimeIdGet /delivery_lead_times/{deliveryLeadTimeId}Retrieve a delivery lead time
DeliveryLeadTimesApiGETShipmentIdDeliveryLeadTimeGet /shipments/{shipmentId}/delivery_lead_timeRetrieve the delivery lead time associated to the shipment
DeliveryLeadTimesApiGETShippingMethodIdDeliveryLeadTimeForShipmentGet /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipmentRetrieve the delivery lead time for shipment associated to the shipping method
DeliveryLeadTimesApiGETSkuIdDeliveryLeadTimesGet /skus/{skuId}/delivery_lead_timesRetrieve the delivery lead times associated to the SKU
DeliveryLeadTimesApiPATCHDeliveryLeadTimesDeliveryLeadTimeIdPatch /delivery_lead_times/{deliveryLeadTimeId}Update a delivery lead time
DeliveryLeadTimesApiPOSTDeliveryLeadTimesPost /delivery_lead_timesCreate a delivery lead time
EventCallbacksApiGETEventCallbacksGet /event_callbacksList all event callbacks
EventCallbacksApiGETEventCallbacksEventCallbackIdGet /event_callbacks/{eventCallbackId}Retrieve an event callback
EventCallbacksApiGETEventIdLastEventCallbacksGet /events/{eventId}/last_event_callbacksRetrieve the last event callbacks associated to the event
EventCallbacksApiGETWebhookIdLastEventCallbacksGet /webhooks/{webhookId}/last_event_callbacksRetrieve the last event callbacks associated to the webhook
EventsApiGETAddressIdEventsGet /addresses/{addressId}/eventsRetrieve the events associated to the address
EventsApiGETAuthorizationIdEventsGet /authorizations/{authorizationId}/eventsRetrieve the events associated to the authorization
EventsApiGETAvalaraAccountIdEventsGet /avalara_accounts/{avalaraAccountId}/eventsRetrieve the events associated to the avalara account
EventsApiGETBundleIdEventsGet /bundles/{bundleId}/eventsRetrieve the events associated to the bundle
EventsApiGETBuyXPayYPromotionIdEventsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/eventsRetrieve the events associated to the buy x pay y promotion
EventsApiGETCaptureIdEventsGet /captures/{captureId}/eventsRetrieve the events associated to the capture
EventsApiGETCleanupIdEventsGet /cleanups/{cleanupId}/eventsRetrieve the events associated to the cleanup
EventsApiGETCouponIdEventsGet /coupons/{couponId}/eventsRetrieve the events associated to the coupon
EventsApiGETCustomerAddressIdEventsGet /customer_addresses/{customerAddressId}/eventsRetrieve the events associated to the customer address
EventsApiGETCustomerIdEventsGet /customers/{customerId}/eventsRetrieve the events associated to the customer
EventsApiGETCustomerPasswordResetIdEventsGet /customer_password_resets/{customerPasswordResetId}/eventsRetrieve the events associated to the customer password reset
EventsApiGETCustomerSubscriptionIdEventsGet /customer_subscriptions/{customerSubscriptionId}/eventsRetrieve the events associated to the customer subscription
EventsApiGETEventsGet /eventsList all events
EventsApiGETEventsEventIdGet /events/{eventId}Retrieve an event
EventsApiGETExportIdEventsGet /exports/{exportId}/eventsRetrieve the events associated to the export
EventsApiGETExternalPromotionIdEventsGet /external_promotions/{externalPromotionId}/eventsRetrieve the events associated to the external promotion
EventsApiGETFixedAmountPromotionIdEventsGet /fixed_amount_promotions/{fixedAmountPromotionId}/eventsRetrieve the events associated to the fixed amount promotion
EventsApiGETFixedPricePromotionIdEventsGet /fixed_price_promotions/{fixedPricePromotionId}/eventsRetrieve the events associated to the fixed price promotion
EventsApiGETFlexPromotionIdEventsGet /flex_promotions/{flexPromotionId}/eventsRetrieve the events associated to the flex promotion
EventsApiGETFreeGiftPromotionIdEventsGet /free_gift_promotions/{freeGiftPromotionId}/eventsRetrieve the events associated to the free gift promotion
EventsApiGETFreeShippingPromotionIdEventsGet /free_shipping_promotions/{freeShippingPromotionId}/eventsRetrieve the events associated to the free shipping promotion
EventsApiGETGiftCardIdEventsGet /gift_cards/{giftCardId}/eventsRetrieve the events associated to the gift card
EventsApiGETImportIdEventsGet /imports/{importId}/eventsRetrieve the events associated to the import
EventsApiGETInStockSubscriptionIdEventsGet /in_stock_subscriptions/{inStockSubscriptionId}/eventsRetrieve the events associated to the in stock subscription
EventsApiGETLineItemIdEventsGet /line_items/{lineItemId}/eventsRetrieve the events associated to the line item
EventsApiGETLineItemOptionIdEventsGet /line_item_options/{lineItemOptionId}/eventsRetrieve the events associated to the line item option
EventsApiGETLinkIdEventsGet /links/{linkId}/eventsRetrieve the events associated to the link
EventsApiGETOrderCopyIdEventsGet /order_copies/{orderCopyId}/eventsRetrieve the events associated to the order copy
EventsApiGETOrderFactoryIdEventsGet /order_factories/{orderFactoryId}/eventsRetrieve the events associated to the order factory
EventsApiGETOrderIdEventsGet /orders/{orderId}/eventsRetrieve the events associated to the order
EventsApiGETOrderSubscriptionIdEventsGet /order_subscriptions/{orderSubscriptionId}/eventsRetrieve the events associated to the order subscription
EventsApiGETParcelIdEventsGet /parcels/{parcelId}/eventsRetrieve the events associated to the parcel
EventsApiGETPercentageDiscountPromotionIdEventsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/eventsRetrieve the events associated to the percentage discount promotion
EventsApiGETPriceFrequencyTierIdEventsGet /price_frequency_tiers/{priceFrequencyTierId}/eventsRetrieve the events associated to the price frequency tier
EventsApiGETPriceListSchedulerIdEventsGet /price_list_schedulers/{priceListSchedulerId}/eventsRetrieve the events associated to the price list scheduler
EventsApiGETPriceVolumeTierIdEventsGet /price_volume_tiers/{priceVolumeTierId}/eventsRetrieve the events associated to the price volume tier
EventsApiGETPromotionIdEventsGet /promotions/{promotionId}/eventsRetrieve the events associated to the promotion
EventsApiGETRecurringOrderCopyIdEventsGet /recurring_order_copies/{recurringOrderCopyId}/eventsRetrieve the events associated to the recurring order copy
EventsApiGETRefundIdEventsGet /refunds/{refundId}/eventsRetrieve the events associated to the refund
EventsApiGETReturnIdEventsGet /returns/{returnId}/eventsRetrieve the events associated to the return
EventsApiGETShipmentIdEventsGet /shipments/{shipmentId}/eventsRetrieve the events associated to the shipment
EventsApiGETSkuIdEventsGet /skus/{skuId}/eventsRetrieve the events associated to the SKU
EventsApiGETSkuOptionIdEventsGet /sku_options/{skuOptionId}/eventsRetrieve the events associated to the SKU option
EventsApiGETStockTransferIdEventsGet /stock_transfers/{stockTransferId}/eventsRetrieve the events associated to the stock transfer
EventsApiGETStoreIdEventsGet /stores/{storeId}/eventsRetrieve the events associated to the store
EventsApiGETTransactionIdEventsGet /transactions/{transactionId}/eventsRetrieve the events associated to the transaction
EventsApiGETVoidIdEventsGet /voids/{voidId}/eventsRetrieve the events associated to the void
EventsApiPATCHEventsEventIdPatch /events/{eventId}Update an event
ExportsApiDELETEExportsExportIdDelete /exports/{exportId}Delete an export
ExportsApiGETExportsGet /exportsList all exports
ExportsApiGETExportsExportIdGet /exports/{exportId}Retrieve an export
ExportsApiPATCHExportsExportIdPatch /exports/{exportId}Update an export
ExportsApiPOSTExportsPost /exportsCreate an export
ExternalGatewaysApiDELETEExternalGatewaysExternalGatewayIdDelete /external_gateways/{externalGatewayId}Delete an external gateway
ExternalGatewaysApiGETExternalGatewaysGet /external_gatewaysList all external gateways
ExternalGatewaysApiGETExternalGatewaysExternalGatewayIdGet /external_gateways/{externalGatewayId}Retrieve an external gateway
ExternalGatewaysApiPATCHExternalGatewaysExternalGatewayIdPatch /external_gateways/{externalGatewayId}Update an external gateway
ExternalGatewaysApiPOSTExternalGatewaysPost /external_gatewaysCreate an external gateway
ExternalPaymentsApiDELETEExternalPaymentsExternalPaymentIdDelete /external_payments/{externalPaymentId}Delete an external payment
ExternalPaymentsApiGETExternalGatewayIdExternalPaymentsGet /external_gateways/{externalGatewayId}/external_paymentsRetrieve the external payments associated to the external gateway
ExternalPaymentsApiGETExternalPaymentsGet /external_paymentsList all external payments
ExternalPaymentsApiGETExternalPaymentsExternalPaymentIdGet /external_payments/{externalPaymentId}Retrieve an external payment
ExternalPaymentsApiPATCHExternalPaymentsExternalPaymentIdPatch /external_payments/{externalPaymentId}Update an external payment
ExternalPaymentsApiPOSTExternalPaymentsPost /external_paymentsCreate an external payment
ExternalPromotionsApiDELETEExternalPromotionsExternalPromotionIdDelete /external_promotions/{externalPromotionId}Delete an external promotion
ExternalPromotionsApiGETExternalPromotionsGet /external_promotionsList all external promotions
ExternalPromotionsApiGETExternalPromotionsExternalPromotionIdGet /external_promotions/{externalPromotionId}Retrieve an external promotion
ExternalPromotionsApiPATCHExternalPromotionsExternalPromotionIdPatch /external_promotions/{externalPromotionId}Update an external promotion
ExternalPromotionsApiPOSTExternalPromotionsPost /external_promotionsCreate an external promotion
ExternalTaxCalculatorsApiDELETEExternalTaxCalculatorsExternalTaxCalculatorIdDelete /external_tax_calculators/{externalTaxCalculatorId}Delete an external tax calculator
ExternalTaxCalculatorsApiGETExternalTaxCalculatorsGet /external_tax_calculatorsList all external tax calculators
ExternalTaxCalculatorsApiGETExternalTaxCalculatorsExternalTaxCalculatorIdGet /external_tax_calculators/{externalTaxCalculatorId}Retrieve an external tax calculator
ExternalTaxCalculatorsApiPATCHExternalTaxCalculatorsExternalTaxCalculatorIdPatch /external_tax_calculators/{externalTaxCalculatorId}Update an external tax calculator
ExternalTaxCalculatorsApiPOSTExternalTaxCalculatorsPost /external_tax_calculatorsCreate an external tax calculator
FixedAmountPromotionsApiDELETEFixedAmountPromotionsFixedAmountPromotionIdDelete /fixed_amount_promotions/{fixedAmountPromotionId}Delete a fixed amount promotion
FixedAmountPromotionsApiGETFixedAmountPromotionsGet /fixed_amount_promotionsList all fixed amount promotions
FixedAmountPromotionsApiGETFixedAmountPromotionsFixedAmountPromotionIdGet /fixed_amount_promotions/{fixedAmountPromotionId}Retrieve a fixed amount promotion
FixedAmountPromotionsApiPATCHFixedAmountPromotionsFixedAmountPromotionIdPatch /fixed_amount_promotions/{fixedAmountPromotionId}Update a fixed amount promotion
FixedAmountPromotionsApiPOSTFixedAmountPromotionsPost /fixed_amount_promotionsCreate a fixed amount promotion
FixedPricePromotionsApiDELETEFixedPricePromotionsFixedPricePromotionIdDelete /fixed_price_promotions/{fixedPricePromotionId}Delete a fixed price promotion
FixedPricePromotionsApiGETFixedPricePromotionsGet /fixed_price_promotionsList all fixed price promotions
FixedPricePromotionsApiGETFixedPricePromotionsFixedPricePromotionIdGet /fixed_price_promotions/{fixedPricePromotionId}Retrieve a fixed price promotion
FixedPricePromotionsApiPATCHFixedPricePromotionsFixedPricePromotionIdPatch /fixed_price_promotions/{fixedPricePromotionId}Update a fixed price promotion
FixedPricePromotionsApiPOSTFixedPricePromotionsPost /fixed_price_promotionsCreate a fixed price promotion
FlexPromotionsApiDELETEFlexPromotionsFlexPromotionIdDelete /flex_promotions/{flexPromotionId}Delete a flex promotion
FlexPromotionsApiGETFlexPromotionsGet /flex_promotionsList all flex promotions
FlexPromotionsApiGETFlexPromotionsFlexPromotionIdGet /flex_promotions/{flexPromotionId}Retrieve a flex promotion
FlexPromotionsApiPATCHFlexPromotionsFlexPromotionIdPatch /flex_promotions/{flexPromotionId}Update a flex promotion
FlexPromotionsApiPOSTFlexPromotionsPost /flex_promotionsCreate a flex promotion
FreeGiftPromotionsApiDELETEFreeGiftPromotionsFreeGiftPromotionIdDelete /free_gift_promotions/{freeGiftPromotionId}Delete a free gift promotion
FreeGiftPromotionsApiGETFreeGiftPromotionsGet /free_gift_promotionsList all free gift promotions
FreeGiftPromotionsApiGETFreeGiftPromotionsFreeGiftPromotionIdGet /free_gift_promotions/{freeGiftPromotionId}Retrieve a free gift promotion
FreeGiftPromotionsApiPATCHFreeGiftPromotionsFreeGiftPromotionIdPatch /free_gift_promotions/{freeGiftPromotionId}Update a free gift promotion
FreeGiftPromotionsApiPOSTFreeGiftPromotionsPost /free_gift_promotionsCreate a free gift promotion
FreeShippingPromotionsApiDELETEFreeShippingPromotionsFreeShippingPromotionIdDelete /free_shipping_promotions/{freeShippingPromotionId}Delete a free shipping promotion
FreeShippingPromotionsApiGETFreeShippingPromotionsGet /free_shipping_promotionsList all free shipping promotions
FreeShippingPromotionsApiGETFreeShippingPromotionsFreeShippingPromotionIdGet /free_shipping_promotions/{freeShippingPromotionId}Retrieve a free shipping promotion
FreeShippingPromotionsApiPATCHFreeShippingPromotionsFreeShippingPromotionIdPatch /free_shipping_promotions/{freeShippingPromotionId}Update a free shipping promotion
FreeShippingPromotionsApiPOSTFreeShippingPromotionsPost /free_shipping_promotionsCreate a free shipping promotion
GeocodersApiGETAddressIdGeocoderGet /addresses/{addressId}/geocoderRetrieve the geocoder associated to the address
GeocodersApiGETGeocodersGet /geocodersList all geocoders
GeocodersApiGETGeocodersGeocoderIdGet /geocoders/{geocoderId}Retrieve a geocoder
GeocodersApiGETMarketIdGeocoderGet /markets/{marketId}/geocoderRetrieve the geocoder associated to the market
GiftCardRecipientsApiDELETEGiftCardRecipientsGiftCardRecipientIdDelete /gift_card_recipients/{giftCardRecipientId}Delete a gift card recipient
GiftCardRecipientsApiGETGiftCardIdGiftCardRecipientGet /gift_cards/{giftCardId}/gift_card_recipientRetrieve the gift card recipient associated to the gift card
GiftCardRecipientsApiGETGiftCardRecipientsGet /gift_card_recipientsList all gift card recipients
GiftCardRecipientsApiGETGiftCardRecipientsGiftCardRecipientIdGet /gift_card_recipients/{giftCardRecipientId}Retrieve a gift card recipient
GiftCardRecipientsApiPATCHGiftCardRecipientsGiftCardRecipientIdPatch /gift_card_recipients/{giftCardRecipientId}Update a gift card recipient
GiftCardRecipientsApiPOSTGiftCardRecipientsPost /gift_card_recipientsCreate a gift card recipient
GiftCardsApiDELETEGiftCardsGiftCardIdDelete /gift_cards/{giftCardId}Delete a gift card
GiftCardsApiGETGiftCardsGet /gift_cardsList all gift cards
GiftCardsApiGETGiftCardsGiftCardIdGet /gift_cards/{giftCardId}Retrieve a gift card
GiftCardsApiPATCHGiftCardsGiftCardIdPatch /gift_cards/{giftCardId}Update a gift card
GiftCardsApiPOSTGiftCardsPost /gift_cardsCreate a gift card
GoogleGeocodersApiDELETEGoogleGeocodersGoogleGeocoderIdDelete /google_geocoders/{googleGeocoderId}Delete a google geocoder
GoogleGeocodersApiGETGoogleGeocodersGet /google_geocodersList all google geocoders
GoogleGeocodersApiGETGoogleGeocodersGoogleGeocoderIdGet /google_geocoders/{googleGeocoderId}Retrieve a google geocoder
GoogleGeocodersApiPATCHGoogleGeocodersGoogleGeocoderIdPatch /google_geocoders/{googleGeocoderId}Update a google geocoder
GoogleGeocodersApiPOSTGoogleGeocodersPost /google_geocodersCreate a google geocoder
HasManyApiGETAddressIdEventsGet /addresses/{addressId}/eventsRetrieve the events associated to the address
HasManyApiGETAddressIdTagsGet /addresses/{addressId}/tagsRetrieve the tags associated to the address
HasManyApiGETAddressIdVersionsGet /addresses/{addressId}/versionsRetrieve the versions associated to the address
HasManyApiGETAdjustmentIdVersionsGet /adjustments/{adjustmentId}/versionsRetrieve the versions associated to the adjustment
HasManyApiGETAdyenGatewayIdAdyenPaymentsGet /adyen_gateways/{adyenGatewayId}/adyen_paymentsRetrieve the adyen payments associated to the adyen gateway
HasManyApiGETAdyenGatewayIdPaymentMethodsGet /adyen_gateways/{adyenGatewayId}/payment_methodsRetrieve the payment methods associated to the adyen gateway
HasManyApiGETAdyenGatewayIdVersionsGet /adyen_gateways/{adyenGatewayId}/versionsRetrieve the versions associated to the adyen gateway
HasManyApiGETAdyenPaymentIdVersionsGet /adyen_payments/{adyenPaymentId}/versionsRetrieve the versions associated to the adyen payment
HasManyApiGETAuthorizationIdAttachmentsGet /authorizations/{authorizationId}/attachmentsRetrieve the attachments associated to the authorization
HasManyApiGETAuthorizationIdCapturesGet /authorizations/{authorizationId}/capturesRetrieve the captures associated to the authorization
HasManyApiGETAuthorizationIdEventsGet /authorizations/{authorizationId}/eventsRetrieve the events associated to the authorization
HasManyApiGETAuthorizationIdVersionsGet /authorizations/{authorizationId}/versionsRetrieve the versions associated to the authorization
HasManyApiGETAuthorizationIdVoidsGet /authorizations/{authorizationId}/voidsRetrieve the voids associated to the authorization
HasManyApiGETAvalaraAccountIdAttachmentsGet /avalara_accounts/{avalaraAccountId}/attachmentsRetrieve the attachments associated to the avalara account
HasManyApiGETAvalaraAccountIdEventsGet /avalara_accounts/{avalaraAccountId}/eventsRetrieve the events associated to the avalara account
HasManyApiGETAvalaraAccountIdMarketsGet /avalara_accounts/{avalaraAccountId}/marketsRetrieve the markets associated to the avalara account
HasManyApiGETAvalaraAccountIdTaxCategoriesGet /avalara_accounts/{avalaraAccountId}/tax_categoriesRetrieve the tax categories associated to the avalara account
HasManyApiGETAvalaraAccountIdVersionsGet /avalara_accounts/{avalaraAccountId}/versionsRetrieve the versions associated to the avalara account
HasManyApiGETAxerveGatewayIdAxervePaymentsGet /axerve_gateways/{axerveGatewayId}/axerve_paymentsRetrieve the axerve payments associated to the axerve gateway
HasManyApiGETAxerveGatewayIdPaymentMethodsGet /axerve_gateways/{axerveGatewayId}/payment_methodsRetrieve the payment methods associated to the axerve gateway
HasManyApiGETAxerveGatewayIdVersionsGet /axerve_gateways/{axerveGatewayId}/versionsRetrieve the versions associated to the axerve gateway
HasManyApiGETAxervePaymentIdVersionsGet /axerve_payments/{axervePaymentId}/versionsRetrieve the versions associated to the axerve payment
HasManyApiGETBingGeocoderIdAddressesGet /bing_geocoders/{bingGeocoderId}/addressesRetrieve the addresses associated to the bing geocoder
HasManyApiGETBingGeocoderIdAttachmentsGet /bing_geocoders/{bingGeocoderId}/attachmentsRetrieve the attachments associated to the bing geocoder
HasManyApiGETBingGeocoderIdMarketsGet /bing_geocoders/{bingGeocoderId}/marketsRetrieve the markets associated to the bing geocoder
HasManyApiGETBraintreeGatewayIdBraintreePaymentsGet /braintree_gateways/{braintreeGatewayId}/braintree_paymentsRetrieve the braintree payments associated to the braintree gateway
HasManyApiGETBraintreeGatewayIdPaymentMethodsGet /braintree_gateways/{braintreeGatewayId}/payment_methodsRetrieve the payment methods associated to the braintree gateway
HasManyApiGETBraintreeGatewayIdVersionsGet /braintree_gateways/{braintreeGatewayId}/versionsRetrieve the versions associated to the braintree gateway
HasManyApiGETBraintreePaymentIdVersionsGet /braintree_payments/{braintreePaymentId}/versionsRetrieve the versions associated to the braintree payment
HasManyApiGETBundleIdAttachmentsGet /bundles/{bundleId}/attachmentsRetrieve the attachments associated to the bundle
HasManyApiGETBundleIdEventsGet /bundles/{bundleId}/eventsRetrieve the events associated to the bundle
HasManyApiGETBundleIdSkusGet /bundles/{bundleId}/skusRetrieve the skus associated to the bundle
HasManyApiGETBundleIdTagsGet /bundles/{bundleId}/tagsRetrieve the tags associated to the bundle
HasManyApiGETBundleIdVersionsGet /bundles/{bundleId}/versionsRetrieve the versions associated to the bundle
HasManyApiGETBuyXPayYPromotionIdAttachmentsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/attachmentsRetrieve the attachments associated to the buy x pay y promotion
HasManyApiGETBuyXPayYPromotionIdCouponsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/couponsRetrieve the coupons associated to the buy x pay y promotion
HasManyApiGETBuyXPayYPromotionIdEventsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/eventsRetrieve the events associated to the buy x pay y promotion
HasManyApiGETBuyXPayYPromotionIdSkusGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/skusRetrieve the skus associated to the buy x pay y promotion
HasManyApiGETBuyXPayYPromotionIdTagsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/tagsRetrieve the tags associated to the buy x pay y promotion
HasManyApiGETBuyXPayYPromotionIdVersionsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/versionsRetrieve the versions associated to the buy x pay y promotion
HasManyApiGETCaptureIdAttachmentsGet /captures/{captureId}/attachmentsRetrieve the attachments associated to the capture
HasManyApiGETCaptureIdEventsGet /captures/{captureId}/eventsRetrieve the events associated to the capture
HasManyApiGETCaptureIdRefundsGet /captures/{captureId}/refundsRetrieve the refunds associated to the capture
HasManyApiGETCaptureIdVersionsGet /captures/{captureId}/versionsRetrieve the versions associated to the capture
HasManyApiGETCarrierAccountIdAttachmentsGet /carrier_accounts/{carrierAccountId}/attachmentsRetrieve the attachments associated to the carrier account
HasManyApiGETCarrierAccountIdVersionsGet /carrier_accounts/{carrierAccountId}/versionsRetrieve the versions associated to the carrier account
HasManyApiGETCheckoutComGatewayIdCheckoutComPaymentsGet /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_paymentsRetrieve the checkout com payments associated to the checkout.com gateway
HasManyApiGETCheckoutComGatewayIdPaymentMethodsGet /checkout_com_gateways/{checkoutComGatewayId}/payment_methodsRetrieve the payment methods associated to the checkout.com gateway
HasManyApiGETCheckoutComGatewayIdVersionsGet /checkout_com_gateways/{checkoutComGatewayId}/versionsRetrieve the versions associated to the checkout.com gateway
HasManyApiGETCheckoutComPaymentIdVersionsGet /checkout_com_payments/{checkoutComPaymentId}/versionsRetrieve the versions associated to the checkout.com payment
HasManyApiGETCleanupIdEventsGet /cleanups/{cleanupId}/eventsRetrieve the events associated to the cleanup
HasManyApiGETCleanupIdVersionsGet /cleanups/{cleanupId}/versionsRetrieve the versions associated to the cleanup
HasManyApiGETCouponCodesPromotionRuleIdCouponsGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/couponsRetrieve the coupons associated to the coupon codes promotion rule
HasManyApiGETCouponCodesPromotionRuleIdVersionsGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/versionsRetrieve the versions associated to the coupon codes promotion rule
HasManyApiGETCouponIdEventsGet /coupons/{couponId}/eventsRetrieve the events associated to the coupon
HasManyApiGETCouponIdTagsGet /coupons/{couponId}/tagsRetrieve the tags associated to the coupon
HasManyApiGETCouponIdVersionsGet /coupons/{couponId}/versionsRetrieve the versions associated to the coupon
HasManyApiGETCouponRecipientIdAttachmentsGet /coupon_recipients/{couponRecipientId}/attachmentsRetrieve the attachments associated to the coupon recipient
HasManyApiGETCouponRecipientIdVersionsGet /coupon_recipients/{couponRecipientId}/versionsRetrieve the versions associated to the coupon recipient
HasManyApiGETCustomPromotionRuleIdVersionsGet /custom_promotion_rules/{customPromotionRuleId}/versionsRetrieve the versions associated to the custom promotion rule
HasManyApiGETCustomerAddressIdEventsGet /customer_addresses/{customerAddressId}/eventsRetrieve the events associated to the customer address
HasManyApiGETCustomerAddressIdVersionsGet /customer_addresses/{customerAddressId}/versionsRetrieve the versions associated to the customer address
HasManyApiGETCustomerGroupIdAttachmentsGet /customer_groups/{customerGroupId}/attachmentsRetrieve the attachments associated to the customer group
HasManyApiGETCustomerGroupIdCustomersGet /customer_groups/{customerGroupId}/customersRetrieve the customers associated to the customer group
HasManyApiGETCustomerGroupIdMarketsGet /customer_groups/{customerGroupId}/marketsRetrieve the markets associated to the customer group
HasManyApiGETCustomerGroupIdVersionsGet /customer_groups/{customerGroupId}/versionsRetrieve the versions associated to the customer group
HasManyApiGETCustomerIdAttachmentsGet /customers/{customerId}/attachmentsRetrieve the attachments associated to the customer
HasManyApiGETCustomerIdCustomerAddressesGet /customers/{customerId}/customer_addressesRetrieve the customer addresses associated to the customer
HasManyApiGETCustomerIdCustomerPaymentSourcesGet /customers/{customerId}/customer_payment_sourcesRetrieve the customer payment sources associated to the customer
HasManyApiGETCustomerIdCustomerSubscriptionsGet /customers/{customerId}/customer_subscriptionsRetrieve the customer subscriptions associated to the customer
HasManyApiGETCustomerIdEventsGet /customers/{customerId}/eventsRetrieve the events associated to the customer
HasManyApiGETCustomerIdOrderSubscriptionsGet /customers/{customerId}/order_subscriptionsRetrieve the order subscriptions associated to the customer
HasManyApiGETCustomerIdOrdersGet /customers/{customerId}/ordersRetrieve the orders associated to the customer
HasManyApiGETCustomerIdReturnsGet /customers/{customerId}/returnsRetrieve the returns associated to the customer
HasManyApiGETCustomerIdSkuListsGet /customers/{customerId}/sku_listsRetrieve the sku lists associated to the customer
HasManyApiGETCustomerIdTagsGet /customers/{customerId}/tagsRetrieve the tags associated to the customer
HasManyApiGETCustomerPasswordResetIdEventsGet /customer_password_resets/{customerPasswordResetId}/eventsRetrieve the events associated to the customer password reset
HasManyApiGETCustomerPaymentSourceIdVersionsGet /customer_payment_sources/{customerPaymentSourceId}/versionsRetrieve the versions associated to the customer payment source
HasManyApiGETCustomerSubscriptionIdEventsGet /customer_subscriptions/{customerSubscriptionId}/eventsRetrieve the events associated to the customer subscription
HasManyApiGETCustomerSubscriptionIdVersionsGet /customer_subscriptions/{customerSubscriptionId}/versionsRetrieve the versions associated to the customer subscription
HasManyApiGETDeliveryLeadTimeIdAttachmentsGet /delivery_lead_times/{deliveryLeadTimeId}/attachmentsRetrieve the attachments associated to the delivery lead time
HasManyApiGETDeliveryLeadTimeIdVersionsGet /delivery_lead_times/{deliveryLeadTimeId}/versionsRetrieve the versions associated to the delivery lead time
HasManyApiGETEventIdLastEventCallbacksGet /events/{eventId}/last_event_callbacksRetrieve the last event callbacks associated to the event
HasManyApiGETEventIdWebhooksGet /events/{eventId}/webhooksRetrieve the webhooks associated to the event
HasManyApiGETExportIdEventsGet /exports/{exportId}/eventsRetrieve the events associated to the export
HasManyApiGETExternalGatewayIdExternalPaymentsGet /external_gateways/{externalGatewayId}/external_paymentsRetrieve the external payments associated to the external gateway
HasManyApiGETExternalGatewayIdPaymentMethodsGet /external_gateways/{externalGatewayId}/payment_methodsRetrieve the payment methods associated to the external gateway
HasManyApiGETExternalGatewayIdVersionsGet /external_gateways/{externalGatewayId}/versionsRetrieve the versions associated to the external gateway
HasManyApiGETExternalPaymentIdVersionsGet /external_payments/{externalPaymentId}/versionsRetrieve the versions associated to the external payment
HasManyApiGETExternalPromotionIdAttachmentsGet /external_promotions/{externalPromotionId}/attachmentsRetrieve the attachments associated to the external promotion
HasManyApiGETExternalPromotionIdCouponsGet /external_promotions/{externalPromotionId}/couponsRetrieve the coupons associated to the external promotion
HasManyApiGETExternalPromotionIdEventsGet /external_promotions/{externalPromotionId}/eventsRetrieve the events associated to the external promotion
HasManyApiGETExternalPromotionIdSkusGet /external_promotions/{externalPromotionId}/skusRetrieve the skus associated to the external promotion
HasManyApiGETExternalPromotionIdTagsGet /external_promotions/{externalPromotionId}/tagsRetrieve the tags associated to the external promotion
HasManyApiGETExternalPromotionIdVersionsGet /external_promotions/{externalPromotionId}/versionsRetrieve the versions associated to the external promotion
HasManyApiGETExternalTaxCalculatorIdAttachmentsGet /external_tax_calculators/{externalTaxCalculatorId}/attachmentsRetrieve the attachments associated to the external tax calculator
HasManyApiGETExternalTaxCalculatorIdMarketsGet /external_tax_calculators/{externalTaxCalculatorId}/marketsRetrieve the markets associated to the external tax calculator
HasManyApiGETExternalTaxCalculatorIdVersionsGet /external_tax_calculators/{externalTaxCalculatorId}/versionsRetrieve the versions associated to the external tax calculator
HasManyApiGETFixedAmountPromotionIdAttachmentsGet /fixed_amount_promotions/{fixedAmountPromotionId}/attachmentsRetrieve the attachments associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdCouponsGet /fixed_amount_promotions/{fixedAmountPromotionId}/couponsRetrieve the coupons associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdEventsGet /fixed_amount_promotions/{fixedAmountPromotionId}/eventsRetrieve the events associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdSkusGet /fixed_amount_promotions/{fixedAmountPromotionId}/skusRetrieve the skus associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdTagsGet /fixed_amount_promotions/{fixedAmountPromotionId}/tagsRetrieve the tags associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdVersionsGet /fixed_amount_promotions/{fixedAmountPromotionId}/versionsRetrieve the versions associated to the fixed amount promotion
HasManyApiGETFixedPricePromotionIdAttachmentsGet /fixed_price_promotions/{fixedPricePromotionId}/attachmentsRetrieve the attachments associated to the fixed price promotion
HasManyApiGETFixedPricePromotionIdCouponsGet /fixed_price_promotions/{fixedPricePromotionId}/couponsRetrieve the coupons associated to the fixed price promotion
HasManyApiGETFixedPricePromotionIdEventsGet /fixed_price_promotions/{fixedPricePromotionId}/eventsRetrieve the events associated to the fixed price promotion
HasManyApiGETFixedPricePromotionIdSkusGet /fixed_price_promotions/{fixedPricePromotionId}/skusRetrieve the skus associated to the fixed price promotion
HasManyApiGETFixedPricePromotionIdTagsGet /fixed_price_promotions/{fixedPricePromotionId}/tagsRetrieve the tags associated to the fixed price promotion
HasManyApiGETFixedPricePromotionIdVersionsGet /fixed_price_promotions/{fixedPricePromotionId}/versionsRetrieve the versions associated to the fixed price promotion
HasManyApiGETFlexPromotionIdAttachmentsGet /flex_promotions/{flexPromotionId}/attachmentsRetrieve the attachments associated to the flex promotion
HasManyApiGETFlexPromotionIdCouponsGet /flex_promotions/{flexPromotionId}/couponsRetrieve the coupons associated to the flex promotion
HasManyApiGETFlexPromotionIdEventsGet /flex_promotions/{flexPromotionId}/eventsRetrieve the events associated to the flex promotion
HasManyApiGETFlexPromotionIdTagsGet /flex_promotions/{flexPromotionId}/tagsRetrieve the tags associated to the flex promotion
HasManyApiGETFlexPromotionIdVersionsGet /flex_promotions/{flexPromotionId}/versionsRetrieve the versions associated to the flex promotion
HasManyApiGETFreeGiftPromotionIdAttachmentsGet /free_gift_promotions/{freeGiftPromotionId}/attachmentsRetrieve the attachments associated to the free gift promotion
HasManyApiGETFreeGiftPromotionIdCouponsGet /free_gift_promotions/{freeGiftPromotionId}/couponsRetrieve the coupons associated to the free gift promotion
HasManyApiGETFreeGiftPromotionIdEventsGet /free_gift_promotions/{freeGiftPromotionId}/eventsRetrieve the events associated to the free gift promotion
HasManyApiGETFreeGiftPromotionIdSkusGet /free_gift_promotions/{freeGiftPromotionId}/skusRetrieve the skus associated to the free gift promotion
HasManyApiGETFreeGiftPromotionIdTagsGet /free_gift_promotions/{freeGiftPromotionId}/tagsRetrieve the tags associated to the free gift promotion
HasManyApiGETFreeGiftPromotionIdVersionsGet /free_gift_promotions/{freeGiftPromotionId}/versionsRetrieve the versions associated to the free gift promotion
HasManyApiGETFreeShippingPromotionIdAttachmentsGet /free_shipping_promotions/{freeShippingPromotionId}/attachmentsRetrieve the attachments associated to the free shipping promotion
HasManyApiGETFreeShippingPromotionIdCouponsGet /free_shipping_promotions/{freeShippingPromotionId}/couponsRetrieve the coupons associated to the free shipping promotion
HasManyApiGETFreeShippingPromotionIdEventsGet /free_shipping_promotions/{freeShippingPromotionId}/eventsRetrieve the events associated to the free shipping promotion
HasManyApiGETFreeShippingPromotionIdTagsGet /free_shipping_promotions/{freeShippingPromotionId}/tagsRetrieve the tags associated to the free shipping promotion
HasManyApiGETFreeShippingPromotionIdVersionsGet /free_shipping_promotions/{freeShippingPromotionId}/versionsRetrieve the versions associated to the free shipping promotion
HasManyApiGETGeocoderIdAddressesGet /geocoders/{geocoderId}/addressesRetrieve the addresses associated to the geocoder
HasManyApiGETGeocoderIdAttachmentsGet /geocoders/{geocoderId}/attachmentsRetrieve the attachments associated to the geocoder
HasManyApiGETGeocoderIdMarketsGet /geocoders/{geocoderId}/marketsRetrieve the markets associated to the geocoder
HasManyApiGETGiftCardIdAttachmentsGet /gift_cards/{giftCardId}/attachmentsRetrieve the attachments associated to the gift card
HasManyApiGETGiftCardIdEventsGet /gift_cards/{giftCardId}/eventsRetrieve the events associated to the gift card
HasManyApiGETGiftCardIdTagsGet /gift_cards/{giftCardId}/tagsRetrieve the tags associated to the gift card
HasManyApiGETGiftCardIdVersionsGet /gift_cards/{giftCardId}/versionsRetrieve the versions associated to the gift card
HasManyApiGETGiftCardRecipientIdAttachmentsGet /gift_card_recipients/{giftCardRecipientId}/attachmentsRetrieve the attachments associated to the gift card recipient
HasManyApiGETGiftCardRecipientIdVersionsGet /gift_card_recipients/{giftCardRecipientId}/versionsRetrieve the versions associated to the gift card recipient
HasManyApiGETGoogleGeocoderIdAddressesGet /google_geocoders/{googleGeocoderId}/addressesRetrieve the addresses associated to the google geocoder
HasManyApiGETGoogleGeocoderIdAttachmentsGet /google_geocoders/{googleGeocoderId}/attachmentsRetrieve the attachments associated to the google geocoder
HasManyApiGETGoogleGeocoderIdMarketsGet /google_geocoders/{googleGeocoderId}/marketsRetrieve the markets associated to the google geocoder
HasManyApiGETImportIdEventsGet /imports/{importId}/eventsRetrieve the events associated to the import
HasManyApiGETInStockSubscriptionIdEventsGet /in_stock_subscriptions/{inStockSubscriptionId}/eventsRetrieve the events associated to the in stock subscription
HasManyApiGETInStockSubscriptionIdVersionsGet /in_stock_subscriptions/{inStockSubscriptionId}/versionsRetrieve the versions associated to the in stock subscription
HasManyApiGETInventoryModelIdAttachmentsGet /inventory_models/{inventoryModelId}/attachmentsRetrieve the attachments associated to the inventory model
HasManyApiGETInventoryModelIdInventoryReturnLocationsGet /inventory_models/{inventoryModelId}/inventory_return_locationsRetrieve the inventory return locations associated to the inventory model
HasManyApiGETInventoryModelIdInventoryStockLocationsGet /inventory_models/{inventoryModelId}/inventory_stock_locationsRetrieve the inventory stock locations associated to the inventory model
HasManyApiGETInventoryModelIdVersionsGet /inventory_models/{inventoryModelId}/versionsRetrieve the versions associated to the inventory model
HasManyApiGETInventoryReturnLocationIdVersionsGet /inventory_return_locations/{inventoryReturnLocationId}/versionsRetrieve the versions associated to the inventory return location
HasManyApiGETInventoryStockLocationIdVersionsGet /inventory_stock_locations/{inventoryStockLocationId}/versionsRetrieve the versions associated to the inventory stock location
HasManyApiGETKlarnaGatewayIdKlarnaPaymentsGet /klarna_gateways/{klarnaGatewayId}/klarna_paymentsRetrieve the klarna payments associated to the klarna gateway
HasManyApiGETKlarnaGatewayIdPaymentMethodsGet /klarna_gateways/{klarnaGatewayId}/payment_methodsRetrieve the payment methods associated to the klarna gateway
HasManyApiGETKlarnaGatewayIdVersionsGet /klarna_gateways/{klarnaGatewayId}/versionsRetrieve the versions associated to the klarna gateway
HasManyApiGETKlarnaPaymentIdVersionsGet /klarna_payments/{klarnaPaymentId}/versionsRetrieve the versions associated to the klarna payment
HasManyApiGETLineItemIdEventsGet /line_items/{lineItemId}/eventsRetrieve the events associated to the line item
HasManyApiGETLineItemIdLineItemOptionsGet /line_items/{lineItemId}/line_item_optionsRetrieve the line item options associated to the line item
HasManyApiGETLineItemIdNotificationsGet /line_items/{lineItemId}/notificationsRetrieve the notifications associated to the line item
HasManyApiGETLineItemIdReturnLineItemsGet /line_items/{lineItemId}/return_line_itemsRetrieve the return line items associated to the line item
HasManyApiGETLineItemIdStockLineItemsGet /line_items/{lineItemId}/stock_line_itemsRetrieve the stock line items associated to the line item
HasManyApiGETLineItemIdStockReservationsGet /line_items/{lineItemId}/stock_reservationsRetrieve the stock reservations associated to the line item
HasManyApiGETLineItemIdStockTransfersGet /line_items/{lineItemId}/stock_transfersRetrieve the stock transfers associated to the line item
HasManyApiGETLineItemIdTagsGet /line_items/{lineItemId}/tagsRetrieve the tags associated to the line item
HasManyApiGETLineItemOptionIdEventsGet /line_item_options/{lineItemOptionId}/eventsRetrieve the events associated to the line item option
HasManyApiGETLineItemOptionIdTagsGet /line_item_options/{lineItemOptionId}/tagsRetrieve the tags associated to the line item option
HasManyApiGETLinkIdEventsGet /links/{linkId}/eventsRetrieve the events associated to the link
HasManyApiGETManualGatewayIdPaymentMethodsGet /manual_gateways/{manualGatewayId}/payment_methodsRetrieve the payment methods associated to the manual gateway
HasManyApiGETManualGatewayIdVersionsGet /manual_gateways/{manualGatewayId}/versionsRetrieve the versions associated to the manual gateway
HasManyApiGETManualTaxCalculatorIdAttachmentsGet /manual_tax_calculators/{manualTaxCalculatorId}/attachmentsRetrieve the attachments associated to the manual tax calculator
HasManyApiGETManualTaxCalculatorIdMarketsGet /manual_tax_calculators/{manualTaxCalculatorId}/marketsRetrieve the markets associated to the manual tax calculator
HasManyApiGETManualTaxCalculatorIdTaxRulesGet /manual_tax_calculators/{manualTaxCalculatorId}/tax_rulesRetrieve the tax rules associated to the manual tax calculator
HasManyApiGETManualTaxCalculatorIdVersionsGet /manual_tax_calculators/{manualTaxCalculatorId}/versionsRetrieve the versions associated to the manual tax calculator
HasManyApiGETMarketIdAttachmentsGet /markets/{marketId}/attachmentsRetrieve the attachments associated to the market
HasManyApiGETMarketIdPriceListSchedulersGet /markets/{marketId}/price_list_schedulersRetrieve the price list schedulers associated to the market
HasManyApiGETMarketIdStoresGet /markets/{marketId}/storesRetrieve the stores associated to the market
HasManyApiGETMarketIdVersionsGet /markets/{marketId}/versionsRetrieve the versions associated to the market
HasManyApiGETMerchantIdAttachmentsGet /merchants/{merchantId}/attachmentsRetrieve the attachments associated to the merchant
HasManyApiGETMerchantIdVersionsGet /merchants/{merchantId}/versionsRetrieve the versions associated to the merchant
HasManyApiGETOrderAmountPromotionRuleIdVersionsGet /order_amount_promotion_rules/{orderAmountPromotionRuleId}/versionsRetrieve the versions associated to the order amount promotion rule
HasManyApiGETOrderCopyIdEventsGet /order_copies/{orderCopyId}/eventsRetrieve the events associated to the order copy
HasManyApiGETOrderFactoryIdEventsGet /order_factories/{orderFactoryId}/eventsRetrieve the events associated to the order factory
HasManyApiGETOrderIdAttachmentsGet /orders/{orderId}/attachmentsRetrieve the attachments associated to the order
HasManyApiGETOrderIdAuthorizationsGet /orders/{orderId}/authorizationsRetrieve the authorizations associated to the order
HasManyApiGETOrderIdAvailableCustomerPaymentSourcesGet /orders/{orderId}/available_customer_payment_sourcesRetrieve the available customer payment sources associated to the order
HasManyApiGETOrderIdAvailableFreeBundlesGet /orders/{orderId}/available_free_bundlesRetrieve the available free bundles associated to the order
HasManyApiGETOrderIdAvailableFreeSkusGet /orders/{orderId}/available_free_skusRetrieve the available free skus associated to the order
HasManyApiGETOrderIdAvailablePaymentMethodsGet /orders/{orderId}/available_payment_methodsRetrieve the available payment methods associated to the order
HasManyApiGETOrderIdCapturesGet /orders/{orderId}/capturesRetrieve the captures associated to the order
HasManyApiGETOrderIdEventsGet /orders/{orderId}/eventsRetrieve the events associated to the order
HasManyApiGETOrderIdLineItemOptionsGet /orders/{orderId}/line_item_optionsRetrieve the line item options associated to the order
HasManyApiGETOrderIdLineItemsGet /orders/{orderId}/line_itemsRetrieve the line items associated to the order
HasManyApiGETOrderIdLinksGet /orders/{orderId}/linksRetrieve the links associated to the order
HasManyApiGETOrderIdNotificationsGet /orders/{orderId}/notificationsRetrieve the notifications associated to the order
HasManyApiGETOrderIdOrderCopiesGet /orders/{orderId}/order_copiesRetrieve the order copies associated to the order
HasManyApiGETOrderIdOrderFactoriesGet /orders/{orderId}/order_factoriesRetrieve the order factories associated to the order
HasManyApiGETOrderIdOrderSubscriptionsGet /orders/{orderId}/order_subscriptionsRetrieve the order subscriptions associated to the order
HasManyApiGETOrderIdPaymentOptionsGet /orders/{orderId}/payment_optionsRetrieve the payment options associated to the order
HasManyApiGETOrderIdRecurringOrderCopiesGet /orders/{orderId}/recurring_order_copiesRetrieve the recurring order copies associated to the order
HasManyApiGETOrderIdRefundsGet /orders/{orderId}/refundsRetrieve the refunds associated to the order
HasManyApiGETOrderIdResourceErrorsGet /orders/{orderId}/resource_errorsRetrieve the resource errors associated to the order
HasManyApiGETOrderIdReturnsGet /orders/{orderId}/returnsRetrieve the returns associated to the order
HasManyApiGETOrderIdShipmentsGet /orders/{orderId}/shipmentsRetrieve the shipments associated to the order
HasManyApiGETOrderIdStockLineItemsGet /orders/{orderId}/stock_line_itemsRetrieve the stock line items associated to the order
HasManyApiGETOrderIdStockReservationsGet /orders/{orderId}/stock_reservationsRetrieve the stock reservations associated to the order
HasManyApiGETOrderIdStockTransfersGet /orders/{orderId}/stock_transfersRetrieve the stock transfers associated to the order
HasManyApiGETOrderIdTagsGet /orders/{orderId}/tagsRetrieve the tags associated to the order
HasManyApiGETOrderIdVersionsGet /orders/{orderId}/versionsRetrieve the versions associated to the order
HasManyApiGETOrderIdVoidsGet /orders/{orderId}/voidsRetrieve the voids associated to the order
HasManyApiGETOrderSubscriptionIdEventsGet /order_subscriptions/{orderSubscriptionId}/eventsRetrieve the events associated to the order subscription
HasManyApiGETOrderSubscriptionIdOrderFactoriesGet /order_subscriptions/{orderSubscriptionId}/order_factoriesRetrieve the order factories associated to the order subscription
HasManyApiGETOrderSubscriptionIdOrderSubscriptionItemsGet /order_subscriptions/{orderSubscriptionId}/order_subscription_itemsRetrieve the order subscription items associated to the order subscription
HasManyApiGETOrderSubscriptionIdOrdersGet /order_subscriptions/{orderSubscriptionId}/ordersRetrieve the orders associated to the order subscription
HasManyApiGETOrderSubscriptionIdRecurringOrderCopiesGet /order_subscriptions/{orderSubscriptionId}/recurring_order_copiesRetrieve the recurring order copies associated to the order subscription
HasManyApiGETOrderSubscriptionIdTagsGet /order_subscriptions/{orderSubscriptionId}/tagsRetrieve the tags associated to the order subscription
HasManyApiGETOrderSubscriptionIdVersionsGet /order_subscriptions/{orderSubscriptionId}/versionsRetrieve the versions associated to the order subscription
HasManyApiGETPackageIdAttachmentsGet /packages/{packageId}/attachmentsRetrieve the attachments associated to the package
HasManyApiGETPackageIdParcelsGet /packages/{packageId}/parcelsRetrieve the parcels associated to the package
HasManyApiGETPackageIdVersionsGet /packages/{packageId}/versionsRetrieve the versions associated to the package
HasManyApiGETParcelIdAttachmentsGet /parcels/{parcelId}/attachmentsRetrieve the attachments associated to the parcel
HasManyApiGETParcelIdEventsGet /parcels/{parcelId}/eventsRetrieve the events associated to the parcel
HasManyApiGETParcelIdParcelLineItemsGet /parcels/{parcelId}/parcel_line_itemsRetrieve the parcel line items associated to the parcel
HasManyApiGETParcelIdVersionsGet /parcels/{parcelId}/versionsRetrieve the versions associated to the parcel
HasManyApiGETParcelLineItemIdVersionsGet /parcel_line_items/{parcelLineItemId}/versionsRetrieve the versions associated to the parcel line item
HasManyApiGETPaymentGatewayIdPaymentMethodsGet /payment_gateways/{paymentGatewayId}/payment_methodsRetrieve the payment methods associated to the payment gateway
HasManyApiGETPaymentGatewayIdVersionsGet /payment_gateways/{paymentGatewayId}/versionsRetrieve the versions associated to the payment gateway
HasManyApiGETPaymentMethodIdAttachmentsGet /payment_methods/{paymentMethodId}/attachmentsRetrieve the attachments associated to the payment method
HasManyApiGETPaymentMethodIdOrdersGet /payment_methods/{paymentMethodId}/ordersRetrieve the orders associated to the payment method
HasManyApiGETPaymentMethodIdVersionsGet /payment_methods/{paymentMethodId}/versionsRetrieve the versions associated to the payment method
HasManyApiGETPaymentOptionIdAttachmentsGet /payment_options/{paymentOptionId}/attachmentsRetrieve the attachments associated to the payment option
HasManyApiGETPaypalGatewayIdPaymentMethodsGet /paypal_gateways/{paypalGatewayId}/payment_methodsRetrieve the payment methods associated to the paypal gateway
HasManyApiGETPaypalGatewayIdPaypalPaymentsGet /paypal_gateways/{paypalGatewayId}/paypal_paymentsRetrieve the paypal payments associated to the paypal gateway
HasManyApiGETPaypalGatewayIdVersionsGet /paypal_gateways/{paypalGatewayId}/versionsRetrieve the versions associated to the paypal gateway
HasManyApiGETPaypalPaymentIdVersionsGet /paypal_payments/{paypalPaymentId}/versionsRetrieve the versions associated to the paypal payment
HasManyApiGETPercentageDiscountPromotionIdAttachmentsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/attachmentsRetrieve the attachments associated to the percentage discount promotion
HasManyApiGETPercentageDiscountPromotionIdCouponsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/couponsRetrieve the coupons associated to the percentage discount promotion
HasManyApiGETPercentageDiscountPromotionIdEventsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/eventsRetrieve the events associated to the percentage discount promotion
HasManyApiGETPercentageDiscountPromotionIdSkusGet /percentage_discount_promotions/{percentageDiscountPromotionId}/skusRetrieve the skus associated to the percentage discount promotion
HasManyApiGETPercentageDiscountPromotionIdTagsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/tagsRetrieve the tags associated to the percentage discount promotion
HasManyApiGETPercentageDiscountPromotionIdVersionsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/versionsRetrieve the versions associated to the percentage discount promotion
HasManyApiGETPriceFrequencyTierIdAttachmentsGet /price_frequency_tiers/{priceFrequencyTierId}/attachmentsRetrieve the attachments associated to the price frequency tier
HasManyApiGETPriceFrequencyTierIdEventsGet /price_frequency_tiers/{priceFrequencyTierId}/eventsRetrieve the events associated to the price frequency tier
HasManyApiGETPriceFrequencyTierIdVersionsGet /price_frequency_tiers/{priceFrequencyTierId}/versionsRetrieve the versions associated to the price frequency tier
HasManyApiGETPriceIdAttachmentsGet /prices/{priceId}/attachmentsRetrieve the attachments associated to the price
HasManyApiGETPriceIdJwtMarketsGet /prices/{priceId}/jwt_marketsRetrieve the jwt markets associated to the price
HasManyApiGETPriceIdJwtStockLocationsGet /prices/{priceId}/jwt_stock_locationsRetrieve the jwt stock locations associated to the price
HasManyApiGETPriceIdPriceFrequencyTiersGet /prices/{priceId}/price_frequency_tiersRetrieve the price frequency tiers associated to the price
HasManyApiGETPriceIdPriceTiersGet /prices/{priceId}/price_tiersRetrieve the price tiers associated to the price
HasManyApiGETPriceIdPriceVolumeTiersGet /prices/{priceId}/price_volume_tiersRetrieve the price volume tiers associated to the price
HasManyApiGETPriceIdVersionsGet /prices/{priceId}/versionsRetrieve the versions associated to the price
HasManyApiGETPriceListIdAttachmentsGet /price_lists/{priceListId}/attachmentsRetrieve the attachments associated to the price list
HasManyApiGETPriceListIdPriceListSchedulersGet /price_lists/{priceListId}/price_list_schedulersRetrieve the price list schedulers associated to the price list
HasManyApiGETPriceListIdPricesGet /price_lists/{priceListId}/pricesRetrieve the prices associated to the price list
HasManyApiGETPriceListIdVersionsGet /price_lists/{priceListId}/versionsRetrieve the versions associated to the price list
HasManyApiGETPriceListSchedulerIdEventsGet /price_list_schedulers/{priceListSchedulerId}/eventsRetrieve the events associated to the price list scheduler
HasManyApiGETPriceListSchedulerIdVersionsGet /price_list_schedulers/{priceListSchedulerId}/versionsRetrieve the versions associated to the price list scheduler
HasManyApiGETPriceTierIdAttachmentsGet /price_tiers/{priceTierId}/attachmentsRetrieve the attachments associated to the price tier
HasManyApiGETPriceTierIdVersionsGet /price_tiers/{priceTierId}/versionsRetrieve the versions associated to the price tier
HasManyApiGETPriceVolumeTierIdAttachmentsGet /price_volume_tiers/{priceVolumeTierId}/attachmentsRetrieve the attachments associated to the price volume tier
HasManyApiGETPriceVolumeTierIdEventsGet /price_volume_tiers/{priceVolumeTierId}/eventsRetrieve the events associated to the price volume tier
HasManyApiGETPriceVolumeTierIdVersionsGet /price_volume_tiers/{priceVolumeTierId}/versionsRetrieve the versions associated to the price volume tier
HasManyApiGETPromotionIdAttachmentsGet /promotions/{promotionId}/attachmentsRetrieve the attachments associated to the promotion
HasManyApiGETPromotionIdCouponsGet /promotions/{promotionId}/couponsRetrieve the coupons associated to the promotion
HasManyApiGETPromotionIdEventsGet /promotions/{promotionId}/eventsRetrieve the events associated to the promotion
HasManyApiGETPromotionIdTagsGet /promotions/{promotionId}/tagsRetrieve the tags associated to the promotion
HasManyApiGETPromotionIdVersionsGet /promotions/{promotionId}/versionsRetrieve the versions associated to the promotion
HasManyApiGETPromotionRuleIdVersionsGet /promotion_rules/{promotionRuleId}/versionsRetrieve the versions associated to the promotion rule
HasManyApiGETRecurringOrderCopyIdEventsGet /recurring_order_copies/{recurringOrderCopyId}/eventsRetrieve the events associated to the recurring order copy
HasManyApiGETRefundIdAttachmentsGet /refunds/{refundId}/attachmentsRetrieve the attachments associated to the refund
HasManyApiGETRefundIdEventsGet /refunds/{refundId}/eventsRetrieve the events associated to the refund
HasManyApiGETRefundIdVersionsGet /refunds/{refundId}/versionsRetrieve the versions associated to the refund
HasManyApiGETReservedStockIdStockReservationsGet /reserved_stocks/{reservedStockId}/stock_reservationsRetrieve the stock reservations associated to the reserved stock
HasManyApiGETReservedStockIdVersionsGet /reserved_stocks/{reservedStockId}/versionsRetrieve the versions associated to the reserved stock
HasManyApiGETReturnIdAttachmentsGet /returns/{returnId}/attachmentsRetrieve the attachments associated to the return
HasManyApiGETReturnIdEventsGet /returns/{returnId}/eventsRetrieve the events associated to the return
HasManyApiGETReturnIdResourceErrorsGet /returns/{returnId}/resource_errorsRetrieve the resource errors associated to the return
HasManyApiGETReturnIdReturnLineItemsGet /returns/{returnId}/return_line_itemsRetrieve the return line items associated to the return
HasManyApiGETReturnIdTagsGet /returns/{returnId}/tagsRetrieve the tags associated to the return
HasManyApiGETReturnIdVersionsGet /returns/{returnId}/versionsRetrieve the versions associated to the return
HasManyApiGETSatispayGatewayIdPaymentMethodsGet /satispay_gateways/{satispayGatewayId}/payment_methodsRetrieve the payment methods associated to the satispay gateway
HasManyApiGETSatispayGatewayIdSatispayPaymentsGet /satispay_gateways/{satispayGatewayId}/satispay_paymentsRetrieve the satispay payments associated to the satispay gateway
HasManyApiGETSatispayGatewayIdVersionsGet /satispay_gateways/{satispayGatewayId}/versionsRetrieve the versions associated to the satispay gateway
HasManyApiGETSatispayPaymentIdVersionsGet /satispay_payments/{satispayPaymentId}/versionsRetrieve the versions associated to the satispay payment
HasManyApiGETShipmentIdAttachmentsGet /shipments/{shipmentId}/attachmentsRetrieve the attachments associated to the shipment
HasManyApiGETShipmentIdAvailableShippingMethodsGet /shipments/{shipmentId}/available_shipping_methodsRetrieve the available shipping methods associated to the shipment
HasManyApiGETShipmentIdCarrierAccountsGet /shipments/{shipmentId}/carrier_accountsRetrieve the carrier accounts associated to the shipment
HasManyApiGETShipmentIdEventsGet /shipments/{shipmentId}/eventsRetrieve the events associated to the shipment
HasManyApiGETShipmentIdLineItemsGet /shipments/{shipmentId}/line_itemsRetrieve the line items associated to the shipment
HasManyApiGETShipmentIdParcelsGet /shipments/{shipmentId}/parcelsRetrieve the parcels associated to the shipment
HasManyApiGETShipmentIdStockLineItemsGet /shipments/{shipmentId}/stock_line_itemsRetrieve the stock line items associated to the shipment
HasManyApiGETShipmentIdStockTransfersGet /shipments/{shipmentId}/stock_transfersRetrieve the stock transfers associated to the shipment
HasManyApiGETShipmentIdTagsGet /shipments/{shipmentId}/tagsRetrieve the tags associated to the shipment
HasManyApiGETShipmentIdVersionsGet /shipments/{shipmentId}/versionsRetrieve the versions associated to the shipment
HasManyApiGETShippingCategoryIdAttachmentsGet /shipping_categories/{shippingCategoryId}/attachmentsRetrieve the attachments associated to the shipping category
HasManyApiGETShippingCategoryIdSkusGet /shipping_categories/{shippingCategoryId}/skusRetrieve the skus associated to the shipping category
HasManyApiGETShippingCategoryIdVersionsGet /shipping_categories/{shippingCategoryId}/versionsRetrieve the versions associated to the shipping category
HasManyApiGETShippingMethodIdAttachmentsGet /shipping_methods/{shippingMethodId}/attachmentsRetrieve the attachments associated to the shipping method
HasManyApiGETShippingMethodIdShippingMethodTiersGet /shipping_methods/{shippingMethodId}/shipping_method_tiersRetrieve the shipping method tiers associated to the shipping method
HasManyApiGETShippingMethodIdShippingWeightTiersGet /shipping_methods/{shippingMethodId}/shipping_weight_tiersRetrieve the shipping weight tiers associated to the shipping method
HasManyApiGETShippingMethodIdVersionsGet /shipping_methods/{shippingMethodId}/versionsRetrieve the versions associated to the shipping method
HasManyApiGETShippingMethodTierIdAttachmentsGet /shipping_method_tiers/{shippingMethodTierId}/attachmentsRetrieve the attachments associated to the shipping method tier
HasManyApiGETShippingMethodTierIdVersionsGet /shipping_method_tiers/{shippingMethodTierId}/versionsRetrieve the versions associated to the shipping method tier
HasManyApiGETShippingWeightTierIdAttachmentsGet /shipping_weight_tiers/{shippingWeightTierId}/attachmentsRetrieve the attachments associated to the shipping weight tier
HasManyApiGETShippingWeightTierIdVersionsGet /shipping_weight_tiers/{shippingWeightTierId}/versionsRetrieve the versions associated to the shipping weight tier
HasManyApiGETShippingZoneIdAttachmentsGet /shipping_zones/{shippingZoneId}/attachmentsRetrieve the attachments associated to the shipping zone
HasManyApiGETShippingZoneIdVersionsGet /shipping_zones/{shippingZoneId}/versionsRetrieve the versions associated to the shipping zone
HasManyApiGETSkuIdAttachmentsGet /skus/{skuId}/attachmentsRetrieve the attachments associated to the SKU
HasManyApiGETSkuIdDeliveryLeadTimesGet /skus/{skuId}/delivery_lead_timesRetrieve the delivery lead times associated to the SKU
HasManyApiGETSkuIdEventsGet /skus/{skuId}/eventsRetrieve the events associated to the SKU
HasManyApiGETSkuIdJwtMarketsGet /skus/{skuId}/jwt_marketsRetrieve the jwt markets associated to the SKU
HasManyApiGETSkuIdJwtStockLocationsGet /skus/{skuId}/jwt_stock_locationsRetrieve the jwt stock locations associated to the SKU
HasManyApiGETSkuIdLinksGet /skus/{skuId}/linksRetrieve the links associated to the SKU
HasManyApiGETSkuIdPricesGet /skus/{skuId}/pricesRetrieve the prices associated to the SKU
HasManyApiGETSkuIdSkuListItemsGet /skus/{skuId}/sku_list_itemsRetrieve the sku list items associated to the SKU
HasManyApiGETSkuIdSkuListsGet /skus/{skuId}/sku_listsRetrieve the sku lists associated to the SKU
HasManyApiGETSkuIdSkuOptionsGet /skus/{skuId}/sku_optionsRetrieve the sku options associated to the SKU
HasManyApiGETSkuIdStockItemsGet /skus/{skuId}/stock_itemsRetrieve the stock items associated to the SKU
HasManyApiGETSkuIdStockReservationsGet /skus/{skuId}/stock_reservationsRetrieve the stock reservations associated to the SKU
HasManyApiGETSkuIdTagsGet /skus/{skuId}/tagsRetrieve the tags associated to the SKU
HasManyApiGETSkuIdVersionsGet /skus/{skuId}/versionsRetrieve the versions associated to the SKU
HasManyApiGETSkuListIdAttachmentsGet /sku_lists/{skuListId}/attachmentsRetrieve the attachments associated to the SKU list
HasManyApiGETSkuListIdBundlesGet /sku_lists/{skuListId}/bundlesRetrieve the bundles associated to the SKU list
HasManyApiGETSkuListIdLinksGet /sku_lists/{skuListId}/linksRetrieve the links associated to the SKU list
HasManyApiGETSkuListIdSkuListItemsGet /sku_lists/{skuListId}/sku_list_itemsRetrieve the sku list items associated to the SKU list
HasManyApiGETSkuListIdSkusGet /sku_lists/{skuListId}/skusRetrieve the skus associated to the SKU list
HasManyApiGETSkuListIdVersionsGet /sku_lists/{skuListId}/versionsRetrieve the versions associated to the SKU list
HasManyApiGETSkuListItemIdVersionsGet /sku_list_items/{skuListItemId}/versionsRetrieve the versions associated to the SKU list item
HasManyApiGETSkuListPromotionRuleIdSkusGet /sku_list_promotion_rules/{skuListPromotionRuleId}/skusRetrieve the skus associated to the SKU list promotion rule
HasManyApiGETSkuListPromotionRuleIdVersionsGet /sku_list_promotion_rules/{skuListPromotionRuleId}/versionsRetrieve the versions associated to the SKU list promotion rule
HasManyApiGETSkuOptionIdAttachmentsGet /sku_options/{skuOptionId}/attachmentsRetrieve the attachments associated to the SKU option
HasManyApiGETSkuOptionIdEventsGet /sku_options/{skuOptionId}/eventsRetrieve the events associated to the SKU option
HasManyApiGETSkuOptionIdTagsGet /sku_options/{skuOptionId}/tagsRetrieve the tags associated to the SKU option
HasManyApiGETSkuOptionIdVersionsGet /sku_options/{skuOptionId}/versionsRetrieve the versions associated to the SKU option
HasManyApiGETStockItemIdAttachmentsGet /stock_items/{stockItemId}/attachmentsRetrieve the attachments associated to the stock item
HasManyApiGETStockItemIdStockReservationsGet /stock_items/{stockItemId}/stock_reservationsRetrieve the stock reservations associated to the stock item
HasManyApiGETStockItemIdVersionsGet /stock_items/{stockItemId}/versionsRetrieve the versions associated to the stock item
HasManyApiGETStockLineItemIdVersionsGet /stock_line_items/{stockLineItemId}/versionsRetrieve the versions associated to the stock line item
HasManyApiGETStockLocationIdAttachmentsGet /stock_locations/{stockLocationId}/attachmentsRetrieve the attachments associated to the stock location
HasManyApiGETStockLocationIdInventoryReturnLocationsGet /stock_locations/{stockLocationId}/inventory_return_locationsRetrieve the inventory return locations associated to the stock location
HasManyApiGETStockLocationIdInventoryStockLocationsGet /stock_locations/{stockLocationId}/inventory_stock_locationsRetrieve the inventory stock locations associated to the stock location
HasManyApiGETStockLocationIdStockItemsGet /stock_locations/{stockLocationId}/stock_itemsRetrieve the stock items associated to the stock location
HasManyApiGETStockLocationIdStockTransfersGet /stock_locations/{stockLocationId}/stock_transfersRetrieve the stock transfers associated to the stock location
HasManyApiGETStockLocationIdStoresGet /stock_locations/{stockLocationId}/storesRetrieve the stores associated to the stock location
HasManyApiGETStockLocationIdVersionsGet /stock_locations/{stockLocationId}/versionsRetrieve the versions associated to the stock location
HasManyApiGETStockTransferIdAttachmentsGet /stock_transfers/{stockTransferId}/attachmentsRetrieve the attachments associated to the stock transfer
HasManyApiGETStockTransferIdEventsGet /stock_transfers/{stockTransferId}/eventsRetrieve the events associated to the stock transfer
HasManyApiGETStockTransferIdVersionsGet /stock_transfers/{stockTransferId}/versionsRetrieve the versions associated to the stock transfer
HasManyApiGETStoreIdEventsGet /stores/{storeId}/eventsRetrieve the events associated to the store
HasManyApiGETStoreIdOrdersGet /stores/{storeId}/ordersRetrieve the orders associated to the store
HasManyApiGETStoreIdPaymentMethodsGet /stores/{storeId}/payment_methodsRetrieve the payment methods associated to the store
HasManyApiGETStoreIdVersionsGet /stores/{storeId}/versionsRetrieve the versions associated to the store
HasManyApiGETStripeGatewayIdPaymentMethodsGet /stripe_gateways/{stripeGatewayId}/payment_methodsRetrieve the payment methods associated to the stripe gateway
HasManyApiGETStripeGatewayIdStripePaymentsGet /stripe_gateways/{stripeGatewayId}/stripe_paymentsRetrieve the stripe payments associated to the stripe gateway
HasManyApiGETStripeGatewayIdVersionsGet /stripe_gateways/{stripeGatewayId}/versionsRetrieve the versions associated to the stripe gateway
HasManyApiGETStripePaymentIdVersionsGet /stripe_payments/{stripePaymentId}/versionsRetrieve the versions associated to the stripe payment
HasManyApiGETSubscriptionModelIdAttachmentsGet /subscription_models/{subscriptionModelId}/attachmentsRetrieve the attachments associated to the subscription model
HasManyApiGETSubscriptionModelIdMarketsGet /subscription_models/{subscriptionModelId}/marketsRetrieve the markets associated to the subscription model
HasManyApiGETSubscriptionModelIdOrderSubscriptionsGet /subscription_models/{subscriptionModelId}/order_subscriptionsRetrieve the order subscriptions associated to the subscription model
HasManyApiGETTaxCalculatorIdAttachmentsGet /tax_calculators/{taxCalculatorId}/attachmentsRetrieve the attachments associated to the tax calculator
HasManyApiGETTaxCalculatorIdMarketsGet /tax_calculators/{taxCalculatorId}/marketsRetrieve the markets associated to the tax calculator
HasManyApiGETTaxCalculatorIdVersionsGet /tax_calculators/{taxCalculatorId}/versionsRetrieve the versions associated to the tax calculator
HasManyApiGETTaxCategoryIdAttachmentsGet /tax_categories/{taxCategoryId}/attachmentsRetrieve the attachments associated to the tax category
HasManyApiGETTaxCategoryIdVersionsGet /tax_categories/{taxCategoryId}/versionsRetrieve the versions associated to the tax category
HasManyApiGETTaxRuleIdVersionsGet /tax_rules/{taxRuleId}/versionsRetrieve the versions associated to the tax rule
HasManyApiGETTaxjarAccountIdAttachmentsGet /taxjar_accounts/{taxjarAccountId}/attachmentsRetrieve the attachments associated to the taxjar account
HasManyApiGETTaxjarAccountIdMarketsGet /taxjar_accounts/{taxjarAccountId}/marketsRetrieve the markets associated to the taxjar account
HasManyApiGETTaxjarAccountIdTaxCategoriesGet /taxjar_accounts/{taxjarAccountId}/tax_categoriesRetrieve the tax categories associated to the taxjar account
HasManyApiGETTaxjarAccountIdVersionsGet /taxjar_accounts/{taxjarAccountId}/versionsRetrieve the versions associated to the taxjar account
HasManyApiGETTransactionIdAttachmentsGet /transactions/{transactionId}/attachmentsRetrieve the attachments associated to the transaction
HasManyApiGETTransactionIdEventsGet /transactions/{transactionId}/eventsRetrieve the events associated to the transaction
HasManyApiGETTransactionIdVersionsGet /transactions/{transactionId}/versionsRetrieve the versions associated to the transaction
HasManyApiGETVoidIdAttachmentsGet /voids/{voidId}/attachmentsRetrieve the attachments associated to the void
HasManyApiGETVoidIdEventsGet /voids/{voidId}/eventsRetrieve the events associated to the void
HasManyApiGETVoidIdVersionsGet /voids/{voidId}/versionsRetrieve the versions associated to the void
HasManyApiGETWebhookIdLastEventCallbacksGet /webhooks/{webhookId}/last_event_callbacksRetrieve the last event callbacks associated to the webhook
HasManyApiGETWebhookIdVersionsGet /webhooks/{webhookId}/versionsRetrieve the versions associated to the webhook
HasManyApiGETWireTransferIdVersionsGet /wire_transfers/{wireTransferId}/versionsRetrieve the versions associated to the wire transfer
HasOneApiGETAddressIdGeocoderGet /addresses/{addressId}/geocoderRetrieve the geocoder associated to the address
HasOneApiGETAdyenPaymentIdOrderGet /adyen_payments/{adyenPaymentId}/orderRetrieve the order associated to the adyen payment
HasOneApiGETAdyenPaymentIdPaymentGatewayGet /adyen_payments/{adyenPaymentId}/payment_gatewayRetrieve the payment gateway associated to the adyen payment
HasOneApiGETAuthorizationIdOrderGet /authorizations/{authorizationId}/orderRetrieve the order associated to the authorization
HasOneApiGETAxervePaymentIdOrderGet /axerve_payments/{axervePaymentId}/orderRetrieve the order associated to the axerve payment
HasOneApiGETAxervePaymentIdPaymentGatewayGet /axerve_payments/{axervePaymentId}/payment_gatewayRetrieve the payment gateway associated to the axerve payment
HasOneApiGETBraintreePaymentIdOrderGet /braintree_payments/{braintreePaymentId}/orderRetrieve the order associated to the braintree payment
HasOneApiGETBraintreePaymentIdPaymentGatewayGet /braintree_payments/{braintreePaymentId}/payment_gatewayRetrieve the payment gateway associated to the braintree payment
HasOneApiGETBundleIdMarketGet /bundles/{bundleId}/marketRetrieve the market associated to the bundle
HasOneApiGETBundleIdSkuListGet /bundles/{bundleId}/sku_listRetrieve the sku list associated to the bundle
HasOneApiGETBuyXPayYPromotionIdCouponCodesPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the buy x pay y promotion
HasOneApiGETBuyXPayYPromotionIdCustomPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the buy x pay y promotion
HasOneApiGETBuyXPayYPromotionIdMarketGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/marketRetrieve the market associated to the buy x pay y promotion
HasOneApiGETBuyXPayYPromotionIdOrderAmountPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the buy x pay y promotion
HasOneApiGETBuyXPayYPromotionIdSkuListGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_listRetrieve the sku list associated to the buy x pay y promotion
HasOneApiGETBuyXPayYPromotionIdSkuListPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the buy x pay y promotion
HasOneApiGETCaptureIdOrderGet /captures/{captureId}/orderRetrieve the order associated to the capture
HasOneApiGETCaptureIdReferenceAuthorizationGet /captures/{captureId}/reference_authorizationRetrieve the reference authorization associated to the capture
HasOneApiGETCaptureIdReturnGet /captures/{captureId}/returnRetrieve the return associated to the capture
HasOneApiGETCarrierAccountIdMarketGet /carrier_accounts/{carrierAccountId}/marketRetrieve the market associated to the carrier account
HasOneApiGETCheckoutComPaymentIdOrderGet /checkout_com_payments/{checkoutComPaymentId}/orderRetrieve the order associated to the checkout.com payment
HasOneApiGETCheckoutComPaymentIdPaymentGatewayGet /checkout_com_payments/{checkoutComPaymentId}/payment_gatewayRetrieve the payment gateway associated to the checkout.com payment
HasOneApiGETCouponIdCouponRecipientGet /coupons/{couponId}/coupon_recipientRetrieve the coupon recipient associated to the coupon
HasOneApiGETCouponIdPromotionRuleGet /coupons/{couponId}/promotion_ruleRetrieve the promotion rule associated to the coupon
HasOneApiGETCouponRecipientIdCustomerGet /coupon_recipients/{couponRecipientId}/customerRetrieve the customer associated to the coupon recipient
HasOneApiGETCustomerAddressIdAddressGet /customer_addresses/{customerAddressId}/addressRetrieve the address associated to the customer address
HasOneApiGETCustomerAddressIdCustomerGet /customer_addresses/{customerAddressId}/customerRetrieve the customer associated to the customer address
HasOneApiGETCustomerIdCustomerGroupGet /customers/{customerId}/customer_groupRetrieve the customer group associated to the customer
HasOneApiGETCustomerPasswordResetIdCustomerGet /customer_password_resets/{customerPasswordResetId}/customerRetrieve the customer associated to the customer password reset
HasOneApiGETCustomerPaymentSourceIdCustomerGet /customer_payment_sources/{customerPaymentSourceId}/customerRetrieve the customer associated to the customer payment source
HasOneApiGETCustomerPaymentSourceIdPaymentMethodGet /customer_payment_sources/{customerPaymentSourceId}/payment_methodRetrieve the payment method associated to the customer payment source
HasOneApiGETCustomerSubscriptionIdCustomerGet /customer_subscriptions/{customerSubscriptionId}/customerRetrieve the customer associated to the customer subscription
HasOneApiGETDeliveryLeadTimeIdShippingMethodGet /delivery_lead_times/{deliveryLeadTimeId}/shipping_methodRetrieve the shipping method associated to the delivery lead time
HasOneApiGETDeliveryLeadTimeIdStockLocationGet /delivery_lead_times/{deliveryLeadTimeId}/stock_locationRetrieve the stock location associated to the delivery lead time
HasOneApiGETEventCallbackIdWebhookGet /event_callbacks/{eventCallbackId}/webhookRetrieve the webhook associated to the event callback
HasOneApiGETExternalPaymentIdOrderGet /external_payments/{externalPaymentId}/orderRetrieve the order associated to the external payment
HasOneApiGETExternalPaymentIdPaymentGatewayGet /external_payments/{externalPaymentId}/payment_gatewayRetrieve the payment gateway associated to the external payment
HasOneApiGETExternalPaymentIdWalletGet /external_payments/{externalPaymentId}/walletRetrieve the wallet associated to the external payment
HasOneApiGETExternalPromotionIdCouponCodesPromotionRuleGet /external_promotions/{externalPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the external promotion
HasOneApiGETExternalPromotionIdCustomPromotionRuleGet /external_promotions/{externalPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the external promotion
HasOneApiGETExternalPromotionIdMarketGet /external_promotions/{externalPromotionId}/marketRetrieve the market associated to the external promotion
HasOneApiGETExternalPromotionIdOrderAmountPromotionRuleGet /external_promotions/{externalPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the external promotion
HasOneApiGETExternalPromotionIdSkuListGet /external_promotions/{externalPromotionId}/sku_listRetrieve the sku list associated to the external promotion
HasOneApiGETExternalPromotionIdSkuListPromotionRuleGet /external_promotions/{externalPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the external promotion
HasOneApiGETFixedAmountPromotionIdCouponCodesPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the fixed amount promotion
HasOneApiGETFixedAmountPromotionIdCustomPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the fixed amount promotion
HasOneApiGETFixedAmountPromotionIdMarketGet /fixed_amount_promotions/{fixedAmountPromotionId}/marketRetrieve the market associated to the fixed amount promotion
HasOneApiGETFixedAmountPromotionIdOrderAmountPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the fixed amount promotion
HasOneApiGETFixedAmountPromotionIdSkuListGet /fixed_amount_promotions/{fixedAmountPromotionId}/sku_listRetrieve the sku list associated to the fixed amount promotion
HasOneApiGETFixedAmountPromotionIdSkuListPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the fixed amount promotion
HasOneApiGETFixedPricePromotionIdCouponCodesPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the fixed price promotion
HasOneApiGETFixedPricePromotionIdCustomPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the fixed price promotion
HasOneApiGETFixedPricePromotionIdMarketGet /fixed_price_promotions/{fixedPricePromotionId}/marketRetrieve the market associated to the fixed price promotion
HasOneApiGETFixedPricePromotionIdOrderAmountPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the fixed price promotion
HasOneApiGETFixedPricePromotionIdSkuListGet /fixed_price_promotions/{fixedPricePromotionId}/sku_listRetrieve the sku list associated to the fixed price promotion
HasOneApiGETFixedPricePromotionIdSkuListPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the fixed price promotion
HasOneApiGETFlexPromotionIdCouponCodesPromotionRuleGet /flex_promotions/{flexPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the flex promotion
HasOneApiGETFreeGiftPromotionIdCouponCodesPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the free gift promotion
HasOneApiGETFreeGiftPromotionIdCustomPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the free gift promotion
HasOneApiGETFreeGiftPromotionIdMarketGet /free_gift_promotions/{freeGiftPromotionId}/marketRetrieve the market associated to the free gift promotion
HasOneApiGETFreeGiftPromotionIdOrderAmountPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the free gift promotion
HasOneApiGETFreeGiftPromotionIdSkuListGet /free_gift_promotions/{freeGiftPromotionId}/sku_listRetrieve the sku list associated to the free gift promotion
HasOneApiGETFreeGiftPromotionIdSkuListPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the free gift promotion
HasOneApiGETFreeShippingPromotionIdCouponCodesPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the free shipping promotion
HasOneApiGETFreeShippingPromotionIdCustomPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the free shipping promotion
HasOneApiGETFreeShippingPromotionIdMarketGet /free_shipping_promotions/{freeShippingPromotionId}/marketRetrieve the market associated to the free shipping promotion
HasOneApiGETFreeShippingPromotionIdOrderAmountPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the free shipping promotion
HasOneApiGETFreeShippingPromotionIdSkuListGet /free_shipping_promotions/{freeShippingPromotionId}/sku_listRetrieve the sku list associated to the free shipping promotion
HasOneApiGETFreeShippingPromotionIdSkuListPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the free shipping promotion
HasOneApiGETGiftCardIdGiftCardRecipientGet /gift_cards/{giftCardId}/gift_card_recipientRetrieve the gift card recipient associated to the gift card
HasOneApiGETGiftCardIdMarketGet /gift_cards/{giftCardId}/marketRetrieve the market associated to the gift card
HasOneApiGETGiftCardRecipientIdCustomerGet /gift_card_recipients/{giftCardRecipientId}/customerRetrieve the customer associated to the gift card recipient
HasOneApiGETInStockSubscriptionIdCustomerGet /in_stock_subscriptions/{inStockSubscriptionId}/customerRetrieve the customer associated to the in stock subscription
HasOneApiGETInStockSubscriptionIdMarketGet /in_stock_subscriptions/{inStockSubscriptionId}/marketRetrieve the market associated to the in stock subscription
HasOneApiGETInStockSubscriptionIdSkuGet /in_stock_subscriptions/{inStockSubscriptionId}/skuRetrieve the sku associated to the in stock subscription
HasOneApiGETInventoryReturnLocationIdInventoryModelGet /inventory_return_locations/{inventoryReturnLocationId}/inventory_modelRetrieve the inventory model associated to the inventory return location
HasOneApiGETInventoryReturnLocationIdStockLocationGet /inventory_return_locations/{inventoryReturnLocationId}/stock_locationRetrieve the stock location associated to the inventory return location
HasOneApiGETInventoryStockLocationIdInventoryModelGet /inventory_stock_locations/{inventoryStockLocationId}/inventory_modelRetrieve the inventory model associated to the inventory stock location
HasOneApiGETInventoryStockLocationIdStockLocationGet /inventory_stock_locations/{inventoryStockLocationId}/stock_locationRetrieve the stock location associated to the inventory stock location
HasOneApiGETKlarnaPaymentIdOrderGet /klarna_payments/{klarnaPaymentId}/orderRetrieve the order associated to the klarna payment
HasOneApiGETKlarnaPaymentIdPaymentGatewayGet /klarna_payments/{klarnaPaymentId}/payment_gatewayRetrieve the payment gateway associated to the klarna payment
HasOneApiGETLineItemIdOrderGet /line_items/{lineItemId}/orderRetrieve the order associated to the line item
HasOneApiGETLineItemOptionIdLineItemGet /line_item_options/{lineItemOptionId}/line_itemRetrieve the line item associated to the line item option
HasOneApiGETLineItemOptionIdSkuOptionGet /line_item_options/{lineItemOptionId}/sku_optionRetrieve the sku option associated to the line item option
HasOneApiGETMarketIdBasePriceListGet /markets/{marketId}/base_price_listRetrieve the base price list associated to the market
HasOneApiGETMarketIdCustomerGroupGet /markets/{marketId}/customer_groupRetrieve the customer group associated to the market
HasOneApiGETMarketIdGeocoderGet /markets/{marketId}/geocoderRetrieve the geocoder associated to the market
HasOneApiGETMarketIdInventoryModelGet /markets/{marketId}/inventory_modelRetrieve the inventory model associated to the market
HasOneApiGETMarketIdMerchantGet /markets/{marketId}/merchantRetrieve the merchant associated to the market
HasOneApiGETMarketIdPriceListGet /markets/{marketId}/price_listRetrieve the price list associated to the market
HasOneApiGETMarketIdSubscriptionModelGet /markets/{marketId}/subscription_modelRetrieve the subscription model associated to the market
HasOneApiGETMarketIdTaxCalculatorGet /markets/{marketId}/tax_calculatorRetrieve the tax calculator associated to the market
HasOneApiGETMerchantIdAddressGet /merchants/{merchantId}/addressRetrieve the address associated to the merchant
HasOneApiGETOrderCopyIdOrderSubscriptionGet /order_copies/{orderCopyId}/order_subscriptionRetrieve the order subscription associated to the order copy
HasOneApiGETOrderCopyIdSourceOrderGet /order_copies/{orderCopyId}/source_orderRetrieve the source order associated to the order copy
HasOneApiGETOrderCopyIdTargetOrderGet /order_copies/{orderCopyId}/target_orderRetrieve the target order associated to the order copy
HasOneApiGETOrderFactoryIdSourceOrderGet /order_factories/{orderFactoryId}/source_orderRetrieve the source order associated to the order factory
HasOneApiGETOrderFactoryIdTargetOrderGet /order_factories/{orderFactoryId}/target_orderRetrieve the target order associated to the order factory
HasOneApiGETOrderIdBillingAddressGet /orders/{orderId}/billing_addressRetrieve the billing address associated to the order
HasOneApiGETOrderIdCustomerGet /orders/{orderId}/customerRetrieve the customer associated to the order
HasOneApiGETOrderIdMarketGet /orders/{orderId}/marketRetrieve the market associated to the order
HasOneApiGETOrderIdOrderSubscriptionGet /orders/{orderId}/order_subscriptionRetrieve the order subscription associated to the order
HasOneApiGETOrderIdPaymentMethodGet /orders/{orderId}/payment_methodRetrieve the payment method associated to the order
HasOneApiGETOrderIdShippingAddressGet /orders/{orderId}/shipping_addressRetrieve the shipping address associated to the order
HasOneApiGETOrderIdStoreGet /orders/{orderId}/storeRetrieve the store associated to the order
HasOneApiGETOrderSubscriptionIdCustomerGet /order_subscriptions/{orderSubscriptionId}/customerRetrieve the customer associated to the order subscription
HasOneApiGETOrderSubscriptionIdCustomerPaymentSourceGet /order_subscriptions/{orderSubscriptionId}/customer_payment_sourceRetrieve the customer payment source associated to the order subscription
HasOneApiGETOrderSubscriptionIdMarketGet /order_subscriptions/{orderSubscriptionId}/marketRetrieve the market associated to the order subscription
HasOneApiGETOrderSubscriptionIdSourceOrderGet /order_subscriptions/{orderSubscriptionId}/source_orderRetrieve the source order associated to the order subscription
HasOneApiGETOrderSubscriptionIdSubscriptionModelGet /order_subscriptions/{orderSubscriptionId}/subscription_modelRetrieve the subscription model associated to the order subscription
HasOneApiGETOrderSubscriptionItemIdOrderSubscriptionGet /order_subscription_items/{orderSubscriptionItemId}/order_subscriptionRetrieve the order subscription associated to the order subscription item
HasOneApiGETOrderSubscriptionItemIdSourceLineItemGet /order_subscription_items/{orderSubscriptionItemId}/source_line_itemRetrieve the source line item associated to the order subscription item
HasOneApiGETPackageIdStockLocationGet /packages/{packageId}/stock_locationRetrieve the stock location associated to the package
HasOneApiGETParcelIdPackageGet /parcels/{parcelId}/packageRetrieve the package associated to the parcel
HasOneApiGETParcelIdShipmentGet /parcels/{parcelId}/shipmentRetrieve the shipment associated to the parcel
HasOneApiGETParcelLineItemIdParcelGet /parcel_line_items/{parcelLineItemId}/parcelRetrieve the parcel associated to the parcel line item
HasOneApiGETParcelLineItemIdStockLineItemGet /parcel_line_items/{parcelLineItemId}/stock_line_itemRetrieve the stock line item associated to the parcel line item
HasOneApiGETPaymentMethodIdMarketGet /payment_methods/{paymentMethodId}/marketRetrieve the market associated to the payment method
HasOneApiGETPaymentMethodIdPaymentGatewayGet /payment_methods/{paymentMethodId}/payment_gatewayRetrieve the payment gateway associated to the payment method
HasOneApiGETPaymentMethodIdStoreGet /payment_methods/{paymentMethodId}/storeRetrieve the store associated to the payment method
HasOneApiGETPaymentOptionIdOrderGet /payment_options/{paymentOptionId}/orderRetrieve the order associated to the payment option
HasOneApiGETPaypalPaymentIdOrderGet /paypal_payments/{paypalPaymentId}/orderRetrieve the order associated to the paypal payment
HasOneApiGETPaypalPaymentIdPaymentGatewayGet /paypal_payments/{paypalPaymentId}/payment_gatewayRetrieve the payment gateway associated to the paypal payment
HasOneApiGETPercentageDiscountPromotionIdCouponCodesPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the percentage discount promotion
HasOneApiGETPercentageDiscountPromotionIdCustomPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the percentage discount promotion
HasOneApiGETPercentageDiscountPromotionIdMarketGet /percentage_discount_promotions/{percentageDiscountPromotionId}/marketRetrieve the market associated to the percentage discount promotion
HasOneApiGETPercentageDiscountPromotionIdOrderAmountPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the percentage discount promotion
HasOneApiGETPercentageDiscountPromotionIdSkuListGet /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_listRetrieve the sku list associated to the percentage discount promotion
HasOneApiGETPercentageDiscountPromotionIdSkuListPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the percentage discount promotion
HasOneApiGETPriceFrequencyTierIdPriceGet /price_frequency_tiers/{priceFrequencyTierId}/priceRetrieve the price associated to the price frequency tier
HasOneApiGETPriceIdJwtCustomerGet /prices/{priceId}/jwt_customerRetrieve the jwt customer associated to the price
HasOneApiGETPriceIdPriceListGet /prices/{priceId}/price_listRetrieve the price list associated to the price
HasOneApiGETPriceIdSkuGet /prices/{priceId}/skuRetrieve the sku associated to the price
HasOneApiGETPriceListSchedulerIdMarketGet /price_list_schedulers/{priceListSchedulerId}/marketRetrieve the market associated to the price list scheduler
HasOneApiGETPriceListSchedulerIdPriceListGet /price_list_schedulers/{priceListSchedulerId}/price_listRetrieve the price list associated to the price list scheduler
HasOneApiGETPriceTierIdPriceGet /price_tiers/{priceTierId}/priceRetrieve the price associated to the price tier
HasOneApiGETPriceVolumeTierIdPriceGet /price_volume_tiers/{priceVolumeTierId}/priceRetrieve the price associated to the price volume tier
HasOneApiGETPromotionIdCouponCodesPromotionRuleGet /promotions/{promotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes promotion rule associated to the promotion
HasOneApiGETPromotionIdCustomPromotionRuleGet /promotions/{promotionId}/custom_promotion_ruleRetrieve the custom promotion rule associated to the promotion
HasOneApiGETPromotionIdMarketGet /promotions/{promotionId}/marketRetrieve the market associated to the promotion
HasOneApiGETPromotionIdOrderAmountPromotionRuleGet /promotions/{promotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the promotion
HasOneApiGETPromotionIdSkuListGet /promotions/{promotionId}/sku_listRetrieve the sku list associated to the promotion
HasOneApiGETPromotionIdSkuListPromotionRuleGet /promotions/{promotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the promotion
HasOneApiGETRecurringOrderCopyIdOrderSubscriptionGet /recurring_order_copies/{recurringOrderCopyId}/order_subscriptionRetrieve the order subscription associated to the recurring order copy
HasOneApiGETRecurringOrderCopyIdSourceOrderGet /recurring_order_copies/{recurringOrderCopyId}/source_orderRetrieve the source order associated to the recurring order copy
HasOneApiGETRecurringOrderCopyIdTargetOrderGet /recurring_order_copies/{recurringOrderCopyId}/target_orderRetrieve the target order associated to the recurring order copy
HasOneApiGETRefundIdOrderGet /refunds/{refundId}/orderRetrieve the order associated to the refund
HasOneApiGETRefundIdReferenceCaptureGet /refunds/{refundId}/reference_captureRetrieve the reference capture associated to the refund
HasOneApiGETRefundIdReturnGet /refunds/{refundId}/returnRetrieve the return associated to the refund
HasOneApiGETReservedStockIdSkuGet /reserved_stocks/{reservedStockId}/skuRetrieve the sku associated to the reserved stock
HasOneApiGETReservedStockIdStockItemGet /reserved_stocks/{reservedStockId}/stock_itemRetrieve the stock item associated to the reserved stock
HasOneApiGETReturnIdCustomerGet /returns/{returnId}/customerRetrieve the customer associated to the return
HasOneApiGETReturnIdDestinationAddressGet /returns/{returnId}/destination_addressRetrieve the destination address associated to the return
HasOneApiGETReturnIdOrderGet /returns/{returnId}/orderRetrieve the order associated to the return
HasOneApiGETReturnIdOriginAddressGet /returns/{returnId}/origin_addressRetrieve the origin address associated to the return
HasOneApiGETReturnIdReferenceCaptureGet /returns/{returnId}/reference_captureRetrieve the reference capture associated to the return
HasOneApiGETReturnIdReferenceRefundGet /returns/{returnId}/reference_refundRetrieve the reference refund associated to the return
HasOneApiGETReturnIdStockLocationGet /returns/{returnId}/stock_locationRetrieve the stock location associated to the return
HasOneApiGETReturnLineItemIdLineItemGet /return_line_items/{returnLineItemId}/line_itemRetrieve the line item associated to the return line item
HasOneApiGETReturnLineItemIdReturnGet /return_line_items/{returnLineItemId}/returnRetrieve the return associated to the return line item
HasOneApiGETSatispayPaymentIdOrderGet /satispay_payments/{satispayPaymentId}/orderRetrieve the order associated to the satispay payment
HasOneApiGETSatispayPaymentIdPaymentGatewayGet /satispay_payments/{satispayPaymentId}/payment_gatewayRetrieve the payment gateway associated to the satispay payment
HasOneApiGETShipmentIdDeliveryLeadTimeGet /shipments/{shipmentId}/delivery_lead_timeRetrieve the delivery lead time associated to the shipment
HasOneApiGETShipmentIdInventoryStockLocationGet /shipments/{shipmentId}/inventory_stock_locationRetrieve the inventory stock location associated to the shipment
HasOneApiGETShipmentIdOrderGet /shipments/{shipmentId}/orderRetrieve the order associated to the shipment
HasOneApiGETShipmentIdOriginAddressGet /shipments/{shipmentId}/origin_addressRetrieve the origin address associated to the shipment
HasOneApiGETShipmentIdShippingAddressGet /shipments/{shipmentId}/shipping_addressRetrieve the shipping address associated to the shipment
HasOneApiGETShipmentIdShippingCategoryGet /shipments/{shipmentId}/shipping_categoryRetrieve the shipping category associated to the shipment
HasOneApiGETShipmentIdShippingMethodGet /shipments/{shipmentId}/shipping_methodRetrieve the shipping method associated to the shipment
HasOneApiGETShipmentIdStockLocationGet /shipments/{shipmentId}/stock_locationRetrieve the stock location associated to the shipment
HasOneApiGETShippingMethodIdDeliveryLeadTimeForShipmentGet /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipmentRetrieve the delivery lead time for shipment associated to the shipping method
HasOneApiGETShippingMethodIdMarketGet /shipping_methods/{shippingMethodId}/marketRetrieve the market associated to the shipping method
HasOneApiGETShippingMethodIdShippingCategoryGet /shipping_methods/{shippingMethodId}/shipping_categoryRetrieve the shipping category associated to the shipping method
HasOneApiGETShippingMethodIdShippingZoneGet /shipping_methods/{shippingMethodId}/shipping_zoneRetrieve the shipping zone associated to the shipping method
HasOneApiGETShippingMethodIdStockLocationGet /shipping_methods/{shippingMethodId}/stock_locationRetrieve the stock location associated to the shipping method
HasOneApiGETShippingMethodTierIdShippingMethodGet /shipping_method_tiers/{shippingMethodTierId}/shipping_methodRetrieve the shipping method associated to the shipping method tier
HasOneApiGETShippingWeightTierIdShippingMethodGet /shipping_weight_tiers/{shippingWeightTierId}/shipping_methodRetrieve the shipping method associated to the shipping weight tier
HasOneApiGETSkuIdJwtCustomerGet /skus/{skuId}/jwt_customerRetrieve the jwt customer associated to the SKU
HasOneApiGETSkuIdShippingCategoryGet /skus/{skuId}/shipping_categoryRetrieve the shipping category associated to the SKU
HasOneApiGETSkuListIdCustomerGet /sku_lists/{skuListId}/customerRetrieve the customer associated to the SKU list
HasOneApiGETSkuListItemIdSkuGet /sku_list_items/{skuListItemId}/skuRetrieve the sku associated to the SKU list item
HasOneApiGETSkuListItemIdSkuListGet /sku_list_items/{skuListItemId}/sku_listRetrieve the sku list associated to the SKU list item
HasOneApiGETSkuListPromotionRuleIdSkuListGet /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_listRetrieve the sku list associated to the SKU list promotion rule
HasOneApiGETSkuOptionIdMarketGet /sku_options/{skuOptionId}/marketRetrieve the market associated to the SKU option
HasOneApiGETStockItemIdReservedStockGet /stock_items/{stockItemId}/reserved_stockRetrieve the reserved stock associated to the stock item
HasOneApiGETStockItemIdSkuGet /stock_items/{stockItemId}/skuRetrieve the sku associated to the stock item
HasOneApiGETStockItemIdStockLocationGet /stock_items/{stockItemId}/stock_locationRetrieve the stock location associated to the stock item
HasOneApiGETStockLineItemIdLineItemGet /stock_line_items/{stockLineItemId}/line_itemRetrieve the line item associated to the stock line item
HasOneApiGETStockLineItemIdShipmentGet /stock_line_items/{stockLineItemId}/shipmentRetrieve the shipment associated to the stock line item
HasOneApiGETStockLineItemIdSkuGet /stock_line_items/{stockLineItemId}/skuRetrieve the sku associated to the stock line item
HasOneApiGETStockLineItemIdStockItemGet /stock_line_items/{stockLineItemId}/stock_itemRetrieve the stock item associated to the stock line item
HasOneApiGETStockLineItemIdStockReservationGet /stock_line_items/{stockLineItemId}/stock_reservationRetrieve the stock reservation associated to the stock line item
HasOneApiGETStockLocationIdAddressGet /stock_locations/{stockLocationId}/addressRetrieve the address associated to the stock location
HasOneApiGETStockReservationIdLineItemGet /stock_reservations/{stockReservationId}/line_itemRetrieve the line item associated to the stock reservation
HasOneApiGETStockReservationIdOrderGet /stock_reservations/{stockReservationId}/orderRetrieve the order associated to the stock reservation
HasOneApiGETStockReservationIdReservedStockGet /stock_reservations/{stockReservationId}/reserved_stockRetrieve the reserved stock associated to the stock reservation
HasOneApiGETStockReservationIdSkuGet /stock_reservations/{stockReservationId}/skuRetrieve the sku associated to the stock reservation
HasOneApiGETStockReservationIdStockItemGet /stock_reservations/{stockReservationId}/stock_itemRetrieve the stock item associated to the stock reservation
HasOneApiGETStockReservationIdStockLineItemGet /stock_reservations/{stockReservationId}/stock_line_itemRetrieve the stock line item associated to the stock reservation
HasOneApiGETStockReservationIdStockTransferGet /stock_reservations/{stockReservationId}/stock_transferRetrieve the stock transfer associated to the stock reservation
HasOneApiGETStockTransferIdDestinationStockLocationGet /stock_transfers/{stockTransferId}/destination_stock_locationRetrieve the destination stock location associated to the stock transfer
HasOneApiGETStockTransferIdLineItemGet /stock_transfers/{stockTransferId}/line_itemRetrieve the line item associated to the stock transfer
HasOneApiGETStockTransferIdOriginStockLocationGet /stock_transfers/{stockTransferId}/origin_stock_locationRetrieve the origin stock location associated to the stock transfer
HasOneApiGETStockTransferIdShipmentGet /stock_transfers/{stockTransferId}/shipmentRetrieve the shipment associated to the stock transfer
HasOneApiGETStockTransferIdSkuGet /stock_transfers/{stockTransferId}/skuRetrieve the sku associated to the stock transfer
HasOneApiGETStockTransferIdStockReservationGet /stock_transfers/{stockTransferId}/stock_reservationRetrieve the stock reservation associated to the stock transfer
HasOneApiGETStoreIdMarketGet /stores/{storeId}/marketRetrieve the market associated to the store
HasOneApiGETStoreIdMerchantGet /stores/{storeId}/merchantRetrieve the merchant associated to the store
HasOneApiGETStoreIdStockLocationGet /stores/{storeId}/stock_locationRetrieve the stock location associated to the store
HasOneApiGETStripePaymentIdOrderGet /stripe_payments/{stripePaymentId}/orderRetrieve the order associated to the stripe payment
HasOneApiGETStripePaymentIdPaymentGatewayGet /stripe_payments/{stripePaymentId}/payment_gatewayRetrieve the payment gateway associated to the stripe payment
HasOneApiGETTaxCategoryIdSkuGet /tax_categories/{taxCategoryId}/skuRetrieve the sku associated to the tax category
HasOneApiGETTaxRuleIdManualTaxCalculatorGet /tax_rules/{taxRuleId}/manual_tax_calculatorRetrieve the manual tax calculator associated to the tax rule
HasOneApiGETTransactionIdOrderGet /transactions/{transactionId}/orderRetrieve the order associated to the transaction
HasOneApiGETVoidIdOrderGet /voids/{voidId}/orderRetrieve the order associated to the void
HasOneApiGETVoidIdReferenceAuthorizationGet /voids/{voidId}/reference_authorizationRetrieve the reference authorization associated to the void
HasOneApiGETWireTransferIdOrderGet /wire_transfers/{wireTransferId}/orderRetrieve the order associated to the wire transfer
ImportsApiDELETEImportsImportIdDelete /imports/{importId}Delete an import
ImportsApiGETImportsGet /importsList all imports
ImportsApiGETImportsImportIdGet /imports/{importId}Retrieve an import
ImportsApiPATCHImportsImportIdPatch /imports/{importId}Update an import
ImportsApiPOSTImportsPost /importsCreate an import
InStockSubscriptionsApiDELETEInStockSubscriptionsInStockSubscriptionIdDelete /in_stock_subscriptions/{inStockSubscriptionId}Delete an in stock subscription
InStockSubscriptionsApiGETInStockSubscriptionsGet /in_stock_subscriptionsList all in stock subscriptions
InStockSubscriptionsApiGETInStockSubscriptionsInStockSubscriptionIdGet /in_stock_subscriptions/{inStockSubscriptionId}Retrieve an in stock subscription
InStockSubscriptionsApiPATCHInStockSubscriptionsInStockSubscriptionIdPatch /in_stock_subscriptions/{inStockSubscriptionId}Update an in stock subscription
InStockSubscriptionsApiPOSTInStockSubscriptionsPost /in_stock_subscriptionsCreate an in stock subscription
InventoryModelsApiDELETEInventoryModelsInventoryModelIdDelete /inventory_models/{inventoryModelId}Delete an inventory model
InventoryModelsApiGETInventoryModelsGet /inventory_modelsList all inventory models
InventoryModelsApiGETInventoryModelsInventoryModelIdGet /inventory_models/{inventoryModelId}Retrieve an inventory model
InventoryModelsApiGETInventoryReturnLocationIdInventoryModelGet /inventory_return_locations/{inventoryReturnLocationId}/inventory_modelRetrieve the inventory model associated to the inventory return location
InventoryModelsApiGETInventoryStockLocationIdInventoryModelGet /inventory_stock_locations/{inventoryStockLocationId}/inventory_modelRetrieve the inventory model associated to the inventory stock location
InventoryModelsApiGETMarketIdInventoryModelGet /markets/{marketId}/inventory_modelRetrieve the inventory model associated to the market
InventoryModelsApiPATCHInventoryModelsInventoryModelIdPatch /inventory_models/{inventoryModelId}Update an inventory model
InventoryModelsApiPOSTInventoryModelsPost /inventory_modelsCreate an inventory model
InventoryReturnLocationsApiDELETEInventoryReturnLocationsInventoryReturnLocationIdDelete /inventory_return_locations/{inventoryReturnLocationId}Delete an inventory return location
InventoryReturnLocationsApiGETInventoryModelIdInventoryReturnLocationsGet /inventory_models/{inventoryModelId}/inventory_return_locationsRetrieve the inventory return locations associated to the inventory model
InventoryReturnLocationsApiGETInventoryReturnLocationsGet /inventory_return_locationsList all inventory return locations
InventoryReturnLocationsApiGETInventoryReturnLocationsInventoryReturnLocationIdGet /inventory_return_locations/{inventoryReturnLocationId}Retrieve an inventory return location
InventoryReturnLocationsApiGETStockLocationIdInventoryReturnLocationsGet /stock_locations/{stockLocationId}/inventory_return_locationsRetrieve the inventory return locations associated to the stock location
InventoryReturnLocationsApiPATCHInventoryReturnLocationsInventoryReturnLocationIdPatch /inventory_return_locations/{inventoryReturnLocationId}Update an inventory return location
InventoryReturnLocationsApiPOSTInventoryReturnLocationsPost /inventory_return_locationsCreate an inventory return location
InventoryStockLocationsApiDELETEInventoryStockLocationsInventoryStockLocationIdDelete /inventory_stock_locations/{inventoryStockLocationId}Delete an inventory stock location
InventoryStockLocationsApiGETInventoryModelIdInventoryStockLocationsGet /inventory_models/{inventoryModelId}/inventory_stock_locationsRetrieve the inventory stock locations associated to the inventory model
InventoryStockLocationsApiGETInventoryStockLocationsGet /inventory_stock_locationsList all inventory stock locations
InventoryStockLocationsApiGETInventoryStockLocationsInventoryStockLocationIdGet /inventory_stock_locations/{inventoryStockLocationId}Retrieve an inventory stock location
InventoryStockLocationsApiGETShipmentIdInventoryStockLocationGet /shipments/{shipmentId}/inventory_stock_locationRetrieve the inventory stock location associated to the shipment
InventoryStockLocationsApiGETStockLocationIdInventoryStockLocationsGet /stock_locations/{stockLocationId}/inventory_stock_locationsRetrieve the inventory stock locations associated to the stock location
InventoryStockLocationsApiPATCHInventoryStockLocationsInventoryStockLocationIdPatch /inventory_stock_locations/{inventoryStockLocationId}Update an inventory stock location
InventoryStockLocationsApiPOSTInventoryStockLocationsPost /inventory_stock_locationsCreate an inventory stock location
KlarnaGatewaysApiDELETEKlarnaGatewaysKlarnaGatewayIdDelete /klarna_gateways/{klarnaGatewayId}Delete a klarna gateway
KlarnaGatewaysApiGETKlarnaGatewaysGet /klarna_gatewaysList all klarna gateways
KlarnaGatewaysApiGETKlarnaGatewaysKlarnaGatewayIdGet /klarna_gateways/{klarnaGatewayId}Retrieve a klarna gateway
KlarnaGatewaysApiPATCHKlarnaGatewaysKlarnaGatewayIdPatch /klarna_gateways/{klarnaGatewayId}Update a klarna gateway
KlarnaGatewaysApiPOSTKlarnaGatewaysPost /klarna_gatewaysCreate a klarna gateway
KlarnaPaymentsApiDELETEKlarnaPaymentsKlarnaPaymentIdDelete /klarna_payments/{klarnaPaymentId}Delete a klarna payment
KlarnaPaymentsApiGETKlarnaGatewayIdKlarnaPaymentsGet /klarna_gateways/{klarnaGatewayId}/klarna_paymentsRetrieve the klarna payments associated to the klarna gateway
KlarnaPaymentsApiGETKlarnaPaymentsGet /klarna_paymentsList all klarna payments
KlarnaPaymentsApiGETKlarnaPaymentsKlarnaPaymentIdGet /klarna_payments/{klarnaPaymentId}Retrieve a klarna payment
KlarnaPaymentsApiPATCHKlarnaPaymentsKlarnaPaymentIdPatch /klarna_payments/{klarnaPaymentId}Update a klarna payment
KlarnaPaymentsApiPOSTKlarnaPaymentsPost /klarna_paymentsCreate a klarna payment
LineItemOptionsApiDELETELineItemOptionsLineItemOptionIdDelete /line_item_options/{lineItemOptionId}Delete a line item option
LineItemOptionsApiGETLineItemIdLineItemOptionsGet /line_items/{lineItemId}/line_item_optionsRetrieve the line item options associated to the line item
LineItemOptionsApiGETLineItemOptionsGet /line_item_optionsList all line item options
LineItemOptionsApiGETLineItemOptionsLineItemOptionIdGet /line_item_options/{lineItemOptionId}Retrieve a line item option
LineItemOptionsApiGETOrderIdLineItemOptionsGet /orders/{orderId}/line_item_optionsRetrieve the line item options associated to the order
LineItemOptionsApiPATCHLineItemOptionsLineItemOptionIdPatch /line_item_options/{lineItemOptionId}Update a line item option
LineItemOptionsApiPOSTLineItemOptionsPost /line_item_optionsCreate a line item option
LineItemsApiDELETELineItemsLineItemIdDelete /line_items/{lineItemId}Delete a line item
LineItemsApiGETLineItemOptionIdLineItemGet /line_item_options/{lineItemOptionId}/line_itemRetrieve the line item associated to the line item option
LineItemsApiGETLineItemsGet /line_itemsList all line items
LineItemsApiGETLineItemsLineItemIdGet /line_items/{lineItemId}Retrieve a line item
LineItemsApiGETOrderIdLineItemsGet /orders/{orderId}/line_itemsRetrieve the line items associated to the order
LineItemsApiGETOrderSubscriptionItemIdSourceLineItemGet /order_subscription_items/{orderSubscriptionItemId}/source_line_itemRetrieve the source line item associated to the order subscription item
LineItemsApiGETReturnLineItemIdLineItemGet /return_line_items/{returnLineItemId}/line_itemRetrieve the line item associated to the return line item
LineItemsApiGETShipmentIdLineItemsGet /shipments/{shipmentId}/line_itemsRetrieve the line items associated to the shipment
LineItemsApiGETStockLineItemIdLineItemGet /stock_line_items/{stockLineItemId}/line_itemRetrieve the line item associated to the stock line item
LineItemsApiGETStockReservationIdLineItemGet /stock_reservations/{stockReservationId}/line_itemRetrieve the line item associated to the stock reservation
LineItemsApiGETStockTransferIdLineItemGet /stock_transfers/{stockTransferId}/line_itemRetrieve the line item associated to the stock transfer
LineItemsApiPATCHLineItemsLineItemIdPatch /line_items/{lineItemId}Update a line item
LineItemsApiPOSTLineItemsPost /line_itemsCreate a line item
LinksApiDELETELinksLinkIdDelete /links/{linkId}Delete a link
LinksApiGETLinksGet /linksList all links
LinksApiGETLinksLinkIdGet /links/{linkId}Retrieve a link
LinksApiGETOrderIdLinksGet /orders/{orderId}/linksRetrieve the links associated to the order
LinksApiGETSkuIdLinksGet /skus/{skuId}/linksRetrieve the links associated to the SKU
LinksApiGETSkuListIdLinksGet /sku_lists/{skuListId}/linksRetrieve the links associated to the SKU list
LinksApiPATCHLinksLinkIdPatch /links/{linkId}Update a link
LinksApiPOSTLinksPost /linksCreate a link
ManualGatewaysApiDELETEManualGatewaysManualGatewayIdDelete /manual_gateways/{manualGatewayId}Delete a manual gateway
ManualGatewaysApiGETManualGatewaysGet /manual_gatewaysList all manual gateways
ManualGatewaysApiGETManualGatewaysManualGatewayIdGet /manual_gateways/{manualGatewayId}Retrieve a manual gateway
ManualGatewaysApiPATCHManualGatewaysManualGatewayIdPatch /manual_gateways/{manualGatewayId}Update a manual gateway
ManualGatewaysApiPOSTManualGatewaysPost /manual_gatewaysCreate a manual gateway
ManualTaxCalculatorsApiDELETEManualTaxCalculatorsManualTaxCalculatorIdDelete /manual_tax_calculators/{manualTaxCalculatorId}Delete a manual tax calculator
ManualTaxCalculatorsApiGETManualTaxCalculatorsGet /manual_tax_calculatorsList all manual tax calculators
ManualTaxCalculatorsApiGETManualTaxCalculatorsManualTaxCalculatorIdGet /manual_tax_calculators/{manualTaxCalculatorId}Retrieve a manual tax calculator
ManualTaxCalculatorsApiGETTaxRuleIdManualTaxCalculatorGet /tax_rules/{taxRuleId}/manual_tax_calculatorRetrieve the manual tax calculator associated to the tax rule
ManualTaxCalculatorsApiPATCHManualTaxCalculatorsManualTaxCalculatorIdPatch /manual_tax_calculators/{manualTaxCalculatorId}Update a manual tax calculator
ManualTaxCalculatorsApiPOSTManualTaxCalculatorsPost /manual_tax_calculatorsCreate a manual tax calculator
MarketsApiDELETEMarketsMarketIdDelete /markets/{marketId}Delete a market
MarketsApiGETAvalaraAccountIdMarketsGet /avalara_accounts/{avalaraAccountId}/marketsRetrieve the markets associated to the avalara account
MarketsApiGETBingGeocoderIdMarketsGet /bing_geocoders/{bingGeocoderId}/marketsRetrieve the markets associated to the bing geocoder
MarketsApiGETBundleIdMarketGet /bundles/{bundleId}/marketRetrieve the market associated to the bundle
MarketsApiGETBuyXPayYPromotionIdMarketGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/marketRetrieve the market associated to the buy x pay y promotion
MarketsApiGETCarrierAccountIdMarketGet /carrier_accounts/{carrierAccountId}/marketRetrieve the market associated to the carrier account
MarketsApiGETCustomerGroupIdMarketsGet /customer_groups/{customerGroupId}/marketsRetrieve the markets associated to the customer group
MarketsApiGETExternalPromotionIdMarketGet /external_promotions/{externalPromotionId}/marketRetrieve the market associated to the external promotion
MarketsApiGETExternalTaxCalculatorIdMarketsGet /external_tax_calculators/{externalTaxCalculatorId}/marketsRetrieve the markets associated to the external tax calculator
MarketsApiGETFixedAmountPromotionIdMarketGet /fixed_amount_promotions/{fixedAmountPromotionId}/marketRetrieve the market associated to the fixed amount promotion
MarketsApiGETFixedPricePromotionIdMarketGet /fixed_price_promotions/{fixedPricePromotionId}/marketRetrieve the market associated to the fixed price promotion
MarketsApiGETFreeGiftPromotionIdMarketGet /free_gift_promotions/{freeGiftPromotionId}/marketRetrieve the market associated to the free gift promotion
MarketsApiGETFreeShippingPromotionIdMarketGet /free_shipping_promotions/{freeShippingPromotionId}/marketRetrieve the market associated to the free shipping promotion
MarketsApiGETGeocoderIdMarketsGet /geocoders/{geocoderId}/marketsRetrieve the markets associated to the geocoder
MarketsApiGETGiftCardIdMarketGet /gift_cards/{giftCardId}/marketRetrieve the market associated to the gift card
MarketsApiGETGoogleGeocoderIdMarketsGet /google_geocoders/{googleGeocoderId}/marketsRetrieve the markets associated to the google geocoder
MarketsApiGETInStockSubscriptionIdMarketGet /in_stock_subscriptions/{inStockSubscriptionId}/marketRetrieve the market associated to the in stock subscription
MarketsApiGETManualTaxCalculatorIdMarketsGet /manual_tax_calculators/{manualTaxCalculatorId}/marketsRetrieve the markets associated to the manual tax calculator
MarketsApiGETMarketsGet /marketsList all markets
MarketsApiGETMarketsMarketIdGet /markets/{marketId}Retrieve a market
MarketsApiGETOrderIdMarketGet /orders/{orderId}/marketRetrieve the market associated to the order
MarketsApiGETOrderSubscriptionIdMarketGet /order_subscriptions/{orderSubscriptionId}/marketRetrieve the market associated to the order subscription
MarketsApiGETPaymentMethodIdMarketGet /payment_methods/{paymentMethodId}/marketRetrieve the market associated to the payment method
MarketsApiGETPercentageDiscountPromotionIdMarketGet /percentage_discount_promotions/{percentageDiscountPromotionId}/marketRetrieve the market associated to the percentage discount promotion
MarketsApiGETPriceIdJwtMarketsGet /prices/{priceId}/jwt_marketsRetrieve the jwt markets associated to the price
MarketsApiGETPriceListSchedulerIdMarketGet /price_list_schedulers/{priceListSchedulerId}/marketRetrieve the market associated to the price list scheduler
MarketsApiGETPromotionIdMarketGet /promotions/{promotionId}/marketRetrieve the market associated to the promotion
MarketsApiGETShippingMethodIdMarketGet /shipping_methods/{shippingMethodId}/marketRetrieve the market associated to the shipping method
MarketsApiGETSkuIdJwtMarketsGet /skus/{skuId}/jwt_marketsRetrieve the jwt markets associated to the SKU
MarketsApiGETSkuOptionIdMarketGet /sku_options/{skuOptionId}/marketRetrieve the market associated to the SKU option
MarketsApiGETStoreIdMarketGet /stores/{storeId}/marketRetrieve the market associated to the store
MarketsApiGETSubscriptionModelIdMarketsGet /subscription_models/{subscriptionModelId}/marketsRetrieve the markets associated to the subscription model
MarketsApiGETTaxCalculatorIdMarketsGet /tax_calculators/{taxCalculatorId}/marketsRetrieve the markets associated to the tax calculator
MarketsApiGETTaxjarAccountIdMarketsGet /taxjar_accounts/{taxjarAccountId}/marketsRetrieve the markets associated to the taxjar account
MarketsApiPATCHMarketsMarketIdPatch /markets/{marketId}Update a market
MarketsApiPOSTMarketsPost /marketsCreate a market
MerchantsApiDELETEMerchantsMerchantIdDelete /merchants/{merchantId}Delete a merchant
MerchantsApiGETMarketIdMerchantGet /markets/{marketId}/merchantRetrieve the merchant associated to the market
MerchantsApiGETMerchantsGet /merchantsList all merchants
MerchantsApiGETMerchantsMerchantIdGet /merchants/{merchantId}Retrieve a merchant
MerchantsApiGETStoreIdMerchantGet /stores/{storeId}/merchantRetrieve the merchant associated to the store
MerchantsApiPATCHMerchantsMerchantIdPatch /merchants/{merchantId}Update a merchant
MerchantsApiPOSTMerchantsPost /merchantsCreate a merchant
NotificationsApiDELETENotificationsNotificationIdDelete /notifications/{notificationId}Delete a notification
NotificationsApiGETLineItemIdNotificationsGet /line_items/{lineItemId}/notificationsRetrieve the notifications associated to the line item
NotificationsApiGETNotificationsGet /notificationsList all notifications
NotificationsApiGETNotificationsNotificationIdGet /notifications/{notificationId}Retrieve a notification
NotificationsApiGETOrderIdNotificationsGet /orders/{orderId}/notificationsRetrieve the notifications associated to the order
NotificationsApiPATCHNotificationsNotificationIdPatch /notifications/{notificationId}Update a notification
NotificationsApiPOSTNotificationsPost /notificationsCreate a notification
OrderAmountPromotionRulesApiDELETEOrderAmountPromotionRulesOrderAmountPromotionRuleIdDelete /order_amount_promotion_rules/{orderAmountPromotionRuleId}Delete an order amount promotion rule
OrderAmountPromotionRulesApiGETBuyXPayYPromotionIdOrderAmountPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the buy x pay y promotion
OrderAmountPromotionRulesApiGETExternalPromotionIdOrderAmountPromotionRuleGet /external_promotions/{externalPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the external promotion
OrderAmountPromotionRulesApiGETFixedAmountPromotionIdOrderAmountPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the fixed amount promotion
OrderAmountPromotionRulesApiGETFixedPricePromotionIdOrderAmountPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the fixed price promotion
OrderAmountPromotionRulesApiGETFreeGiftPromotionIdOrderAmountPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the free gift promotion
OrderAmountPromotionRulesApiGETFreeShippingPromotionIdOrderAmountPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the free shipping promotion
OrderAmountPromotionRulesApiGETOrderAmountPromotionRulesGet /order_amount_promotion_rulesList all order amount promotion rules
OrderAmountPromotionRulesApiGETOrderAmountPromotionRulesOrderAmountPromotionRuleIdGet /order_amount_promotion_rules/{orderAmountPromotionRuleId}Retrieve an order amount promotion rule
OrderAmountPromotionRulesApiGETPercentageDiscountPromotionIdOrderAmountPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the percentage discount promotion
OrderAmountPromotionRulesApiGETPromotionIdOrderAmountPromotionRuleGet /promotions/{promotionId}/order_amount_promotion_ruleRetrieve the order amount promotion rule associated to the promotion
OrderAmountPromotionRulesApiPATCHOrderAmountPromotionRulesOrderAmountPromotionRuleIdPatch /order_amount_promotion_rules/{orderAmountPromotionRuleId}Update an order amount promotion rule
OrderAmountPromotionRulesApiPOSTOrderAmountPromotionRulesPost /order_amount_promotion_rulesCreate an order amount promotion rule
OrderCopiesApiDELETEOrderCopiesOrderCopyIdDelete /order_copies/{orderCopyId}Delete an order copy
OrderCopiesApiGETOrderCopiesGet /order_copiesList all order copies
OrderCopiesApiGETOrderCopiesOrderCopyIdGet /order_copies/{orderCopyId}Retrieve an order copy
OrderCopiesApiGETOrderIdOrderCopiesGet /orders/{orderId}/order_copiesRetrieve the order copies associated to the order
OrderCopiesApiPATCHOrderCopiesOrderCopyIdPatch /order_copies/{orderCopyId}Update an order copy
OrderCopiesApiPOSTOrderCopiesPost /order_copiesCreate an order copy
OrderFactoriesApiGETOrderFactoriesGet /order_factoriesList all order factories
OrderFactoriesApiGETOrderFactoriesOrderFactoryIdGet /order_factories/{orderFactoryId}Retrieve an order factory
OrderFactoriesApiGETOrderIdOrderFactoriesGet /orders/{orderId}/order_factoriesRetrieve the order factories associated to the order
OrderFactoriesApiGETOrderSubscriptionIdOrderFactoriesGet /order_subscriptions/{orderSubscriptionId}/order_factoriesRetrieve the order factories associated to the order subscription
OrderSubscriptionItemsApiDELETEOrderSubscriptionItemsOrderSubscriptionItemIdDelete /order_subscription_items/{orderSubscriptionItemId}Delete an order subscription item
OrderSubscriptionItemsApiGETOrderSubscriptionIdOrderSubscriptionItemsGet /order_subscriptions/{orderSubscriptionId}/order_subscription_itemsRetrieve the order subscription items associated to the order subscription
OrderSubscriptionItemsApiGETOrderSubscriptionItemsGet /order_subscription_itemsList all order subscription items
OrderSubscriptionItemsApiGETOrderSubscriptionItemsOrderSubscriptionItemIdGet /order_subscription_items/{orderSubscriptionItemId}Retrieve an order subscription item
OrderSubscriptionItemsApiPATCHOrderSubscriptionItemsOrderSubscriptionItemIdPatch /order_subscription_items/{orderSubscriptionItemId}Update an order subscription item
OrderSubscriptionItemsApiPOSTOrderSubscriptionItemsPost /order_subscription_itemsCreate an order subscription item
OrderSubscriptionsApiDELETEOrderSubscriptionsOrderSubscriptionIdDelete /order_subscriptions/{orderSubscriptionId}Delete an order subscription
OrderSubscriptionsApiGETCustomerIdOrderSubscriptionsGet /customers/{customerId}/order_subscriptionsRetrieve the order subscriptions associated to the customer
OrderSubscriptionsApiGETOrderCopyIdOrderSubscriptionGet /order_copies/{orderCopyId}/order_subscriptionRetrieve the order subscription associated to the order copy
OrderSubscriptionsApiGETOrderIdOrderSubscriptionGet /orders/{orderId}/order_subscriptionRetrieve the order subscription associated to the order
OrderSubscriptionsApiGETOrderIdOrderSubscriptionsGet /orders/{orderId}/order_subscriptionsRetrieve the order subscriptions associated to the order
OrderSubscriptionsApiGETOrderSubscriptionItemIdOrderSubscriptionGet /order_subscription_items/{orderSubscriptionItemId}/order_subscriptionRetrieve the order subscription associated to the order subscription item
OrderSubscriptionsApiGETOrderSubscriptionsGet /order_subscriptionsList all order subscriptions
OrderSubscriptionsApiGETOrderSubscriptionsOrderSubscriptionIdGet /order_subscriptions/{orderSubscriptionId}Retrieve an order subscription
OrderSubscriptionsApiGETRecurringOrderCopyIdOrderSubscriptionGet /recurring_order_copies/{recurringOrderCopyId}/order_subscriptionRetrieve the order subscription associated to the recurring order copy
OrderSubscriptionsApiGETSubscriptionModelIdOrderSubscriptionsGet /subscription_models/{subscriptionModelId}/order_subscriptionsRetrieve the order subscriptions associated to the subscription model
OrderSubscriptionsApiPATCHOrderSubscriptionsOrderSubscriptionIdPatch /order_subscriptions/{orderSubscriptionId}Update an order subscription
OrderSubscriptionsApiPOSTOrderSubscriptionsPost /order_subscriptionsCreate an order subscription
OrdersApiDELETEOrdersOrderIdDelete /orders/{orderId}Delete an order
OrdersApiGETAdyenPaymentIdOrderGet /adyen_payments/{adyenPaymentId}/orderRetrieve the order associated to the adyen payment
OrdersApiGETAuthorizationIdOrderGet /authorizations/{authorizationId}/orderRetrieve the order associated to the authorization
OrdersApiGETAxervePaymentIdOrderGet /axerve_payments/{axervePaymentId}/orderRetrieve the order associated to the axerve payment
OrdersApiGETBraintreePaymentIdOrderGet /braintree_payments/{braintreePaymentId}/orderRetrieve the order associated to the braintree payment
OrdersApiGETCaptureIdOrderGet /captures/{captureId}/orderRetrieve the order associated to the capture
OrdersApiGETCheckoutComPaymentIdOrderGet /checkout_com_payments/{checkoutComPaymentId}/orderRetrieve the order associated to the checkout.com payment
OrdersApiGETCustomerIdOrdersGet /customers/{customerId}/ordersRetrieve the orders associated to the customer
OrdersApiGETExternalPaymentIdOrderGet /external_payments/{externalPaymentId}/orderRetrieve the order associated to the external payment
OrdersApiGETKlarnaPaymentIdOrderGet /klarna_payments/{klarnaPaymentId}/orderRetrieve the order associated to the klarna payment
OrdersApiGETLineItemIdOrderGet /line_items/{lineItemId}/orderRetrieve the order associated to the line item
OrdersApiGETOrderCopyIdSourceOrderGet /order_copies/{orderCopyId}/source_orderRetrieve the source order associated to the order copy
OrdersApiGETOrderCopyIdTargetOrderGet /order_copies/{orderCopyId}/target_orderRetrieve the target order associated to the order copy
OrdersApiGETOrderFactoryIdSourceOrderGet /order_factories/{orderFactoryId}/source_orderRetrieve the source order associated to the order factory
OrdersApiGETOrderFactoryIdTargetOrderGet /order_factories/{orderFactoryId}/target_orderRetrieve the target order associated to the order factory
OrdersApiGETOrderSubscriptionIdOrdersGet /order_subscriptions/{orderSubscriptionId}/ordersRetrieve the orders associated to the order subscription
OrdersApiGETOrderSubscriptionIdSourceOrderGet /order_subscriptions/{orderSubscriptionId}/source_orderRetrieve the source order associated to the order subscription
OrdersApiGETOrdersGet /ordersList all orders
OrdersApiGETOrdersOrderIdGet /orders/{orderId}Retrieve an order
OrdersApiGETPaymentMethodIdOrdersGet /payment_methods/{paymentMethodId}/ordersRetrieve the orders associated to the payment method
OrdersApiGETPaymentOptionIdOrderGet /payment_options/{paymentOptionId}/orderRetrieve the order associated to the payment option
OrdersApiGETPaypalPaymentIdOrderGet /paypal_payments/{paypalPaymentId}/orderRetrieve the order associated to the paypal payment
OrdersApiGETRecurringOrderCopyIdSourceOrderGet /recurring_order_copies/{recurringOrderCopyId}/source_orderRetrieve the source order associated to the recurring order copy
OrdersApiGETRecurringOrderCopyIdTargetOrderGet /recurring_order_copies/{recurringOrderCopyId}/target_orderRetrieve the target order associated to the recurring order copy
OrdersApiGETRefundIdOrderGet /refunds/{refundId}/orderRetrieve the order associated to the refund
OrdersApiGETReturnIdOrderGet /returns/{returnId}/orderRetrieve the order associated to the return
OrdersApiGETSatispayPaymentIdOrderGet /satispay_payments/{satispayPaymentId}/orderRetrieve the order associated to the satispay payment
OrdersApiGETShipmentIdOrderGet /shipments/{shipmentId}/orderRetrieve the order associated to the shipment
OrdersApiGETStockReservationIdOrderGet /stock_reservations/{stockReservationId}/orderRetrieve the order associated to the stock reservation
OrdersApiGETStoreIdOrdersGet /stores/{storeId}/ordersRetrieve the orders associated to the store
OrdersApiGETStripePaymentIdOrderGet /stripe_payments/{stripePaymentId}/orderRetrieve the order associated to the stripe payment
OrdersApiGETTransactionIdOrderGet /transactions/{transactionId}/orderRetrieve the order associated to the transaction
OrdersApiGETVoidIdOrderGet /voids/{voidId}/orderRetrieve the order associated to the void
OrdersApiGETWireTransferIdOrderGet /wire_transfers/{wireTransferId}/orderRetrieve the order associated to the wire transfer
OrdersApiPATCHOrdersOrderIdPatch /orders/{orderId}Update an order
OrdersApiPOSTOrdersPost /ordersCreate an order
OrganizationApiGETOrganizationOrganizationIdGet /organizationRetrieve the organization
PackagesApiDELETEPackagesPackageIdDelete /packages/{packageId}Delete a package
PackagesApiGETPackagesGet /packagesList all packages
PackagesApiGETPackagesPackageIdGet /packages/{packageId}Retrieve a package
PackagesApiGETParcelIdPackageGet /parcels/{parcelId}/packageRetrieve the package associated to the parcel
PackagesApiPATCHPackagesPackageIdPatch /packages/{packageId}Update a package
PackagesApiPOSTPackagesPost /packagesCreate a package
ParcelLineItemsApiDELETEParcelLineItemsParcelLineItemIdDelete /parcel_line_items/{parcelLineItemId}Delete a parcel line item
ParcelLineItemsApiGETParcelIdParcelLineItemsGet /parcels/{parcelId}/parcel_line_itemsRetrieve the parcel line items associated to the parcel
ParcelLineItemsApiGETParcelLineItemsGet /parcel_line_itemsList all parcel line items
ParcelLineItemsApiGETParcelLineItemsParcelLineItemIdGet /parcel_line_items/{parcelLineItemId}Retrieve a parcel line item
ParcelLineItemsApiPATCHParcelLineItemsParcelLineItemIdPatch /parcel_line_items/{parcelLineItemId}Update a parcel line item
ParcelLineItemsApiPOSTParcelLineItemsPost /parcel_line_itemsCreate a parcel line item
ParcelsApiDELETEParcelsParcelIdDelete /parcels/{parcelId}Delete a parcel
ParcelsApiGETPackageIdParcelsGet /packages/{packageId}/parcelsRetrieve the parcels associated to the package
ParcelsApiGETParcelLineItemIdParcelGet /parcel_line_items/{parcelLineItemId}/parcelRetrieve the parcel associated to the parcel line item
ParcelsApiGETParcelsGet /parcelsList all parcels
ParcelsApiGETParcelsParcelIdGet /parcels/{parcelId}Retrieve a parcel
ParcelsApiGETShipmentIdParcelsGet /shipments/{shipmentId}/parcelsRetrieve the parcels associated to the shipment
ParcelsApiPATCHParcelsParcelIdPatch /parcels/{parcelId}Update a parcel
ParcelsApiPOSTParcelsPost /parcelsCreate a parcel
PaymentGatewaysApiGETAdyenPaymentIdPaymentGatewayGet /adyen_payments/{adyenPaymentId}/payment_gatewayRetrieve the payment gateway associated to the adyen payment
PaymentGatewaysApiGETAxervePaymentIdPaymentGatewayGet /axerve_payments/{axervePaymentId}/payment_gatewayRetrieve the payment gateway associated to the axerve payment
PaymentGatewaysApiGETBraintreePaymentIdPaymentGatewayGet /braintree_payments/{braintreePaymentId}/payment_gatewayRetrieve the payment gateway associated to the braintree payment
PaymentGatewaysApiGETCheckoutComPaymentIdPaymentGatewayGet /checkout_com_payments/{checkoutComPaymentId}/payment_gatewayRetrieve the payment gateway associated to the checkout.com payment
PaymentGatewaysApiGETExternalPaymentIdPaymentGatewayGet /external_payments/{externalPaymentId}/payment_gatewayRetrieve the payment gateway associated to the external payment
PaymentGatewaysApiGETKlarnaPaymentIdPaymentGatewayGet /klarna_payments/{klarnaPaymentId}/payment_gatewayRetrieve the payment gateway associated to the klarna payment
PaymentGatewaysApiGETPaymentGatewaysGet /payment_gatewaysList all payment gateways
PaymentGatewaysApiGETPaymentGatewaysPaymentGatewayIdGet /payment_gateways/{paymentGatewayId}Retrieve a payment gateway
PaymentGatewaysApiGETPaymentMethodIdPaymentGatewayGet /payment_methods/{paymentMethodId}/payment_gatewayRetrieve the payment gateway associated to the payment method
PaymentGatewaysApiGETPaypalPaymentIdPaymentGatewayGet /paypal_payments/{paypalPaymentId}/payment_gatewayRetrieve the payment gateway associated to the paypal payment
PaymentGatewaysApiGETSatispayPaymentIdPaymentGatewayGet /satispay_payments/{satispayPaymentId}/payment_gatewayRetrieve the payment gateway associated to the satispay payment
PaymentGatewaysApiGETStripePaymentIdPaymentGatewayGet /stripe_payments/{stripePaymentId}/payment_gatewayRetrieve the payment gateway associated to the stripe payment
PaymentMethodsApiDELETEPaymentMethodsPaymentMethodIdDelete /payment_methods/{paymentMethodId}Delete a payment method
PaymentMethodsApiGETAdyenGatewayIdPaymentMethodsGet /adyen_gateways/{adyenGatewayId}/payment_methodsRetrieve the payment methods associated to the adyen gateway
PaymentMethodsApiGETAxerveGatewayIdPaymentMethodsGet /axerve_gateways/{axerveGatewayId}/payment_methodsRetrieve the payment methods associated to the axerve gateway
PaymentMethodsApiGETBraintreeGatewayIdPaymentMethodsGet /braintree_gateways/{braintreeGatewayId}/payment_methodsRetrieve the payment methods associated to the braintree gateway
PaymentMethodsApiGETCheckoutComGatewayIdPaymentMethodsGet /checkout_com_gateways/{checkoutComGatewayId}/payment_methodsRetrieve the payment methods associated to the checkout.com gateway
PaymentMethodsApiGETCustomerPaymentSourceIdPaymentMethodGet /customer_payment_sources/{customerPaymentSourceId}/payment_methodRetrieve the payment method associated to the customer payment source
PaymentMethodsApiGETExternalGatewayIdPaymentMethodsGet /external_gateways/{externalGatewayId}/payment_methodsRetrieve the payment methods associated to the external gateway
PaymentMethodsApiGETKlarnaGatewayIdPaymentMethodsGet /klarna_gateways/{klarnaGatewayId}/payment_methodsRetrieve the payment methods associated to the klarna gateway
PaymentMethodsApiGETManualGatewayIdPaymentMethodsGet /manual_gateways/{manualGatewayId}/payment_methodsRetrieve the payment methods associated to the manual gateway
PaymentMethodsApiGETOrderIdAvailablePaymentMethodsGet /orders/{orderId}/available_payment_methodsRetrieve the available payment methods associated to the order
PaymentMethodsApiGETOrderIdPaymentMethodGet /orders/{orderId}/payment_methodRetrieve the payment method associated to the order
PaymentMethodsApiGETPaymentGatewayIdPaymentMethodsGet /payment_gateways/{paymentGatewayId}/payment_methodsRetrieve the payment methods associated to the payment gateway
PaymentMethodsApiGETPaymentMethodsGet /payment_methodsList all payment methods
PaymentMethodsApiGETPaymentMethodsPaymentMethodIdGet /payment_methods/{paymentMethodId}Retrieve a payment method
PaymentMethodsApiGETPaypalGatewayIdPaymentMethodsGet /paypal_gateways/{paypalGatewayId}/payment_methodsRetrieve the payment methods associated to the paypal gateway
PaymentMethodsApiGETSatispayGatewayIdPaymentMethodsGet /satispay_gateways/{satispayGatewayId}/payment_methodsRetrieve the payment methods associated to the satispay gateway
PaymentMethodsApiGETStoreIdPaymentMethodsGet /stores/{storeId}/payment_methodsRetrieve the payment methods associated to the store
PaymentMethodsApiGETStripeGatewayIdPaymentMethodsGet /stripe_gateways/{stripeGatewayId}/payment_methodsRetrieve the payment methods associated to the stripe gateway
PaymentMethodsApiPATCHPaymentMethodsPaymentMethodIdPatch /payment_methods/{paymentMethodId}Update a payment method
PaymentMethodsApiPOSTPaymentMethodsPost /payment_methodsCreate a payment method
PaymentOptionsApiDELETEPaymentOptionsPaymentOptionIdDelete /payment_options/{paymentOptionId}Delete a payment option
PaymentOptionsApiGETOrderIdPaymentOptionsGet /orders/{orderId}/payment_optionsRetrieve the payment options associated to the order
PaymentOptionsApiGETPaymentOptionsGet /payment_optionsList all payment options
PaymentOptionsApiGETPaymentOptionsPaymentOptionIdGet /payment_options/{paymentOptionId}Retrieve a payment option
PaymentOptionsApiPATCHPaymentOptionsPaymentOptionIdPatch /payment_options/{paymentOptionId}Update a payment option
PaymentOptionsApiPOSTPaymentOptionsPost /payment_optionsCreate a payment option
PaypalGatewaysApiDELETEPaypalGatewaysPaypalGatewayIdDelete /paypal_gateways/{paypalGatewayId}Delete a paypal gateway
PaypalGatewaysApiGETPaypalGatewaysGet /paypal_gatewaysList all paypal gateways
PaypalGatewaysApiGETPaypalGatewaysPaypalGatewayIdGet /paypal_gateways/{paypalGatewayId}Retrieve a paypal gateway
PaypalGatewaysApiPATCHPaypalGatewaysPaypalGatewayIdPatch /paypal_gateways/{paypalGatewayId}Update a paypal gateway
PaypalGatewaysApiPOSTPaypalGatewaysPost /paypal_gatewaysCreate a paypal gateway
PaypalPaymentsApiDELETEPaypalPaymentsPaypalPaymentIdDelete /paypal_payments/{paypalPaymentId}Delete a paypal payment
PaypalPaymentsApiGETPaypalGatewayIdPaypalPaymentsGet /paypal_gateways/{paypalGatewayId}/paypal_paymentsRetrieve the paypal payments associated to the paypal gateway
PaypalPaymentsApiGETPaypalPaymentsGet /paypal_paymentsList all paypal payments
PaypalPaymentsApiGETPaypalPaymentsPaypalPaymentIdGet /paypal_payments/{paypalPaymentId}Retrieve a paypal payment
PaypalPaymentsApiPATCHPaypalPaymentsPaypalPaymentIdPatch /paypal_payments/{paypalPaymentId}Update a paypal payment
PaypalPaymentsApiPOSTPaypalPaymentsPost /paypal_paymentsCreate a paypal payment
PercentageDiscountPromotionsApiDELETEPercentageDiscountPromotionsPercentageDiscountPromotionIdDelete /percentage_discount_promotions/{percentageDiscountPromotionId}Delete a percentage discount promotion
PercentageDiscountPromotionsApiGETPercentageDiscountPromotionsGet /percentage_discount_promotionsList all percentage discount promotions
PercentageDiscountPromotionsApiGETPercentageDiscountPromotionsPercentageDiscountPromotionIdGet /percentage_discount_promotions/{percentageDiscountPromotionId}Retrieve a percentage discount promotion
PercentageDiscountPromotionsApiPATCHPercentageDiscountPromotionsPercentageDiscountPromotionIdPatch /percentage_discount_promotions/{percentageDiscountPromotionId}Update a percentage discount promotion
PercentageDiscountPromotionsApiPOSTPercentageDiscountPromotionsPost /percentage_discount_promotionsCreate a percentage discount promotion
PriceFrequencyTiersApiDELETEPriceFrequencyTiersPriceFrequencyTierIdDelete /price_frequency_tiers/{priceFrequencyTierId}Delete a price frequency tier
PriceFrequencyTiersApiGETPriceFrequencyTiersGet /price_frequency_tiersList all price frequency tiers
PriceFrequencyTiersApiGETPriceFrequencyTiersPriceFrequencyTierIdGet /price_frequency_tiers/{priceFrequencyTierId}Retrieve a price frequency tier
PriceFrequencyTiersApiGETPriceIdPriceFrequencyTiersGet /prices/{priceId}/price_frequency_tiersRetrieve the price frequency tiers associated to the price
PriceFrequencyTiersApiPATCHPriceFrequencyTiersPriceFrequencyTierIdPatch /price_frequency_tiers/{priceFrequencyTierId}Update a price frequency tier
PriceFrequencyTiersApiPOSTPriceFrequencyTiersPost /price_frequency_tiersCreate a price frequency tier
PriceListSchedulersApiDELETEPriceListSchedulersPriceListSchedulerIdDelete /price_list_schedulers/{priceListSchedulerId}Delete a price list scheduler
PriceListSchedulersApiGETMarketIdPriceListSchedulersGet /markets/{marketId}/price_list_schedulersRetrieve the price list schedulers associated to the market
PriceListSchedulersApiGETPriceListIdPriceListSchedulersGet /price_lists/{priceListId}/price_list_schedulersRetrieve the price list schedulers associated to the price list
PriceListSchedulersApiGETPriceListSchedulersGet /price_list_schedulersList all price list schedulers
PriceListSchedulersApiGETPriceListSchedulersPriceListSchedulerIdGet /price_list_schedulers/{priceListSchedulerId}Retrieve a price list scheduler
PriceListSchedulersApiPATCHPriceListSchedulersPriceListSchedulerIdPatch /price_list_schedulers/{priceListSchedulerId}Update a price list scheduler
PriceListSchedulersApiPOSTPriceListSchedulersPost /price_list_schedulersCreate a price list scheduler
PriceListsApiDELETEPriceListsPriceListIdDelete /price_lists/{priceListId}Delete a price list
PriceListsApiGETMarketIdBasePriceListGet /markets/{marketId}/base_price_listRetrieve the base price list associated to the market
PriceListsApiGETMarketIdPriceListGet /markets/{marketId}/price_listRetrieve the price list associated to the market
PriceListsApiGETPriceIdPriceListGet /prices/{priceId}/price_listRetrieve the price list associated to the price
PriceListsApiGETPriceListSchedulerIdPriceListGet /price_list_schedulers/{priceListSchedulerId}/price_listRetrieve the price list associated to the price list scheduler
PriceListsApiGETPriceListsGet /price_listsList all price lists
PriceListsApiGETPriceListsPriceListIdGet /price_lists/{priceListId}Retrieve a price list
PriceListsApiPATCHPriceListsPriceListIdPatch /price_lists/{priceListId}Update a price list
PriceListsApiPOSTPriceListsPost /price_listsCreate a price list
PriceTiersApiGETPriceIdPriceTiersGet /prices/{priceId}/price_tiersRetrieve the price tiers associated to the price
PriceTiersApiGETPriceTiersGet /price_tiersList all price tiers
PriceTiersApiGETPriceTiersPriceTierIdGet /price_tiers/{priceTierId}Retrieve a price tier
PriceVolumeTiersApiDELETEPriceVolumeTiersPriceVolumeTierIdDelete /price_volume_tiers/{priceVolumeTierId}Delete a price volume tier
PriceVolumeTiersApiGETPriceIdPriceVolumeTiersGet /prices/{priceId}/price_volume_tiersRetrieve the price volume tiers associated to the price
PriceVolumeTiersApiGETPriceVolumeTiersGet /price_volume_tiersList all price volume tiers
PriceVolumeTiersApiGETPriceVolumeTiersPriceVolumeTierIdGet /price_volume_tiers/{priceVolumeTierId}Retrieve a price volume tier
PriceVolumeTiersApiPATCHPriceVolumeTiersPriceVolumeTierIdPatch /price_volume_tiers/{priceVolumeTierId}Update a price volume tier
PriceVolumeTiersApiPOSTPriceVolumeTiersPost /price_volume_tiersCreate a price volume tier
PricesApiDELETEPricesPriceIdDelete /prices/{priceId}Delete a price
PricesApiGETPriceFrequencyTierIdPriceGet /price_frequency_tiers/{priceFrequencyTierId}/priceRetrieve the price associated to the price frequency tier
PricesApiGETPriceListIdPricesGet /price_lists/{priceListId}/pricesRetrieve the prices associated to the price list
PricesApiGETPriceTierIdPriceGet /price_tiers/{priceTierId}/priceRetrieve the price associated to the price tier
PricesApiGETPriceVolumeTierIdPriceGet /price_volume_tiers/{priceVolumeTierId}/priceRetrieve the price associated to the price volume tier
PricesApiGETPricesGet /pricesList all prices
PricesApiGETPricesPriceIdGet /prices/{priceId}Retrieve a price
PricesApiGETSkuIdPricesGet /skus/{skuId}/pricesRetrieve the prices associated to the SKU
PricesApiPATCHPricesPriceIdPatch /prices/{priceId}Update a price
PricesApiPOSTPricesPost /pricesCreate a price
PromotionRulesApiGETPromotionRulesGet /promotion_rulesList all promotion rules
PromotionRulesApiGETPromotionRulesPromotionRuleIdGet /promotion_rules/{promotionRuleId}Retrieve a promotion rule
PromotionsApiGETPromotionsGet /promotionsList all promotions
PromotionsApiGETPromotionsPromotionIdGet /promotions/{promotionId}Retrieve a promotion
RecurringOrderCopiesApiDELETERecurringOrderCopiesRecurringOrderCopyIdDelete /recurring_order_copies/{recurringOrderCopyId}Delete a recurring order copy
RecurringOrderCopiesApiGETOrderIdRecurringOrderCopiesGet /orders/{orderId}/recurring_order_copiesRetrieve the recurring order copies associated to the order
RecurringOrderCopiesApiGETOrderSubscriptionIdRecurringOrderCopiesGet /order_subscriptions/{orderSubscriptionId}/recurring_order_copiesRetrieve the recurring order copies associated to the order subscription
RecurringOrderCopiesApiGETRecurringOrderCopiesGet /recurring_order_copiesList all recurring order copies
RecurringOrderCopiesApiGETRecurringOrderCopiesRecurringOrderCopyIdGet /recurring_order_copies/{recurringOrderCopyId}Retrieve a recurring order copy
RecurringOrderCopiesApiPATCHRecurringOrderCopiesRecurringOrderCopyIdPatch /recurring_order_copies/{recurringOrderCopyId}Update a recurring order copy
RecurringOrderCopiesApiPOSTRecurringOrderCopiesPost /recurring_order_copiesCreate a recurring order copy
RefundsApiGETCaptureIdRefundsGet /captures/{captureId}/refundsRetrieve the refunds associated to the capture
RefundsApiGETOrderIdRefundsGet /orders/{orderId}/refundsRetrieve the refunds associated to the order
RefundsApiGETRefundsGet /refundsList all refunds
RefundsApiGETRefundsRefundIdGet /refunds/{refundId}Retrieve a refund
RefundsApiGETReturnIdReferenceRefundGet /returns/{returnId}/reference_refundRetrieve the reference refund associated to the return
RefundsApiPATCHRefundsRefundIdPatch /refunds/{refundId}Update a refund
ReservedStocksApiGETReservedStocksGet /reserved_stocksList all reserved stocks
ReservedStocksApiGETReservedStocksReservedStockIdGet /reserved_stocks/{reservedStockId}Retrieve a reserved stock
ReservedStocksApiGETStockItemIdReservedStockGet /stock_items/{stockItemId}/reserved_stockRetrieve the reserved stock associated to the stock item
ReservedStocksApiGETStockReservationIdReservedStockGet /stock_reservations/{stockReservationId}/reserved_stockRetrieve the reserved stock associated to the stock reservation
ResourceErrorsApiGETOrderIdResourceErrorsGet /orders/{orderId}/resource_errorsRetrieve the resource errors associated to the order
ResourceErrorsApiGETResourceErrorsGet /resource_errorsList all resource errors
ResourceErrorsApiGETResourceErrorsResourceErrorIdGet /resource_errors/{resourceErrorId}Retrieve a resource error
ResourceErrorsApiGETReturnIdResourceErrorsGet /returns/{returnId}/resource_errorsRetrieve the resource errors associated to the return
ReturnLineItemsApiDELETEReturnLineItemsReturnLineItemIdDelete /return_line_items/{returnLineItemId}Delete a return line item
ReturnLineItemsApiGETLineItemIdReturnLineItemsGet /line_items/{lineItemId}/return_line_itemsRetrieve the return line items associated to the line item
ReturnLineItemsApiGETReturnIdReturnLineItemsGet /returns/{returnId}/return_line_itemsRetrieve the return line items associated to the return
ReturnLineItemsApiGETReturnLineItemsGet /return_line_itemsList all return line items
ReturnLineItemsApiGETReturnLineItemsReturnLineItemIdGet /return_line_items/{returnLineItemId}Retrieve a return line item
ReturnLineItemsApiPATCHReturnLineItemsReturnLineItemIdPatch /return_line_items/{returnLineItemId}Update a return line item
ReturnLineItemsApiPOSTReturnLineItemsPost /return_line_itemsCreate a return line item
ReturnsApiDELETEReturnsReturnIdDelete /returns/{returnId}Delete a return
ReturnsApiGETCaptureIdReturnGet /captures/{captureId}/returnRetrieve the return associated to the capture
ReturnsApiGETCustomerIdReturnsGet /customers/{customerId}/returnsRetrieve the returns associated to the customer
ReturnsApiGETOrderIdReturnsGet /orders/{orderId}/returnsRetrieve the returns associated to the order
ReturnsApiGETRefundIdReturnGet /refunds/{refundId}/returnRetrieve the return associated to the refund
ReturnsApiGETReturnLineItemIdReturnGet /return_line_items/{returnLineItemId}/returnRetrieve the return associated to the return line item
ReturnsApiGETReturnsGet /returnsList all returns
ReturnsApiGETReturnsReturnIdGet /returns/{returnId}Retrieve a return
ReturnsApiPATCHReturnsReturnIdPatch /returns/{returnId}Update a return
ReturnsApiPOSTReturnsPost /returnsCreate a return
SatispayGatewaysApiDELETESatispayGatewaysSatispayGatewayIdDelete /satispay_gateways/{satispayGatewayId}Delete a satispay gateway
SatispayGatewaysApiGETSatispayGatewaysGet /satispay_gatewaysList all satispay gateways
SatispayGatewaysApiGETSatispayGatewaysSatispayGatewayIdGet /satispay_gateways/{satispayGatewayId}Retrieve a satispay gateway
SatispayGatewaysApiPATCHSatispayGatewaysSatispayGatewayIdPatch /satispay_gateways/{satispayGatewayId}Update a satispay gateway
SatispayGatewaysApiPOSTSatispayGatewaysPost /satispay_gatewaysCreate a satispay gateway
SatispayPaymentsApiDELETESatispayPaymentsSatispayPaymentIdDelete /satispay_payments/{satispayPaymentId}Delete a satispay payment
SatispayPaymentsApiGETSatispayGatewayIdSatispayPaymentsGet /satispay_gateways/{satispayGatewayId}/satispay_paymentsRetrieve the satispay payments associated to the satispay gateway
SatispayPaymentsApiGETSatispayPaymentsGet /satispay_paymentsList all satispay payments
SatispayPaymentsApiGETSatispayPaymentsSatispayPaymentIdGet /satispay_payments/{satispayPaymentId}Retrieve a satispay payment
SatispayPaymentsApiPATCHSatispayPaymentsSatispayPaymentIdPatch /satispay_payments/{satispayPaymentId}Update a satispay payment
SatispayPaymentsApiPOSTSatispayPaymentsPost /satispay_paymentsCreate a satispay payment
ShipmentsApiDELETEShipmentsShipmentIdDelete /shipments/{shipmentId}Delete a shipment
ShipmentsApiGETOrderIdShipmentsGet /orders/{orderId}/shipmentsRetrieve the shipments associated to the order
ShipmentsApiGETParcelIdShipmentGet /parcels/{parcelId}/shipmentRetrieve the shipment associated to the parcel
ShipmentsApiGETShipmentsGet /shipmentsList all shipments
ShipmentsApiGETShipmentsShipmentIdGet /shipments/{shipmentId}Retrieve a shipment
ShipmentsApiGETStockLineItemIdShipmentGet /stock_line_items/{stockLineItemId}/shipmentRetrieve the shipment associated to the stock line item
ShipmentsApiGETStockTransferIdShipmentGet /stock_transfers/{stockTransferId}/shipmentRetrieve the shipment associated to the stock transfer
ShipmentsApiPATCHShipmentsShipmentIdPatch /shipments/{shipmentId}Update a shipment
ShipmentsApiPOSTShipmentsPost /shipmentsCreate a shipment
ShippingCategoriesApiDELETEShippingCategoriesShippingCategoryIdDelete /shipping_categories/{shippingCategoryId}Delete a shipping category
ShippingCategoriesApiGETShipmentIdShippingCategoryGet /shipments/{shipmentId}/shipping_categoryRetrieve the shipping category associated to the shipment
ShippingCategoriesApiGETShippingCategoriesGet /shipping_categoriesList all shipping categories
ShippingCategoriesApiGETShippingCategoriesShippingCategoryIdGet /shipping_categories/{shippingCategoryId}Retrieve a shipping category
ShippingCategoriesApiGETShippingMethodIdShippingCategoryGet /shipping_methods/{shippingMethodId}/shipping_categoryRetrieve the shipping category associated to the shipping method
ShippingCategoriesApiGETSkuIdShippingCategoryGet /skus/{skuId}/shipping_categoryRetrieve the shipping category associated to the SKU
ShippingCategoriesApiPATCHShippingCategoriesShippingCategoryIdPatch /shipping_categories/{shippingCategoryId}Update a shipping category
ShippingCategoriesApiPOSTShippingCategoriesPost /shipping_categoriesCreate a shipping category
ShippingMethodTiersApiGETShippingMethodIdShippingMethodTiersGet /shipping_methods/{shippingMethodId}/shipping_method_tiersRetrieve the shipping method tiers associated to the shipping method
ShippingMethodTiersApiGETShippingMethodTiersGet /shipping_method_tiersList all shipping method tiers
ShippingMethodTiersApiGETShippingMethodTiersShippingMethodTierIdGet /shipping_method_tiers/{shippingMethodTierId}Retrieve a shipping method tier
ShippingMethodsApiDELETEShippingMethodsShippingMethodIdDelete /shipping_methods/{shippingMethodId}Delete a shipping method
ShippingMethodsApiGETDeliveryLeadTimeIdShippingMethodGet /delivery_lead_times/{deliveryLeadTimeId}/shipping_methodRetrieve the shipping method associated to the delivery lead time
ShippingMethodsApiGETShipmentIdAvailableShippingMethodsGet /shipments/{shipmentId}/available_shipping_methodsRetrieve the available shipping methods associated to the shipment
ShippingMethodsApiGETShipmentIdShippingMethodGet /shipments/{shipmentId}/shipping_methodRetrieve the shipping method associated to the shipment
ShippingMethodsApiGETShippingMethodTierIdShippingMethodGet /shipping_method_tiers/{shippingMethodTierId}/shipping_methodRetrieve the shipping method associated to the shipping method tier
ShippingMethodsApiGETShippingMethodsGet /shipping_methodsList all shipping methods
ShippingMethodsApiGETShippingMethodsShippingMethodIdGet /shipping_methods/{shippingMethodId}Retrieve a shipping method
ShippingMethodsApiGETShippingWeightTierIdShippingMethodGet /shipping_weight_tiers/{shippingWeightTierId}/shipping_methodRetrieve the shipping method associated to the shipping weight tier
ShippingMethodsApiPATCHShippingMethodsShippingMethodIdPatch /shipping_methods/{shippingMethodId}Update a shipping method
ShippingMethodsApiPOSTShippingMethodsPost /shipping_methodsCreate a shipping method
ShippingWeightTiersApiDELETEShippingWeightTiersShippingWeightTierIdDelete /shipping_weight_tiers/{shippingWeightTierId}Delete a shipping weight tier
ShippingWeightTiersApiGETShippingMethodIdShippingWeightTiersGet /shipping_methods/{shippingMethodId}/shipping_weight_tiersRetrieve the shipping weight tiers associated to the shipping method
ShippingWeightTiersApiGETShippingWeightTiersGet /shipping_weight_tiersList all shipping weight tiers
ShippingWeightTiersApiGETShippingWeightTiersShippingWeightTierIdGet /shipping_weight_tiers/{shippingWeightTierId}Retrieve a shipping weight tier
ShippingWeightTiersApiPATCHShippingWeightTiersShippingWeightTierIdPatch /shipping_weight_tiers/{shippingWeightTierId}Update a shipping weight tier
ShippingWeightTiersApiPOSTShippingWeightTiersPost /shipping_weight_tiersCreate a shipping weight tier
ShippingZonesApiDELETEShippingZonesShippingZoneIdDelete /shipping_zones/{shippingZoneId}Delete a shipping zone
ShippingZonesApiGETShippingMethodIdShippingZoneGet /shipping_methods/{shippingMethodId}/shipping_zoneRetrieve the shipping zone associated to the shipping method
ShippingZonesApiGETShippingZonesGet /shipping_zonesList all shipping zones
ShippingZonesApiGETShippingZonesShippingZoneIdGet /shipping_zones/{shippingZoneId}Retrieve a shipping zone
ShippingZonesApiPATCHShippingZonesShippingZoneIdPatch /shipping_zones/{shippingZoneId}Update a shipping zone
ShippingZonesApiPOSTShippingZonesPost /shipping_zonesCreate a shipping zone
SingletonApiGETApplicationApplicationIdGet /applicationRetrieve the application
SingletonApiGETOrganizationOrganizationIdGet /organizationRetrieve the organization
SkuListItemsApiDELETESkuListItemsSkuListItemIdDelete /sku_list_items/{skuListItemId}Delete a SKU list item
SkuListItemsApiGETSkuIdSkuListItemsGet /skus/{skuId}/sku_list_itemsRetrieve the sku list items associated to the SKU
SkuListItemsApiGETSkuListIdSkuListItemsGet /sku_lists/{skuListId}/sku_list_itemsRetrieve the sku list items associated to the SKU list
SkuListItemsApiGETSkuListItemsGet /sku_list_itemsList all SKU list items
SkuListItemsApiGETSkuListItemsSkuListItemIdGet /sku_list_items/{skuListItemId}Retrieve a SKU list item
SkuListItemsApiPATCHSkuListItemsSkuListItemIdPatch /sku_list_items/{skuListItemId}Update a SKU list item
SkuListItemsApiPOSTSkuListItemsPost /sku_list_itemsCreate a SKU list item
SkuListPromotionRulesApiDELETESkuListPromotionRulesSkuListPromotionRuleIdDelete /sku_list_promotion_rules/{skuListPromotionRuleId}Delete a SKU list promotion rule
SkuListPromotionRulesApiGETBuyXPayYPromotionIdSkuListPromotionRuleGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the buy x pay y promotion
SkuListPromotionRulesApiGETExternalPromotionIdSkuListPromotionRuleGet /external_promotions/{externalPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the external promotion
SkuListPromotionRulesApiGETFixedAmountPromotionIdSkuListPromotionRuleGet /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the fixed amount promotion
SkuListPromotionRulesApiGETFixedPricePromotionIdSkuListPromotionRuleGet /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the fixed price promotion
SkuListPromotionRulesApiGETFreeGiftPromotionIdSkuListPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the free gift promotion
SkuListPromotionRulesApiGETFreeShippingPromotionIdSkuListPromotionRuleGet /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the free shipping promotion
SkuListPromotionRulesApiGETPercentageDiscountPromotionIdSkuListPromotionRuleGet /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the percentage discount promotion
SkuListPromotionRulesApiGETPromotionIdSkuListPromotionRuleGet /promotions/{promotionId}/sku_list_promotion_ruleRetrieve the sku list promotion rule associated to the promotion
SkuListPromotionRulesApiGETSkuListPromotionRulesGet /sku_list_promotion_rulesList all SKU list promotion rules
SkuListPromotionRulesApiGETSkuListPromotionRulesSkuListPromotionRuleIdGet /sku_list_promotion_rules/{skuListPromotionRuleId}Retrieve a SKU list promotion rule
SkuListPromotionRulesApiPATCHSkuListPromotionRulesSkuListPromotionRuleIdPatch /sku_list_promotion_rules/{skuListPromotionRuleId}Update a SKU list promotion rule
SkuListPromotionRulesApiPOSTSkuListPromotionRulesPost /sku_list_promotion_rulesCreate a SKU list promotion rule
SkuListsApiDELETESkuListsSkuListIdDelete /sku_lists/{skuListId}Delete a SKU list
SkuListsApiGETBundleIdSkuListGet /bundles/{bundleId}/sku_listRetrieve the sku list associated to the bundle
SkuListsApiGETBuyXPayYPromotionIdSkuListGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/sku_listRetrieve the sku list associated to the buy x pay y promotion
SkuListsApiGETCustomerIdSkuListsGet /customers/{customerId}/sku_listsRetrieve the sku lists associated to the customer
SkuListsApiGETExternalPromotionIdSkuListGet /external_promotions/{externalPromotionId}/sku_listRetrieve the sku list associated to the external promotion
SkuListsApiGETFixedAmountPromotionIdSkuListGet /fixed_amount_promotions/{fixedAmountPromotionId}/sku_listRetrieve the sku list associated to the fixed amount promotion
SkuListsApiGETFixedPricePromotionIdSkuListGet /fixed_price_promotions/{fixedPricePromotionId}/sku_listRetrieve the sku list associated to the fixed price promotion
SkuListsApiGETFreeGiftPromotionIdSkuListGet /free_gift_promotions/{freeGiftPromotionId}/sku_listRetrieve the sku list associated to the free gift promotion
SkuListsApiGETFreeShippingPromotionIdSkuListGet /free_shipping_promotions/{freeShippingPromotionId}/sku_listRetrieve the sku list associated to the free shipping promotion
SkuListsApiGETPercentageDiscountPromotionIdSkuListGet /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_listRetrieve the sku list associated to the percentage discount promotion
SkuListsApiGETPromotionIdSkuListGet /promotions/{promotionId}/sku_listRetrieve the sku list associated to the promotion
SkuListsApiGETSkuIdSkuListsGet /skus/{skuId}/sku_listsRetrieve the sku lists associated to the SKU
SkuListsApiGETSkuListItemIdSkuListGet /sku_list_items/{skuListItemId}/sku_listRetrieve the sku list associated to the SKU list item
SkuListsApiGETSkuListPromotionRuleIdSkuListGet /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_listRetrieve the sku list associated to the SKU list promotion rule
SkuListsApiGETSkuListsGet /sku_listsList all SKU lists
SkuListsApiGETSkuListsSkuListIdGet /sku_lists/{skuListId}Retrieve a SKU list
SkuListsApiPATCHSkuListsSkuListIdPatch /sku_lists/{skuListId}Update a SKU list
SkuListsApiPOSTSkuListsPost /sku_listsCreate a SKU list
SkuOptionsApiDELETESkuOptionsSkuOptionIdDelete /sku_options/{skuOptionId}Delete a SKU option
SkuOptionsApiGETLineItemOptionIdSkuOptionGet /line_item_options/{lineItemOptionId}/sku_optionRetrieve the sku option associated to the line item option
SkuOptionsApiGETSkuIdSkuOptionsGet /skus/{skuId}/sku_optionsRetrieve the sku options associated to the SKU
SkuOptionsApiGETSkuOptionsGet /sku_optionsList all SKU options
SkuOptionsApiGETSkuOptionsSkuOptionIdGet /sku_options/{skuOptionId}Retrieve a SKU option
SkuOptionsApiPATCHSkuOptionsSkuOptionIdPatch /sku_options/{skuOptionId}Update a SKU option
SkuOptionsApiPOSTSkuOptionsPost /sku_optionsCreate a SKU option
SkusApiDELETESkusSkuIdDelete /skus/{skuId}Delete a SKU
SkusApiGETBundleIdSkusGet /bundles/{bundleId}/skusRetrieve the skus associated to the bundle
SkusApiGETBuyXPayYPromotionIdSkusGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/skusRetrieve the skus associated to the buy x pay y promotion
SkusApiGETExternalPromotionIdSkusGet /external_promotions/{externalPromotionId}/skusRetrieve the skus associated to the external promotion
SkusApiGETFixedAmountPromotionIdSkusGet /fixed_amount_promotions/{fixedAmountPromotionId}/skusRetrieve the skus associated to the fixed amount promotion
SkusApiGETFixedPricePromotionIdSkusGet /fixed_price_promotions/{fixedPricePromotionId}/skusRetrieve the skus associated to the fixed price promotion
SkusApiGETFreeGiftPromotionIdSkusGet /free_gift_promotions/{freeGiftPromotionId}/skusRetrieve the skus associated to the free gift promotion
SkusApiGETInStockSubscriptionIdSkuGet /in_stock_subscriptions/{inStockSubscriptionId}/skuRetrieve the sku associated to the in stock subscription
SkusApiGETOrderIdAvailableFreeSkusGet /orders/{orderId}/available_free_skusRetrieve the available free skus associated to the order
SkusApiGETPercentageDiscountPromotionIdSkusGet /percentage_discount_promotions/{percentageDiscountPromotionId}/skusRetrieve the skus associated to the percentage discount promotion
SkusApiGETPriceIdSkuGet /prices/{priceId}/skuRetrieve the sku associated to the price
SkusApiGETReservedStockIdSkuGet /reserved_stocks/{reservedStockId}/skuRetrieve the sku associated to the reserved stock
SkusApiGETShippingCategoryIdSkusGet /shipping_categories/{shippingCategoryId}/skusRetrieve the skus associated to the shipping category
SkusApiGETSkuListIdSkusGet /sku_lists/{skuListId}/skusRetrieve the skus associated to the SKU list
SkusApiGETSkuListItemIdSkuGet /sku_list_items/{skuListItemId}/skuRetrieve the sku associated to the SKU list item
SkusApiGETSkuListPromotionRuleIdSkusGet /sku_list_promotion_rules/{skuListPromotionRuleId}/skusRetrieve the skus associated to the SKU list promotion rule
SkusApiGETSkusGet /skusList all SKUs
SkusApiGETSkusSkuIdGet /skus/{skuId}Retrieve a SKU
SkusApiGETStockItemIdSkuGet /stock_items/{stockItemId}/skuRetrieve the sku associated to the stock item
SkusApiGETStockLineItemIdSkuGet /stock_line_items/{stockLineItemId}/skuRetrieve the sku associated to the stock line item
SkusApiGETStockReservationIdSkuGet /stock_reservations/{stockReservationId}/skuRetrieve the sku associated to the stock reservation
SkusApiGETStockTransferIdSkuGet /stock_transfers/{stockTransferId}/skuRetrieve the sku associated to the stock transfer
SkusApiGETTaxCategoryIdSkuGet /tax_categories/{taxCategoryId}/skuRetrieve the sku associated to the tax category
SkusApiPATCHSkusSkuIdPatch /skus/{skuId}Update a SKU
SkusApiPOSTSkusPost /skusCreate a SKU
StockItemsApiDELETEStockItemsStockItemIdDelete /stock_items/{stockItemId}Delete a stock item
StockItemsApiGETReservedStockIdStockItemGet /reserved_stocks/{reservedStockId}/stock_itemRetrieve the stock item associated to the reserved stock
StockItemsApiGETSkuIdStockItemsGet /skus/{skuId}/stock_itemsRetrieve the stock items associated to the SKU
StockItemsApiGETStockItemsGet /stock_itemsList all stock items
StockItemsApiGETStockItemsStockItemIdGet /stock_items/{stockItemId}Retrieve a stock item
StockItemsApiGETStockLineItemIdStockItemGet /stock_line_items/{stockLineItemId}/stock_itemRetrieve the stock item associated to the stock line item
StockItemsApiGETStockLocationIdStockItemsGet /stock_locations/{stockLocationId}/stock_itemsRetrieve the stock items associated to the stock location
StockItemsApiGETStockReservationIdStockItemGet /stock_reservations/{stockReservationId}/stock_itemRetrieve the stock item associated to the stock reservation
StockItemsApiPATCHStockItemsStockItemIdPatch /stock_items/{stockItemId}Update a stock item
StockItemsApiPOSTStockItemsPost /stock_itemsCreate a stock item
StockLineItemsApiDELETEStockLineItemsStockLineItemIdDelete /stock_line_items/{stockLineItemId}Delete a stock line item
StockLineItemsApiGETLineItemIdStockLineItemsGet /line_items/{lineItemId}/stock_line_itemsRetrieve the stock line items associated to the line item
StockLineItemsApiGETOrderIdStockLineItemsGet /orders/{orderId}/stock_line_itemsRetrieve the stock line items associated to the order
StockLineItemsApiGETParcelLineItemIdStockLineItemGet /parcel_line_items/{parcelLineItemId}/stock_line_itemRetrieve the stock line item associated to the parcel line item
StockLineItemsApiGETShipmentIdStockLineItemsGet /shipments/{shipmentId}/stock_line_itemsRetrieve the stock line items associated to the shipment
StockLineItemsApiGETStockLineItemsGet /stock_line_itemsList all stock line items
StockLineItemsApiGETStockLineItemsStockLineItemIdGet /stock_line_items/{stockLineItemId}Retrieve a stock line item
StockLineItemsApiGETStockReservationIdStockLineItemGet /stock_reservations/{stockReservationId}/stock_line_itemRetrieve the stock line item associated to the stock reservation
StockLineItemsApiPATCHStockLineItemsStockLineItemIdPatch /stock_line_items/{stockLineItemId}Update a stock line item
StockLineItemsApiPOSTStockLineItemsPost /stock_line_itemsCreate a stock line item
StockLocationsApiDELETEStockLocationsStockLocationIdDelete /stock_locations/{stockLocationId}Delete a stock location
StockLocationsApiGETDeliveryLeadTimeIdStockLocationGet /delivery_lead_times/{deliveryLeadTimeId}/stock_locationRetrieve the stock location associated to the delivery lead time
StockLocationsApiGETInventoryReturnLocationIdStockLocationGet /inventory_return_locations/{inventoryReturnLocationId}/stock_locationRetrieve the stock location associated to the inventory return location
StockLocationsApiGETInventoryStockLocationIdStockLocationGet /inventory_stock_locations/{inventoryStockLocationId}/stock_locationRetrieve the stock location associated to the inventory stock location
StockLocationsApiGETPackageIdStockLocationGet /packages/{packageId}/stock_locationRetrieve the stock location associated to the package
StockLocationsApiGETPriceIdJwtStockLocationsGet /prices/{priceId}/jwt_stock_locationsRetrieve the jwt stock locations associated to the price
StockLocationsApiGETReturnIdStockLocationGet /returns/{returnId}/stock_locationRetrieve the stock location associated to the return
StockLocationsApiGETShipmentIdStockLocationGet /shipments/{shipmentId}/stock_locationRetrieve the stock location associated to the shipment
StockLocationsApiGETShippingMethodIdStockLocationGet /shipping_methods/{shippingMethodId}/stock_locationRetrieve the stock location associated to the shipping method
StockLocationsApiGETSkuIdJwtStockLocationsGet /skus/{skuId}/jwt_stock_locationsRetrieve the jwt stock locations associated to the SKU
StockLocationsApiGETStockItemIdStockLocationGet /stock_items/{stockItemId}/stock_locationRetrieve the stock location associated to the stock item
StockLocationsApiGETStockLocationsGet /stock_locationsList all stock locations
StockLocationsApiGETStockLocationsStockLocationIdGet /stock_locations/{stockLocationId}Retrieve a stock location
StockLocationsApiGETStockTransferIdDestinationStockLocationGet /stock_transfers/{stockTransferId}/destination_stock_locationRetrieve the destination stock location associated to the stock transfer
StockLocationsApiGETStockTransferIdOriginStockLocationGet /stock_transfers/{stockTransferId}/origin_stock_locationRetrieve the origin stock location associated to the stock transfer
StockLocationsApiGETStoreIdStockLocationGet /stores/{storeId}/stock_locationRetrieve the stock location associated to the store
StockLocationsApiPATCHStockLocationsStockLocationIdPatch /stock_locations/{stockLocationId}Update a stock location
StockLocationsApiPOSTStockLocationsPost /stock_locationsCreate a stock location
StockReservationsApiDELETEStockReservationsStockReservationIdDelete /stock_reservations/{stockReservationId}Delete a stock reservation
StockReservationsApiGETLineItemIdStockReservationsGet /line_items/{lineItemId}/stock_reservationsRetrieve the stock reservations associated to the line item
StockReservationsApiGETOrderIdStockReservationsGet /orders/{orderId}/stock_reservationsRetrieve the stock reservations associated to the order
StockReservationsApiGETReservedStockIdStockReservationsGet /reserved_stocks/{reservedStockId}/stock_reservationsRetrieve the stock reservations associated to the reserved stock
StockReservationsApiGETSkuIdStockReservationsGet /skus/{skuId}/stock_reservationsRetrieve the stock reservations associated to the SKU
StockReservationsApiGETStockItemIdStockReservationsGet /stock_items/{stockItemId}/stock_reservationsRetrieve the stock reservations associated to the stock item
StockReservationsApiGETStockLineItemIdStockReservationGet /stock_line_items/{stockLineItemId}/stock_reservationRetrieve the stock reservation associated to the stock line item
StockReservationsApiGETStockReservationsGet /stock_reservationsList all stock reservations
StockReservationsApiGETStockReservationsStockReservationIdGet /stock_reservations/{stockReservationId}Retrieve a stock reservation
StockReservationsApiGETStockTransferIdStockReservationGet /stock_transfers/{stockTransferId}/stock_reservationRetrieve the stock reservation associated to the stock transfer
StockReservationsApiPATCHStockReservationsStockReservationIdPatch /stock_reservations/{stockReservationId}Update a stock reservation
StockReservationsApiPOSTStockReservationsPost /stock_reservationsCreate a stock reservation
StockTransfersApiDELETEStockTransfersStockTransferIdDelete /stock_transfers/{stockTransferId}Delete a stock transfer
StockTransfersApiGETLineItemIdStockTransfersGet /line_items/{lineItemId}/stock_transfersRetrieve the stock transfers associated to the line item
StockTransfersApiGETOrderIdStockTransfersGet /orders/{orderId}/stock_transfersRetrieve the stock transfers associated to the order
StockTransfersApiGETShipmentIdStockTransfersGet /shipments/{shipmentId}/stock_transfersRetrieve the stock transfers associated to the shipment
StockTransfersApiGETStockLocationIdStockTransfersGet /stock_locations/{stockLocationId}/stock_transfersRetrieve the stock transfers associated to the stock location
StockTransfersApiGETStockReservationIdStockTransferGet /stock_reservations/{stockReservationId}/stock_transferRetrieve the stock transfer associated to the stock reservation
StockTransfersApiGETStockTransfersGet /stock_transfersList all stock transfers
StockTransfersApiGETStockTransfersStockTransferIdGet /stock_transfers/{stockTransferId}Retrieve a stock transfer
StockTransfersApiPATCHStockTransfersStockTransferIdPatch /stock_transfers/{stockTransferId}Update a stock transfer
StockTransfersApiPOSTStockTransfersPost /stock_transfersCreate a stock transfer
StoresApiDELETEStoresStoreIdDelete /stores/{storeId}Delete a store
StoresApiGETMarketIdStoresGet /markets/{marketId}/storesRetrieve the stores associated to the market
StoresApiGETOrderIdStoreGet /orders/{orderId}/storeRetrieve the store associated to the order
StoresApiGETPaymentMethodIdStoreGet /payment_methods/{paymentMethodId}/storeRetrieve the store associated to the payment method
StoresApiGETStockLocationIdStoresGet /stock_locations/{stockLocationId}/storesRetrieve the stores associated to the stock location
StoresApiGETStoresGet /storesList all stores
StoresApiGETStoresStoreIdGet /stores/{storeId}Retrieve a store
StoresApiPATCHStoresStoreIdPatch /stores/{storeId}Update a store
StoresApiPOSTStoresPost /storesCreate a store
StripeGatewaysApiDELETEStripeGatewaysStripeGatewayIdDelete /stripe_gateways/{stripeGatewayId}Delete a stripe gateway
StripeGatewaysApiGETStripeGatewaysGet /stripe_gatewaysList all stripe gateways
StripeGatewaysApiGETStripeGatewaysStripeGatewayIdGet /stripe_gateways/{stripeGatewayId}Retrieve a stripe gateway
StripeGatewaysApiPATCHStripeGatewaysStripeGatewayIdPatch /stripe_gateways/{stripeGatewayId}Update a stripe gateway
StripeGatewaysApiPOSTStripeGatewaysPost /stripe_gatewaysCreate a stripe gateway
StripePaymentsApiDELETEStripePaymentsStripePaymentIdDelete /stripe_payments/{stripePaymentId}Delete a stripe payment
StripePaymentsApiGETStripeGatewayIdStripePaymentsGet /stripe_gateways/{stripeGatewayId}/stripe_paymentsRetrieve the stripe payments associated to the stripe gateway
StripePaymentsApiGETStripePaymentsGet /stripe_paymentsList all stripe payments
StripePaymentsApiGETStripePaymentsStripePaymentIdGet /stripe_payments/{stripePaymentId}Retrieve a stripe payment
StripePaymentsApiPATCHStripePaymentsStripePaymentIdPatch /stripe_payments/{stripePaymentId}Update a stripe payment
StripePaymentsApiPOSTStripePaymentsPost /stripe_paymentsCreate a stripe payment
SubscriptionModelsApiDELETESubscriptionModelsSubscriptionModelIdDelete /subscription_models/{subscriptionModelId}Delete a subscription model
SubscriptionModelsApiGETMarketIdSubscriptionModelGet /markets/{marketId}/subscription_modelRetrieve the subscription model associated to the market
SubscriptionModelsApiGETOrderSubscriptionIdSubscriptionModelGet /order_subscriptions/{orderSubscriptionId}/subscription_modelRetrieve the subscription model associated to the order subscription
SubscriptionModelsApiGETSubscriptionModelsGet /subscription_modelsList all subscription models
SubscriptionModelsApiGETSubscriptionModelsSubscriptionModelIdGet /subscription_models/{subscriptionModelId}Retrieve a subscription model
SubscriptionModelsApiPATCHSubscriptionModelsSubscriptionModelIdPatch /subscription_models/{subscriptionModelId}Update a subscription model
SubscriptionModelsApiPOSTSubscriptionModelsPost /subscription_modelsCreate a subscription model
TagsApiDELETETagsTagIdDelete /tags/{tagId}Delete a tag
TagsApiGETAddressIdTagsGet /addresses/{addressId}/tagsRetrieve the tags associated to the address
TagsApiGETBundleIdTagsGet /bundles/{bundleId}/tagsRetrieve the tags associated to the bundle
TagsApiGETBuyXPayYPromotionIdTagsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/tagsRetrieve the tags associated to the buy x pay y promotion
TagsApiGETCouponIdTagsGet /coupons/{couponId}/tagsRetrieve the tags associated to the coupon
TagsApiGETCustomerIdTagsGet /customers/{customerId}/tagsRetrieve the tags associated to the customer
TagsApiGETExternalPromotionIdTagsGet /external_promotions/{externalPromotionId}/tagsRetrieve the tags associated to the external promotion
TagsApiGETFixedAmountPromotionIdTagsGet /fixed_amount_promotions/{fixedAmountPromotionId}/tagsRetrieve the tags associated to the fixed amount promotion
TagsApiGETFixedPricePromotionIdTagsGet /fixed_price_promotions/{fixedPricePromotionId}/tagsRetrieve the tags associated to the fixed price promotion
TagsApiGETFlexPromotionIdTagsGet /flex_promotions/{flexPromotionId}/tagsRetrieve the tags associated to the flex promotion
TagsApiGETFreeGiftPromotionIdTagsGet /free_gift_promotions/{freeGiftPromotionId}/tagsRetrieve the tags associated to the free gift promotion
TagsApiGETFreeShippingPromotionIdTagsGet /free_shipping_promotions/{freeShippingPromotionId}/tagsRetrieve the tags associated to the free shipping promotion
TagsApiGETGiftCardIdTagsGet /gift_cards/{giftCardId}/tagsRetrieve the tags associated to the gift card
TagsApiGETLineItemIdTagsGet /line_items/{lineItemId}/tagsRetrieve the tags associated to the line item
TagsApiGETLineItemOptionIdTagsGet /line_item_options/{lineItemOptionId}/tagsRetrieve the tags associated to the line item option
TagsApiGETOrderIdTagsGet /orders/{orderId}/tagsRetrieve the tags associated to the order
TagsApiGETOrderSubscriptionIdTagsGet /order_subscriptions/{orderSubscriptionId}/tagsRetrieve the tags associated to the order subscription
TagsApiGETPercentageDiscountPromotionIdTagsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/tagsRetrieve the tags associated to the percentage discount promotion
TagsApiGETPromotionIdTagsGet /promotions/{promotionId}/tagsRetrieve the tags associated to the promotion
TagsApiGETReturnIdTagsGet /returns/{returnId}/tagsRetrieve the tags associated to the return
TagsApiGETShipmentIdTagsGet /shipments/{shipmentId}/tagsRetrieve the tags associated to the shipment
TagsApiGETSkuIdTagsGet /skus/{skuId}/tagsRetrieve the tags associated to the SKU
TagsApiGETSkuOptionIdTagsGet /sku_options/{skuOptionId}/tagsRetrieve the tags associated to the SKU option
TagsApiGETTagsGet /tagsList all tags
TagsApiGETTagsTagIdGet /tags/{tagId}Retrieve a tag
TagsApiPATCHTagsTagIdPatch /tags/{tagId}Update a tag
TagsApiPOSTTagsPost /tagsCreate a tag
TaxCalculatorsApiGETMarketIdTaxCalculatorGet /markets/{marketId}/tax_calculatorRetrieve the tax calculator associated to the market
TaxCalculatorsApiGETTaxCalculatorsGet /tax_calculatorsList all tax calculators
TaxCalculatorsApiGETTaxCalculatorsTaxCalculatorIdGet /tax_calculators/{taxCalculatorId}Retrieve a tax calculator
TaxCategoriesApiDELETETaxCategoriesTaxCategoryIdDelete /tax_categories/{taxCategoryId}Delete a tax category
TaxCategoriesApiGETAvalaraAccountIdTaxCategoriesGet /avalara_accounts/{avalaraAccountId}/tax_categoriesRetrieve the tax categories associated to the avalara account
TaxCategoriesApiGETTaxCategoriesGet /tax_categoriesList all tax categories
TaxCategoriesApiGETTaxCategoriesTaxCategoryIdGet /tax_categories/{taxCategoryId}Retrieve a tax category
TaxCategoriesApiGETTaxjarAccountIdTaxCategoriesGet /taxjar_accounts/{taxjarAccountId}/tax_categoriesRetrieve the tax categories associated to the taxjar account
TaxCategoriesApiPATCHTaxCategoriesTaxCategoryIdPatch /tax_categories/{taxCategoryId}Update a tax category
TaxCategoriesApiPOSTTaxCategoriesPost /tax_categoriesCreate a tax category
TaxRulesApiDELETETaxRulesTaxRuleIdDelete /tax_rules/{taxRuleId}Delete a tax rule
TaxRulesApiGETManualTaxCalculatorIdTaxRulesGet /manual_tax_calculators/{manualTaxCalculatorId}/tax_rulesRetrieve the tax rules associated to the manual tax calculator
TaxRulesApiGETTaxRulesGet /tax_rulesList all tax rules
TaxRulesApiGETTaxRulesTaxRuleIdGet /tax_rules/{taxRuleId}Retrieve a tax rule
TaxRulesApiPATCHTaxRulesTaxRuleIdPatch /tax_rules/{taxRuleId}Update a tax rule
TaxRulesApiPOSTTaxRulesPost /tax_rulesCreate a tax rule
TaxjarAccountsApiDELETETaxjarAccountsTaxjarAccountIdDelete /taxjar_accounts/{taxjarAccountId}Delete a taxjar account
TaxjarAccountsApiGETTaxjarAccountsGet /taxjar_accountsList all taxjar accounts
TaxjarAccountsApiGETTaxjarAccountsTaxjarAccountIdGet /taxjar_accounts/{taxjarAccountId}Retrieve a taxjar account
TaxjarAccountsApiPATCHTaxjarAccountsTaxjarAccountIdPatch /taxjar_accounts/{taxjarAccountId}Update a taxjar account
TaxjarAccountsApiPOSTTaxjarAccountsPost /taxjar_accountsCreate a taxjar account
TransactionsApiGETTransactionsGet /transactionsList all transactions
TransactionsApiGETTransactionsTransactionIdGet /transactions/{transactionId}Retrieve a transaction
VersionsApiGETAddressIdVersionsGet /addresses/{addressId}/versionsRetrieve the versions associated to the address
VersionsApiGETAdjustmentIdVersionsGet /adjustments/{adjustmentId}/versionsRetrieve the versions associated to the adjustment
VersionsApiGETAdyenGatewayIdVersionsGet /adyen_gateways/{adyenGatewayId}/versionsRetrieve the versions associated to the adyen gateway
VersionsApiGETAdyenPaymentIdVersionsGet /adyen_payments/{adyenPaymentId}/versionsRetrieve the versions associated to the adyen payment
VersionsApiGETAuthorizationIdVersionsGet /authorizations/{authorizationId}/versionsRetrieve the versions associated to the authorization
VersionsApiGETAvalaraAccountIdVersionsGet /avalara_accounts/{avalaraAccountId}/versionsRetrieve the versions associated to the avalara account
VersionsApiGETAxerveGatewayIdVersionsGet /axerve_gateways/{axerveGatewayId}/versionsRetrieve the versions associated to the axerve gateway
VersionsApiGETAxervePaymentIdVersionsGet /axerve_payments/{axervePaymentId}/versionsRetrieve the versions associated to the axerve payment
VersionsApiGETBraintreeGatewayIdVersionsGet /braintree_gateways/{braintreeGatewayId}/versionsRetrieve the versions associated to the braintree gateway
VersionsApiGETBraintreePaymentIdVersionsGet /braintree_payments/{braintreePaymentId}/versionsRetrieve the versions associated to the braintree payment
VersionsApiGETBundleIdVersionsGet /bundles/{bundleId}/versionsRetrieve the versions associated to the bundle
VersionsApiGETBuyXPayYPromotionIdVersionsGet /buy_x_pay_y_promotions/{buyXPayYPromotionId}/versionsRetrieve the versions associated to the buy x pay y promotion
VersionsApiGETCaptureIdVersionsGet /captures/{captureId}/versionsRetrieve the versions associated to the capture
VersionsApiGETCarrierAccountIdVersionsGet /carrier_accounts/{carrierAccountId}/versionsRetrieve the versions associated to the carrier account
VersionsApiGETCheckoutComGatewayIdVersionsGet /checkout_com_gateways/{checkoutComGatewayId}/versionsRetrieve the versions associated to the checkout.com gateway
VersionsApiGETCheckoutComPaymentIdVersionsGet /checkout_com_payments/{checkoutComPaymentId}/versionsRetrieve the versions associated to the checkout.com payment
VersionsApiGETCleanupIdVersionsGet /cleanups/{cleanupId}/versionsRetrieve the versions associated to the cleanup
VersionsApiGETCouponCodesPromotionRuleIdVersionsGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/versionsRetrieve the versions associated to the coupon codes promotion rule
VersionsApiGETCouponIdVersionsGet /coupons/{couponId}/versionsRetrieve the versions associated to the coupon
VersionsApiGETCouponRecipientIdVersionsGet /coupon_recipients/{couponRecipientId}/versionsRetrieve the versions associated to the coupon recipient
VersionsApiGETCustomPromotionRuleIdVersionsGet /custom_promotion_rules/{customPromotionRuleId}/versionsRetrieve the versions associated to the custom promotion rule
VersionsApiGETCustomerAddressIdVersionsGet /customer_addresses/{customerAddressId}/versionsRetrieve the versions associated to the customer address
VersionsApiGETCustomerGroupIdVersionsGet /customer_groups/{customerGroupId}/versionsRetrieve the versions associated to the customer group
VersionsApiGETCustomerPaymentSourceIdVersionsGet /customer_payment_sources/{customerPaymentSourceId}/versionsRetrieve the versions associated to the customer payment source
VersionsApiGETCustomerSubscriptionIdVersionsGet /customer_subscriptions/{customerSubscriptionId}/versionsRetrieve the versions associated to the customer subscription
VersionsApiGETDeliveryLeadTimeIdVersionsGet /delivery_lead_times/{deliveryLeadTimeId}/versionsRetrieve the versions associated to the delivery lead time
VersionsApiGETExternalGatewayIdVersionsGet /external_gateways/{externalGatewayId}/versionsRetrieve the versions associated to the external gateway
VersionsApiGETExternalPaymentIdVersionsGet /external_payments/{externalPaymentId}/versionsRetrieve the versions associated to the external payment
VersionsApiGETExternalPromotionIdVersionsGet /external_promotions/{externalPromotionId}/versionsRetrieve the versions associated to the external promotion
VersionsApiGETExternalTaxCalculatorIdVersionsGet /external_tax_calculators/{externalTaxCalculatorId}/versionsRetrieve the versions associated to the external tax calculator
VersionsApiGETFixedAmountPromotionIdVersionsGet /fixed_amount_promotions/{fixedAmountPromotionId}/versionsRetrieve the versions associated to the fixed amount promotion
VersionsApiGETFixedPricePromotionIdVersionsGet /fixed_price_promotions/{fixedPricePromotionId}/versionsRetrieve the versions associated to the fixed price promotion
VersionsApiGETFlexPromotionIdVersionsGet /flex_promotions/{flexPromotionId}/versionsRetrieve the versions associated to the flex promotion
VersionsApiGETFreeGiftPromotionIdVersionsGet /free_gift_promotions/{freeGiftPromotionId}/versionsRetrieve the versions associated to the free gift promotion
VersionsApiGETFreeShippingPromotionIdVersionsGet /free_shipping_promotions/{freeShippingPromotionId}/versionsRetrieve the versions associated to the free shipping promotion
VersionsApiGETGiftCardIdVersionsGet /gift_cards/{giftCardId}/versionsRetrieve the versions associated to the gift card
VersionsApiGETGiftCardRecipientIdVersionsGet /gift_card_recipients/{giftCardRecipientId}/versionsRetrieve the versions associated to the gift card recipient
VersionsApiGETInStockSubscriptionIdVersionsGet /in_stock_subscriptions/{inStockSubscriptionId}/versionsRetrieve the versions associated to the in stock subscription
VersionsApiGETInventoryModelIdVersionsGet /inventory_models/{inventoryModelId}/versionsRetrieve the versions associated to the inventory model
VersionsApiGETInventoryReturnLocationIdVersionsGet /inventory_return_locations/{inventoryReturnLocationId}/versionsRetrieve the versions associated to the inventory return location
VersionsApiGETInventoryStockLocationIdVersionsGet /inventory_stock_locations/{inventoryStockLocationId}/versionsRetrieve the versions associated to the inventory stock location
VersionsApiGETKlarnaGatewayIdVersionsGet /klarna_gateways/{klarnaGatewayId}/versionsRetrieve the versions associated to the klarna gateway
VersionsApiGETKlarnaPaymentIdVersionsGet /klarna_payments/{klarnaPaymentId}/versionsRetrieve the versions associated to the klarna payment
VersionsApiGETManualGatewayIdVersionsGet /manual_gateways/{manualGatewayId}/versionsRetrieve the versions associated to the manual gateway
VersionsApiGETManualTaxCalculatorIdVersionsGet /manual_tax_calculators/{manualTaxCalculatorId}/versionsRetrieve the versions associated to the manual tax calculator
VersionsApiGETMarketIdVersionsGet /markets/{marketId}/versionsRetrieve the versions associated to the market
VersionsApiGETMerchantIdVersionsGet /merchants/{merchantId}/versionsRetrieve the versions associated to the merchant
VersionsApiGETOrderAmountPromotionRuleIdVersionsGet /order_amount_promotion_rules/{orderAmountPromotionRuleId}/versionsRetrieve the versions associated to the order amount promotion rule
VersionsApiGETOrderIdVersionsGet /orders/{orderId}/versionsRetrieve the versions associated to the order
VersionsApiGETOrderSubscriptionIdVersionsGet /order_subscriptions/{orderSubscriptionId}/versionsRetrieve the versions associated to the order subscription
VersionsApiGETPackageIdVersionsGet /packages/{packageId}/versionsRetrieve the versions associated to the package
VersionsApiGETParcelIdVersionsGet /parcels/{parcelId}/versionsRetrieve the versions associated to the parcel
VersionsApiGETParcelLineItemIdVersionsGet /parcel_line_items/{parcelLineItemId}/versionsRetrieve the versions associated to the parcel line item
VersionsApiGETPaymentGatewayIdVersionsGet /payment_gateways/{paymentGatewayId}/versionsRetrieve the versions associated to the payment gateway
VersionsApiGETPaymentMethodIdVersionsGet /payment_methods/{paymentMethodId}/versionsRetrieve the versions associated to the payment method
VersionsApiGETPaypalGatewayIdVersionsGet /paypal_gateways/{paypalGatewayId}/versionsRetrieve the versions associated to the paypal gateway
VersionsApiGETPaypalPaymentIdVersionsGet /paypal_payments/{paypalPaymentId}/versionsRetrieve the versions associated to the paypal payment
VersionsApiGETPercentageDiscountPromotionIdVersionsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/versionsRetrieve the versions associated to the percentage discount promotion
VersionsApiGETPriceFrequencyTierIdVersionsGet /price_frequency_tiers/{priceFrequencyTierId}/versionsRetrieve the versions associated to the price frequency tier
VersionsApiGETPriceIdVersionsGet /prices/{priceId}/versionsRetrieve the versions associated to the price
VersionsApiGETPriceListIdVersionsGet /price_lists/{priceListId}/versionsRetrieve the versions associated to the price list
VersionsApiGETPriceListSchedulerIdVersionsGet /price_list_schedulers/{priceListSchedulerId}/versionsRetrieve the versions associated to the price list scheduler
VersionsApiGETPriceTierIdVersionsGet /price_tiers/{priceTierId}/versionsRetrieve the versions associated to the price tier
VersionsApiGETPriceVolumeTierIdVersionsGet /price_volume_tiers/{priceVolumeTierId}/versionsRetrieve the versions associated to the price volume tier
VersionsApiGETPromotionIdVersionsGet /promotions/{promotionId}/versionsRetrieve the versions associated to the promotion
VersionsApiGETPromotionRuleIdVersionsGet /promotion_rules/{promotionRuleId}/versionsRetrieve the versions associated to the promotion rule
VersionsApiGETRefundIdVersionsGet /refunds/{refundId}/versionsRetrieve the versions associated to the refund
VersionsApiGETReservedStockIdVersionsGet /reserved_stocks/{reservedStockId}/versionsRetrieve the versions associated to the reserved stock
VersionsApiGETReturnIdVersionsGet /returns/{returnId}/versionsRetrieve the versions associated to the return
VersionsApiGETSatispayGatewayIdVersionsGet /satispay_gateways/{satispayGatewayId}/versionsRetrieve the versions associated to the satispay gateway
VersionsApiGETSatispayPaymentIdVersionsGet /satispay_payments/{satispayPaymentId}/versionsRetrieve the versions associated to the satispay payment
VersionsApiGETShipmentIdVersionsGet /shipments/{shipmentId}/versionsRetrieve the versions associated to the shipment
VersionsApiGETShippingCategoryIdVersionsGet /shipping_categories/{shippingCategoryId}/versionsRetrieve the versions associated to the shipping category
VersionsApiGETShippingMethodIdVersionsGet /shipping_methods/{shippingMethodId}/versionsRetrieve the versions associated to the shipping method
VersionsApiGETShippingMethodTierIdVersionsGet /shipping_method_tiers/{shippingMethodTierId}/versionsRetrieve the versions associated to the shipping method tier
VersionsApiGETShippingWeightTierIdVersionsGet /shipping_weight_tiers/{shippingWeightTierId}/versionsRetrieve the versions associated to the shipping weight tier
VersionsApiGETShippingZoneIdVersionsGet /shipping_zones/{shippingZoneId}/versionsRetrieve the versions associated to the shipping zone
VersionsApiGETSkuIdVersionsGet /skus/{skuId}/versionsRetrieve the versions associated to the SKU
VersionsApiGETSkuListIdVersionsGet /sku_lists/{skuListId}/versionsRetrieve the versions associated to the SKU list
VersionsApiGETSkuListItemIdVersionsGet /sku_list_items/{skuListItemId}/versionsRetrieve the versions associated to the SKU list item
VersionsApiGETSkuListPromotionRuleIdVersionsGet /sku_list_promotion_rules/{skuListPromotionRuleId}/versionsRetrieve the versions associated to the SKU list promotion rule
VersionsApiGETSkuOptionIdVersionsGet /sku_options/{skuOptionId}/versionsRetrieve the versions associated to the SKU option
VersionsApiGETStockItemIdVersionsGet /stock_items/{stockItemId}/versionsRetrieve the versions associated to the stock item
VersionsApiGETStockLineItemIdVersionsGet /stock_line_items/{stockLineItemId}/versionsRetrieve the versions associated to the stock line item
VersionsApiGETStockLocationIdVersionsGet /stock_locations/{stockLocationId}/versionsRetrieve the versions associated to the stock location
VersionsApiGETStockTransferIdVersionsGet /stock_transfers/{stockTransferId}/versionsRetrieve the versions associated to the stock transfer
VersionsApiGETStoreIdVersionsGet /stores/{storeId}/versionsRetrieve the versions associated to the store
VersionsApiGETStripeGatewayIdVersionsGet /stripe_gateways/{stripeGatewayId}/versionsRetrieve the versions associated to the stripe gateway
VersionsApiGETStripePaymentIdVersionsGet /stripe_payments/{stripePaymentId}/versionsRetrieve the versions associated to the stripe payment
VersionsApiGETTaxCalculatorIdVersionsGet /tax_calculators/{taxCalculatorId}/versionsRetrieve the versions associated to the tax calculator
VersionsApiGETTaxCategoryIdVersionsGet /tax_categories/{taxCategoryId}/versionsRetrieve the versions associated to the tax category
VersionsApiGETTaxRuleIdVersionsGet /tax_rules/{taxRuleId}/versionsRetrieve the versions associated to the tax rule
VersionsApiGETTaxjarAccountIdVersionsGet /taxjar_accounts/{taxjarAccountId}/versionsRetrieve the versions associated to the taxjar account
VersionsApiGETTransactionIdVersionsGet /transactions/{transactionId}/versionsRetrieve the versions associated to the transaction
VersionsApiGETVersionsGet /versionsList all versions
VersionsApiGETVersionsVersionIdGet /versions/{versionId}Retrieve a version
VersionsApiGETVoidIdVersionsGet /voids/{voidId}/versionsRetrieve the versions associated to the void
VersionsApiGETWebhookIdVersionsGet /webhooks/{webhookId}/versionsRetrieve the versions associated to the webhook
VersionsApiGETWireTransferIdVersionsGet /wire_transfers/{wireTransferId}/versionsRetrieve the versions associated to the wire transfer
VoidsApiGETAuthorizationIdVoidsGet /authorizations/{authorizationId}/voidsRetrieve the voids associated to the authorization
VoidsApiGETOrderIdVoidsGet /orders/{orderId}/voidsRetrieve the voids associated to the order
VoidsApiGETVoidsGet /voidsList all voids
VoidsApiGETVoidsVoidIdGet /voids/{voidId}Retrieve a void
VoidsApiPATCHVoidsVoidIdPatch /voids/{voidId}Update a void
WebhooksApiDELETEWebhooksWebhookIdDelete /webhooks/{webhookId}Delete a webhook
WebhooksApiGETEventCallbackIdWebhookGet /event_callbacks/{eventCallbackId}/webhookRetrieve the webhook associated to the event callback
WebhooksApiGETEventIdWebhooksGet /events/{eventId}/webhooksRetrieve the webhooks associated to the event
WebhooksApiGETWebhooksGet /webhooksList all webhooks
WebhooksApiGETWebhooksWebhookIdGet /webhooks/{webhookId}Retrieve a webhook
WebhooksApiPATCHWebhooksWebhookIdPatch /webhooks/{webhookId}Update a webhook
WebhooksApiPOSTWebhooksPost /webhooksCreate a webhook
WireTransfersApiDELETEWireTransfersWireTransferIdDelete /wire_transfers/{wireTransferId}Delete a wire transfer
WireTransfersApiGETWireTransfersGet /wire_transfersList all wire transfers
WireTransfersApiGETWireTransfersWireTransferIdGet /wire_transfers/{wireTransferId}Retrieve a wire transfer
WireTransfersApiPATCHWireTransfersWireTransferIdPatch /wire_transfers/{wireTransferId}Update a wire transfer
WireTransfersApiPOSTWireTransfersPost /wire_transfersCreate a wire transfer

Documentation For Models

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

Author

[email protected]