# Packages

No description provided by the author

# 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: 4.1.3
  • 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/incentro-dc/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
AttachmentsApiGETAvalaraAccountIdAttachmentsGet /avalara_accounts/{avalaraAccountId}/attachmentsRetrieve the attachments associated to the avalara account
AttachmentsApiGETBillingInfoValidationRuleIdAttachmentsGet /billing_info_validation_rules/{billingInfoValidationRuleId}/attachmentsRetrieve the attachments associated to the billing info validation rule
AttachmentsApiGETBingGeocoderIdAttachmentsGet /bing_geocoders/{bingGeocoderId}/attachmentsRetrieve the attachments associated to the bing geocoder
AttachmentsApiGETBundleIdAttachmentsGet /bundles/{bundleId}/attachmentsRetrieve the attachments associated to the bundle
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
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
AttachmentsApiGETOrderValidationRuleIdAttachmentsGet /order_validation_rules/{orderValidationRuleId}/attachmentsRetrieve the attachments associated to the order validation rule
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
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
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
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
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
BillingInfoValidationRulesApiDELETEBillingInfoValidationRulesBillingInfoValidationRuleIdDelete /billing_info_validation_rules/{billingInfoValidationRuleId}Delete a billing info validation rule
BillingInfoValidationRulesApiGETBillingInfoValidationRulesGet /billing_info_validation_rulesList all billing info validation rules
BillingInfoValidationRulesApiGETBillingInfoValidationRulesBillingInfoValidationRuleIdGet /billing_info_validation_rules/{billingInfoValidationRuleId}Retrieve a billing info validation rule
BillingInfoValidationRulesApiPATCHBillingInfoValidationRulesBillingInfoValidationRuleIdPatch /billing_info_validation_rules/{billingInfoValidationRuleId}Update a billing info validation rule
BillingInfoValidationRulesApiPOSTBillingInfoValidationRulesPost /billing_info_validation_rulesCreate a billing info validation rule
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
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
CapturesApiPATCHCapturesCaptureIdPatch /captures/{captureId}Update a capture
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
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
CleanupsApiPOSTCleanupsPost /cleanupsCreate a cleanup
CouponCodesPromotionRulesApiDELETECouponCodesPromotionRulesCouponCodesPromotionRuleIdDelete /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}Delete a coupon codes promotion rule
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
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
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
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
CouponsApiPATCHCouponsCouponIdPatch /coupons/{couponId}Update a coupon
CouponsApiPOSTCouponsPost /couponsCreate a coupon
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
CustomersApiGETReturnIdCustomerGet /returns/{returnId}/customerRetrieve the customer associated to the return
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
EventsApiGETAuthorizationIdEventsGet /authorizations/{authorizationId}/eventsRetrieve the events associated to the authorization
EventsApiGETCaptureIdEventsGet /captures/{captureId}/eventsRetrieve the events associated to the capture
EventsApiGETCleanupIdEventsGet /cleanups/{cleanupId}/eventsRetrieve the events associated to the cleanup
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
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
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
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
EventsApiGETStockTransferIdEventsGet /stock_transfers/{stockTransferId}/eventsRetrieve the events associated to the stock transfer
EventsApiGETVoidIdEventsGet /voids/{voidId}/eventsRetrieve the events associated to the void
ExportsApiDELETEExportsExportIdDelete /exports/{exportId}Delete an export
ExportsApiGETExportsGet /exportsList all exports
ExportsApiGETExportsExportIdGet /exports/{exportId}Retrieve 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
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
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
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
HasManyApiGETAuthorizationIdCapturesGet /authorizations/{authorizationId}/capturesRetrieve the captures associated to the authorization
HasManyApiGETAuthorizationIdEventsGet /authorizations/{authorizationId}/eventsRetrieve the events 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
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
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
HasManyApiGETBillingInfoValidationRuleIdAttachmentsGet /billing_info_validation_rules/{billingInfoValidationRuleId}/attachmentsRetrieve the attachments associated to the billing info validation rule
HasManyApiGETBingGeocoderIdAddressesGet /bing_geocoders/{bingGeocoderId}/addressesRetrieve the addresses associated to the bing geocoder
HasManyApiGETBingGeocoderIdAttachmentsGet /bing_geocoders/{bingGeocoderId}/attachmentsRetrieve the attachments 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
HasManyApiGETBundleIdAttachmentsGet /bundles/{bundleId}/attachmentsRetrieve the attachments associated to the bundle
HasManyApiGETBundleIdSkusGet /bundles/{bundleId}/skusRetrieve the skus associated to the bundle
HasManyApiGETCaptureIdEventsGet /captures/{captureId}/eventsRetrieve the events associated to the capture
HasManyApiGETCaptureIdRefundsGet /captures/{captureId}/refundsRetrieve the refunds associated to the capture
HasManyApiGETCarrierAccountIdAttachmentsGet /carrier_accounts/{carrierAccountId}/attachmentsRetrieve the attachments 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
HasManyApiGETCleanupIdEventsGet /cleanups/{cleanupId}/eventsRetrieve the events associated to the cleanup
HasManyApiGETCouponCodesPromotionRuleIdCouponsGet /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/couponsRetrieve the coupons associated to the coupon codes promotion rule
HasManyApiGETCouponRecipientIdAttachmentsGet /coupon_recipients/{couponRecipientId}/attachmentsRetrieve the attachments associated to the coupon recipient
HasManyApiGETCustomerAddressIdEventsGet /customer_addresses/{customerAddressId}/eventsRetrieve the events 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
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
HasManyApiGETCustomerPasswordResetIdEventsGet /customer_password_resets/{customerPasswordResetId}/eventsRetrieve the events associated to the customer password reset
HasManyApiGETCustomerSubscriptionIdEventsGet /customer_subscriptions/{customerSubscriptionId}/eventsRetrieve the events associated to the customer subscription
HasManyApiGETDeliveryLeadTimeIdAttachmentsGet /delivery_lead_times/{deliveryLeadTimeId}/attachmentsRetrieve the attachments 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
HasManyApiGETExternalPromotionIdAttachmentsGet /external_promotions/{externalPromotionId}/attachmentsRetrieve the attachments associated to the external promotion
HasManyApiGETExternalPromotionIdEventsGet /external_promotions/{externalPromotionId}/eventsRetrieve the events 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
HasManyApiGETFixedAmountPromotionIdAttachmentsGet /fixed_amount_promotions/{fixedAmountPromotionId}/attachmentsRetrieve the attachments associated to the fixed amount promotion
HasManyApiGETFixedAmountPromotionIdEventsGet /fixed_amount_promotions/{fixedAmountPromotionId}/eventsRetrieve the events associated to the fixed amount promotion
HasManyApiGETFixedPricePromotionIdAttachmentsGet /fixed_price_promotions/{fixedPricePromotionId}/attachmentsRetrieve the attachments 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
HasManyApiGETFreeGiftPromotionIdAttachmentsGet /free_gift_promotions/{freeGiftPromotionId}/attachmentsRetrieve the attachments 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
HasManyApiGETFreeShippingPromotionIdAttachmentsGet /free_shipping_promotions/{freeShippingPromotionId}/attachmentsRetrieve the attachments associated to the free shipping promotion
HasManyApiGETFreeShippingPromotionIdEventsGet /free_shipping_promotions/{freeShippingPromotionId}/eventsRetrieve the events 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
HasManyApiGETGiftCardIdAttachmentsGet /gift_cards/{giftCardId}/attachmentsRetrieve the attachments associated to the gift card
HasManyApiGETGiftCardIdEventsGet /gift_cards/{giftCardId}/eventsRetrieve the events associated to the gift card
HasManyApiGETGiftCardRecipientIdAttachmentsGet /gift_card_recipients/{giftCardRecipientId}/attachmentsRetrieve the attachments 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
HasManyApiGETImportIdEventsGet /imports/{importId}/eventsRetrieve the events associated to the import
HasManyApiGETInStockSubscriptionIdEventsGet /in_stock_subscriptions/{inStockSubscriptionId}/eventsRetrieve the events 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
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
HasManyApiGETLineItemIdLineItemOptionsGet /line_items/{lineItemId}/line_item_optionsRetrieve the line item options associated to the line item
HasManyApiGETLineItemIdStockLineItemsGet /line_items/{lineItemId}/stock_line_itemsRetrieve the stock line items associated to the line item
HasManyApiGETLineItemIdStockTransfersGet /line_items/{lineItemId}/stock_transfersRetrieve the stock transfers associated to the line item
HasManyApiGETManualGatewayIdPaymentMethodsGet /manual_gateways/{manualGatewayId}/payment_methodsRetrieve the payment methods 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
HasManyApiGETMarketIdAttachmentsGet /markets/{marketId}/attachmentsRetrieve the attachments associated to the market
HasManyApiGETMerchantIdAttachmentsGet /merchants/{merchantId}/attachmentsRetrieve the attachments associated to the merchant
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
HasManyApiGETOrderIdLineItemsGet /orders/{orderId}/line_itemsRetrieve the line items 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
HasManyApiGETOrderIdRecurringOrderCopiesGet /orders/{orderId}/recurring_order_copiesRetrieve the recurring order copies associated to the order
HasManyApiGETOrderIdRefundsGet /orders/{orderId}/refundsRetrieve the refunds associated to the order
HasManyApiGETOrderIdReturnsGet /orders/{orderId}/returnsRetrieve the returns associated to the order
HasManyApiGETOrderIdShipmentsGet /orders/{orderId}/shipmentsRetrieve the shipments 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
HasManyApiGETOrderValidationRuleIdAttachmentsGet /order_validation_rules/{orderValidationRuleId}/attachmentsRetrieve the attachments associated to the order validation rule
HasManyApiGETPackageIdAttachmentsGet /packages/{packageId}/attachmentsRetrieve the attachments associated to the package
HasManyApiGETPackageIdParcelsGet /packages/{packageId}/parcelsRetrieve the parcels 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
HasManyApiGETPaymentGatewayIdPaymentMethodsGet /payment_gateways/{paymentGatewayId}/payment_methodsRetrieve the payment methods associated to the payment gateway
HasManyApiGETPaymentMethodIdAttachmentsGet /payment_methods/{paymentMethodId}/attachmentsRetrieve the attachments associated to the payment method
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
HasManyApiGETPercentageDiscountPromotionIdAttachmentsGet /percentage_discount_promotions/{percentageDiscountPromotionId}/attachmentsRetrieve the attachments 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
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
HasManyApiGETPriceIdAttachmentsGet /prices/{priceId}/attachmentsRetrieve the attachments 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
HasManyApiGETPriceListIdAttachmentsGet /price_lists/{priceListId}/attachmentsRetrieve the attachments associated to the price list
HasManyApiGETPriceListIdPricesGet /price_lists/{priceListId}/pricesRetrieve the prices associated to the price list
HasManyApiGETPriceTierIdAttachmentsGet /price_tiers/{priceTierId}/attachmentsRetrieve the attachments 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
HasManyApiGETPromotionIdAttachmentsGet /promotions/{promotionId}/attachmentsRetrieve the attachments associated to the promotion
HasManyApiGETPromotionIdEventsGet /promotions/{promotionId}/eventsRetrieve the events associated to the promotion
HasManyApiGETRecurringOrderCopyIdEventsGet /recurring_order_copies/{recurringOrderCopyId}/eventsRetrieve the events associated to the recurring order copy
HasManyApiGETRefundIdEventsGet /refunds/{refundId}/eventsRetrieve the events associated to the refund
HasManyApiGETReturnIdAttachmentsGet /returns/{returnId}/attachmentsRetrieve the attachments associated to the return
HasManyApiGETReturnIdEventsGet /returns/{returnId}/eventsRetrieve the events associated to the return
HasManyApiGETReturnIdReturnLineItemsGet /returns/{returnId}/return_line_itemsRetrieve the return line items 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
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
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
HasManyApiGETShippingCategoryIdAttachmentsGet /shipping_categories/{shippingCategoryId}/attachmentsRetrieve the attachments associated to the shipping category
HasManyApiGETShippingCategoryIdSkusGet /shipping_categories/{shippingCategoryId}/skusRetrieve the skus 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
HasManyApiGETShippingMethodTierIdAttachmentsGet /shipping_method_tiers/{shippingMethodTierId}/attachmentsRetrieve the attachments associated to the shipping method tier
HasManyApiGETShippingWeightTierIdAttachmentsGet /shipping_weight_tiers/{shippingWeightTierId}/attachmentsRetrieve the attachments associated to the shipping weight tier
HasManyApiGETShippingZoneIdAttachmentsGet /shipping_zones/{shippingZoneId}/attachmentsRetrieve the attachments 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
HasManyApiGETSkuIdPricesGet /skus/{skuId}/pricesRetrieve the prices 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
HasManyApiGETSkuListIdAttachmentsGet /sku_lists/{skuListId}/attachmentsRetrieve the attachments associated to the SKU list
HasManyApiGETSkuListIdBundlesGet /sku_lists/{skuListId}/bundlesRetrieve the bundles 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
HasManyApiGETSkuListPromotionRuleIdSkusGet /sku_list_promotion_rules/{skuListPromotionRuleId}/skusRetrieve the skus associated to the SKU list promotion rule
HasManyApiGETSkuOptionIdAttachmentsGet /sku_options/{skuOptionId}/attachmentsRetrieve the attachments associated to the SKU option
HasManyApiGETStockItemIdAttachmentsGet /stock_items/{stockItemId}/attachmentsRetrieve the attachments associated to the stock 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
HasManyApiGETStockTransferIdEventsGet /stock_transfers/{stockTransferId}/eventsRetrieve the events associated to the stock transfer
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
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
HasManyApiGETTaxCategoryIdAttachmentsGet /tax_categories/{taxCategoryId}/attachmentsRetrieve the attachments associated to the tax category
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
HasManyApiGETVoidIdEventsGet /voids/{voidId}/eventsRetrieve the events associated to the void
HasManyApiGETWebhookIdLastEventCallbacksGet /webhooks/{webhookId}/last_event_callbacksRetrieve the last event callbacks associated to the webhook
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
HasOneApiGETBillingInfoValidationRuleIdMarketGet /billing_info_validation_rules/{billingInfoValidationRuleId}/marketRetrieve the market associated to the billing info validation rule
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
HasOneApiGETCaptureIdOrderGet /captures/{captureId}/orderRetrieve the order associated to the capture
HasOneApiGETCaptureIdReferenceAuthorizationGet /captures/{captureId}/reference_authorizationRetrieve the reference authorization 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
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
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
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
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
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
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
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
HasOneApiGETFreeGiftPromotionIdCouponCodesPromotionRuleGet /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_ruleRetrieve the coupon codes 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
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
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
HasOneApiGETMarketIdCustomerGroupGet /markets/{marketId}/customer_groupRetrieve the customer group 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
HasOneApiGETOrderIdPaymentMethodGet /orders/{orderId}/payment_methodRetrieve the payment method associated to the order
HasOneApiGETOrderIdShippingAddressGet /orders/{orderId}/shipping_addressRetrieve the shipping address 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
HasOneApiGETOrderValidationRuleIdMarketGet /order_validation_rules/{orderValidationRuleId}/marketRetrieve the market associated to the order validation rule
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
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
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
HasOneApiGETPriceIdPriceListGet /prices/{priceId}/price_listRetrieve the price list associated to the price
HasOneApiGETPriceIdSkuGet /prices/{priceId}/skuRetrieve the sku associated to the price
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
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
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
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
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
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
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
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
HasOneApiGETStockLineItemIdStockItemGet /stock_line_items/{stockLineItemId}/stock_itemRetrieve the stock item associated to the stock line item
HasOneApiGETStockLocationIdAddressGet /stock_locations/{stockLocationId}/addressRetrieve the address associated to the stock location
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
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
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
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
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
LineItemsApiGETReturnLineItemIdLineItemGet /return_line_items/{returnLineItemId}/line_itemRetrieve the line item associated to the return line item
LineItemsApiGETStockLineItemIdLineItemGet /stock_line_items/{stockLineItemId}/line_itemRetrieve the line item associated to the stock line item
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
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
MarketsApiGETBillingInfoValidationRuleIdMarketGet /billing_info_validation_rules/{billingInfoValidationRuleId}/marketRetrieve the market associated to the billing info validation rule
MarketsApiGETBundleIdMarketGet /bundles/{bundleId}/marketRetrieve the market associated to the bundle
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
MarketsApiGETGiftCardIdMarketGet /gift_cards/{giftCardId}/marketRetrieve the market associated to the gift card
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
MarketsApiGETOrderValidationRuleIdMarketGet /order_validation_rules/{orderValidationRuleId}/marketRetrieve the market associated to the order validation rule
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
MarketsApiGETPromotionIdMarketGet /promotions/{promotionId}/marketRetrieve the market associated to the promotion
MarketsApiGETShippingMethodIdMarketGet /shipping_methods/{shippingMethodId}/marketRetrieve the market associated to the shipping method
MarketsApiGETSkuOptionIdMarketGet /sku_options/{skuOptionId}/marketRetrieve the market associated to the SKU option
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
MerchantsApiPATCHMerchantsMerchantIdPatch /merchants/{merchantId}Update a merchant
MerchantsApiPOSTMerchantsPost /merchantsCreate a merchant
OrderAmountPromotionRulesApiDELETEOrderAmountPromotionRulesOrderAmountPromotionRuleIdDelete /order_amount_promotion_rules/{orderAmountPromotionRuleId}Delete an order amount promotion rule
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
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
OrderValidationRulesApiGETOrderValidationRulesGet /order_validation_rulesList all order validation rules
OrderValidationRulesApiGETOrderValidationRulesOrderValidationRuleIdGet /order_validation_rules/{orderValidationRuleId}Retrieve an order validation rule
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
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
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
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
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
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
PriceListsApiDELETEPriceListsPriceListIdDelete /price_lists/{priceListId}Delete a price list
PriceListsApiGETMarketIdPriceListGet /markets/{marketId}/price_listRetrieve the price list associated to the market
PriceListsApiGETPriceIdPriceListGet /prices/{priceId}/price_listRetrieve the price list associated to the price
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
ReturnLineItemsApiDELETEReturnLineItemsReturnLineItemIdDelete /return_line_items/{returnLineItemId}Delete a return 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
ReturnsApiGETCustomerIdReturnsGet /customers/{customerId}/returnsRetrieve the returns associated to the customer
ReturnsApiGETOrderIdReturnsGet /orders/{orderId}/returnsRetrieve the returns associated to the order
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
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
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
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
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
SkuListsApiGETCustomerIdSkuListsGet /customers/{customerId}/sku_listsRetrieve the sku lists associated to the customer
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
SkuListsApiGETPercentageDiscountPromotionIdSkuListGet /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_listRetrieve the sku list associated to the percentage discount promotion
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
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
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
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
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
StockItemsApiPATCHStockItemsStockItemIdPatch /stock_items/{stockItemId}Update a stock item
StockItemsApiPOSTStockItemsPost /stock_itemsCreate a stock item
StockLineItemsApiGETLineItemIdStockLineItemsGet /line_items/{lineItemId}/stock_line_itemsRetrieve the stock line items associated to the line item
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
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
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
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
StockLocationsApiPATCHStockLocationsStockLocationIdPatch /stock_locations/{stockLocationId}Update a stock location
StockLocationsApiPOSTStockLocationsPost /stock_locationsCreate a stock location
StockTransfersApiDELETEStockTransfersStockTransferIdDelete /stock_transfers/{stockTransferId}Delete a stock transfer
StockTransfersApiGETLineItemIdStockTransfersGet /line_items/{lineItemId}/stock_transfersRetrieve the stock transfers associated to the line item
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
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
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
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
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
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]