api

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: MIT Imports: 20 Imported by: 1

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

Class Method HTTP request Description
AddressesApi DELETEAddressesAddressId Delete /addresses/{addressId} Delete an address
AddressesApi GETAddresses Get /addresses List all addresses
AddressesApi GETAddressesAddressId Get /addresses/{addressId} Retrieve an address
AddressesApi GETBingGeocoderIdAddresses Get /bing_geocoders/{bingGeocoderId}/addresses Retrieve the addresses associated to the bing geocoder
AddressesApi GETCustomerAddressIdAddress Get /customer_addresses/{customerAddressId}/address Retrieve the address associated to the customer address
AddressesApi GETGeocoderIdAddresses Get /geocoders/{geocoderId}/addresses Retrieve the addresses associated to the geocoder
AddressesApi GETGoogleGeocoderIdAddresses Get /google_geocoders/{googleGeocoderId}/addresses Retrieve the addresses associated to the google geocoder
AddressesApi GETMerchantIdAddress Get /merchants/{merchantId}/address Retrieve the address associated to the merchant
AddressesApi GETOrderIdBillingAddress Get /orders/{orderId}/billing_address Retrieve the billing address associated to the order
AddressesApi GETOrderIdShippingAddress Get /orders/{orderId}/shipping_address Retrieve the shipping address associated to the order
AddressesApi GETReturnIdDestinationAddress Get /returns/{returnId}/destination_address Retrieve the destination address associated to the return
AddressesApi GETReturnIdOriginAddress Get /returns/{returnId}/origin_address Retrieve the origin address associated to the return
AddressesApi GETShipmentIdOriginAddress Get /shipments/{shipmentId}/origin_address Retrieve the origin address associated to the shipment
AddressesApi GETShipmentIdShippingAddress Get /shipments/{shipmentId}/shipping_address Retrieve the shipping address associated to the shipment
AddressesApi GETStockLocationIdAddress Get /stock_locations/{stockLocationId}/address Retrieve the address associated to the stock location
AddressesApi PATCHAddressesAddressId Patch /addresses/{addressId} Update an address
AddressesApi POSTAddresses Post /addresses Create an address
AdjustmentsApi DELETEAdjustmentsAdjustmentId Delete /adjustments/{adjustmentId} Delete an adjustment
AdjustmentsApi GETAdjustments Get /adjustments List all adjustments
AdjustmentsApi GETAdjustmentsAdjustmentId Get /adjustments/{adjustmentId} Retrieve an adjustment
AdjustmentsApi PATCHAdjustmentsAdjustmentId Patch /adjustments/{adjustmentId} Update an adjustment
AdjustmentsApi POSTAdjustments Post /adjustments Create an adjustment
AdyenGatewaysApi DELETEAdyenGatewaysAdyenGatewayId Delete /adyen_gateways/{adyenGatewayId} Delete an adyen gateway
AdyenGatewaysApi GETAdyenGateways Get /adyen_gateways List all adyen gateways
AdyenGatewaysApi GETAdyenGatewaysAdyenGatewayId Get /adyen_gateways/{adyenGatewayId} Retrieve an adyen gateway
AdyenGatewaysApi PATCHAdyenGatewaysAdyenGatewayId Patch /adyen_gateways/{adyenGatewayId} Update an adyen gateway
AdyenGatewaysApi POSTAdyenGateways Post /adyen_gateways Create an adyen gateway
AdyenPaymentsApi DELETEAdyenPaymentsAdyenPaymentId Delete /adyen_payments/{adyenPaymentId} Delete an adyen payment
AdyenPaymentsApi GETAdyenGatewayIdAdyenPayments Get /adyen_gateways/{adyenGatewayId}/adyen_payments Retrieve the adyen payments associated to the adyen gateway
AdyenPaymentsApi GETAdyenPayments Get /adyen_payments List all adyen payments
AdyenPaymentsApi GETAdyenPaymentsAdyenPaymentId Get /adyen_payments/{adyenPaymentId} Retrieve an adyen payment
AdyenPaymentsApi PATCHAdyenPaymentsAdyenPaymentId Patch /adyen_payments/{adyenPaymentId} Update an adyen payment
AdyenPaymentsApi POSTAdyenPayments Post /adyen_payments Create an adyen payment
ApplicationApi GETApplicationApplicationId Get /application Retrieve the application
AttachmentsApi DELETEAttachmentsAttachmentId Delete /attachments/{attachmentId} Delete an attachment
AttachmentsApi GETAttachments Get /attachments List all attachments
AttachmentsApi GETAttachmentsAttachmentId Get /attachments/{attachmentId} Retrieve an attachment
AttachmentsApi GETAvalaraAccountIdAttachments Get /avalara_accounts/{avalaraAccountId}/attachments Retrieve the attachments associated to the avalara account
AttachmentsApi GETBillingInfoValidationRuleIdAttachments Get /billing_info_validation_rules/{billingInfoValidationRuleId}/attachments Retrieve the attachments associated to the billing info validation rule
AttachmentsApi GETBingGeocoderIdAttachments Get /bing_geocoders/{bingGeocoderId}/attachments Retrieve the attachments associated to the bing geocoder
AttachmentsApi GETBundleIdAttachments Get /bundles/{bundleId}/attachments Retrieve the attachments associated to the bundle
AttachmentsApi GETCarrierAccountIdAttachments Get /carrier_accounts/{carrierAccountId}/attachments Retrieve the attachments associated to the carrier account
AttachmentsApi GETCouponRecipientIdAttachments Get /coupon_recipients/{couponRecipientId}/attachments Retrieve the attachments associated to the coupon recipient
AttachmentsApi GETCustomerGroupIdAttachments Get /customer_groups/{customerGroupId}/attachments Retrieve the attachments associated to the customer group
AttachmentsApi GETCustomerIdAttachments Get /customers/{customerId}/attachments Retrieve the attachments associated to the customer
AttachmentsApi GETDeliveryLeadTimeIdAttachments Get /delivery_lead_times/{deliveryLeadTimeId}/attachments Retrieve the attachments associated to the delivery lead time
AttachmentsApi GETExternalPromotionIdAttachments Get /external_promotions/{externalPromotionId}/attachments Retrieve the attachments associated to the external promotion
AttachmentsApi GETExternalTaxCalculatorIdAttachments Get /external_tax_calculators/{externalTaxCalculatorId}/attachments Retrieve the attachments associated to the external tax calculator
AttachmentsApi GETFixedAmountPromotionIdAttachments Get /fixed_amount_promotions/{fixedAmountPromotionId}/attachments Retrieve the attachments associated to the fixed amount promotion
AttachmentsApi GETFixedPricePromotionIdAttachments Get /fixed_price_promotions/{fixedPricePromotionId}/attachments Retrieve the attachments associated to the fixed price promotion
AttachmentsApi GETFreeGiftPromotionIdAttachments Get /free_gift_promotions/{freeGiftPromotionId}/attachments Retrieve the attachments associated to the free gift promotion
AttachmentsApi GETFreeShippingPromotionIdAttachments Get /free_shipping_promotions/{freeShippingPromotionId}/attachments Retrieve the attachments associated to the free shipping promotion
AttachmentsApi GETGeocoderIdAttachments Get /geocoders/{geocoderId}/attachments Retrieve the attachments associated to the geocoder
AttachmentsApi GETGiftCardIdAttachments Get /gift_cards/{giftCardId}/attachments Retrieve the attachments associated to the gift card
AttachmentsApi GETGiftCardRecipientIdAttachments Get /gift_card_recipients/{giftCardRecipientId}/attachments Retrieve the attachments associated to the gift card recipient
AttachmentsApi GETGoogleGeocoderIdAttachments Get /google_geocoders/{googleGeocoderId}/attachments Retrieve the attachments associated to the google geocoder
AttachmentsApi GETInventoryModelIdAttachments Get /inventory_models/{inventoryModelId}/attachments Retrieve the attachments associated to the inventory model
AttachmentsApi GETManualTaxCalculatorIdAttachments Get /manual_tax_calculators/{manualTaxCalculatorId}/attachments Retrieve the attachments associated to the manual tax calculator
AttachmentsApi GETMarketIdAttachments Get /markets/{marketId}/attachments Retrieve the attachments associated to the market
AttachmentsApi GETMerchantIdAttachments Get /merchants/{merchantId}/attachments Retrieve the attachments associated to the merchant
AttachmentsApi GETOrderIdAttachments Get /orders/{orderId}/attachments Retrieve the attachments associated to the order
AttachmentsApi GETOrderValidationRuleIdAttachments Get /order_validation_rules/{orderValidationRuleId}/attachments Retrieve the attachments associated to the order validation rule
AttachmentsApi GETPackageIdAttachments Get /packages/{packageId}/attachments Retrieve the attachments associated to the package
AttachmentsApi GETParcelIdAttachments Get /parcels/{parcelId}/attachments Retrieve the attachments associated to the parcel
AttachmentsApi GETPaymentMethodIdAttachments Get /payment_methods/{paymentMethodId}/attachments Retrieve the attachments associated to the payment method
AttachmentsApi GETPercentageDiscountPromotionIdAttachments Get /percentage_discount_promotions/{percentageDiscountPromotionId}/attachments Retrieve the attachments associated to the percentage discount promotion
AttachmentsApi GETPriceFrequencyTierIdAttachments Get /price_frequency_tiers/{priceFrequencyTierId}/attachments Retrieve the attachments associated to the price frequency tier
AttachmentsApi GETPriceIdAttachments Get /prices/{priceId}/attachments Retrieve the attachments associated to the price
AttachmentsApi GETPriceListIdAttachments Get /price_lists/{priceListId}/attachments Retrieve the attachments associated to the price list
AttachmentsApi GETPriceTierIdAttachments Get /price_tiers/{priceTierId}/attachments Retrieve the attachments associated to the price tier
AttachmentsApi GETPriceVolumeTierIdAttachments Get /price_volume_tiers/{priceVolumeTierId}/attachments Retrieve the attachments associated to the price volume tier
AttachmentsApi GETPromotionIdAttachments Get /promotions/{promotionId}/attachments Retrieve the attachments associated to the promotion
AttachmentsApi GETReturnIdAttachments Get /returns/{returnId}/attachments Retrieve the attachments associated to the return
AttachmentsApi GETShipmentIdAttachments Get /shipments/{shipmentId}/attachments Retrieve the attachments associated to the shipment
AttachmentsApi GETShippingCategoryIdAttachments Get /shipping_categories/{shippingCategoryId}/attachments Retrieve the attachments associated to the shipping category
AttachmentsApi GETShippingMethodIdAttachments Get /shipping_methods/{shippingMethodId}/attachments Retrieve the attachments associated to the shipping method
AttachmentsApi GETShippingMethodTierIdAttachments Get /shipping_method_tiers/{shippingMethodTierId}/attachments Retrieve the attachments associated to the shipping method tier
AttachmentsApi GETShippingWeightTierIdAttachments Get /shipping_weight_tiers/{shippingWeightTierId}/attachments Retrieve the attachments associated to the shipping weight tier
AttachmentsApi GETShippingZoneIdAttachments Get /shipping_zones/{shippingZoneId}/attachments Retrieve the attachments associated to the shipping zone
AttachmentsApi GETSkuIdAttachments Get /skus/{skuId}/attachments Retrieve the attachments associated to the SKU
AttachmentsApi GETSkuListIdAttachments Get /sku_lists/{skuListId}/attachments Retrieve the attachments associated to the SKU list
AttachmentsApi GETSkuOptionIdAttachments Get /sku_options/{skuOptionId}/attachments Retrieve the attachments associated to the SKU option
AttachmentsApi GETStockItemIdAttachments Get /stock_items/{stockItemId}/attachments Retrieve the attachments associated to the stock item
AttachmentsApi GETStockLocationIdAttachments Get /stock_locations/{stockLocationId}/attachments Retrieve the attachments associated to the stock location
AttachmentsApi GETSubscriptionModelIdAttachments Get /subscription_models/{subscriptionModelId}/attachments Retrieve the attachments associated to the subscription model
AttachmentsApi GETTaxCalculatorIdAttachments Get /tax_calculators/{taxCalculatorId}/attachments Retrieve the attachments associated to the tax calculator
AttachmentsApi GETTaxCategoryIdAttachments Get /tax_categories/{taxCategoryId}/attachments Retrieve the attachments associated to the tax category
AttachmentsApi GETTaxjarAccountIdAttachments Get /taxjar_accounts/{taxjarAccountId}/attachments Retrieve the attachments associated to the taxjar account
AttachmentsApi PATCHAttachmentsAttachmentId Patch /attachments/{attachmentId} Update an attachment
AttachmentsApi POSTAttachments Post /attachments Create an attachment
AuthorizationsApi GETAuthorizations Get /authorizations List all authorizations
AuthorizationsApi GETAuthorizationsAuthorizationId Get /authorizations/{authorizationId} Retrieve an authorization
AuthorizationsApi GETCaptureIdReferenceAuthorization Get /captures/{captureId}/reference_authorization Retrieve the reference authorization associated to the capture
AuthorizationsApi GETOrderIdAuthorizations Get /orders/{orderId}/authorizations Retrieve the authorizations associated to the order
AuthorizationsApi GETVoidIdReferenceAuthorization Get /voids/{voidId}/reference_authorization Retrieve the reference authorization associated to the void
AuthorizationsApi PATCHAuthorizationsAuthorizationId Patch /authorizations/{authorizationId} Update an authorization
AvalaraAccountsApi DELETEAvalaraAccountsAvalaraAccountId Delete /avalara_accounts/{avalaraAccountId} Delete an avalara account
AvalaraAccountsApi GETAvalaraAccounts Get /avalara_accounts List all avalara accounts
AvalaraAccountsApi GETAvalaraAccountsAvalaraAccountId Get /avalara_accounts/{avalaraAccountId} Retrieve an avalara account
AvalaraAccountsApi PATCHAvalaraAccountsAvalaraAccountId Patch /avalara_accounts/{avalaraAccountId} Update an avalara account
AvalaraAccountsApi POSTAvalaraAccounts Post /avalara_accounts Create an avalara account
AxerveGatewaysApi DELETEAxerveGatewaysAxerveGatewayId Delete /axerve_gateways/{axerveGatewayId} Delete an axerve gateway
AxerveGatewaysApi GETAxerveGateways Get /axerve_gateways List all axerve gateways
AxerveGatewaysApi GETAxerveGatewaysAxerveGatewayId Get /axerve_gateways/{axerveGatewayId} Retrieve an axerve gateway
AxerveGatewaysApi PATCHAxerveGatewaysAxerveGatewayId Patch /axerve_gateways/{axerveGatewayId} Update an axerve gateway
AxerveGatewaysApi POSTAxerveGateways Post /axerve_gateways Create an axerve gateway
AxervePaymentsApi DELETEAxervePaymentsAxervePaymentId Delete /axerve_payments/{axervePaymentId} Delete an axerve payment
AxervePaymentsApi GETAxerveGatewayIdAxervePayments Get /axerve_gateways/{axerveGatewayId}/axerve_payments Retrieve the axerve payments associated to the axerve gateway
AxervePaymentsApi GETAxervePayments Get /axerve_payments List all axerve payments
AxervePaymentsApi GETAxervePaymentsAxervePaymentId Get /axerve_payments/{axervePaymentId} Retrieve an axerve payment
AxervePaymentsApi PATCHAxervePaymentsAxervePaymentId Patch /axerve_payments/{axervePaymentId} Update an axerve payment
AxervePaymentsApi POSTAxervePayments Post /axerve_payments Create an axerve payment
BillingInfoValidationRulesApi DELETEBillingInfoValidationRulesBillingInfoValidationRuleId Delete /billing_info_validation_rules/{billingInfoValidationRuleId} Delete a billing info validation rule
BillingInfoValidationRulesApi GETBillingInfoValidationRules Get /billing_info_validation_rules List all billing info validation rules
BillingInfoValidationRulesApi GETBillingInfoValidationRulesBillingInfoValidationRuleId Get /billing_info_validation_rules/{billingInfoValidationRuleId} Retrieve a billing info validation rule
BillingInfoValidationRulesApi PATCHBillingInfoValidationRulesBillingInfoValidationRuleId Patch /billing_info_validation_rules/{billingInfoValidationRuleId} Update a billing info validation rule
BillingInfoValidationRulesApi POSTBillingInfoValidationRules Post /billing_info_validation_rules Create a billing info validation rule
BingGeocodersApi DELETEBingGeocodersBingGeocoderId Delete /bing_geocoders/{bingGeocoderId} Delete a bing geocoder
BingGeocodersApi GETBingGeocoders Get /bing_geocoders List all bing geocoders
BingGeocodersApi GETBingGeocodersBingGeocoderId Get /bing_geocoders/{bingGeocoderId} Retrieve a bing geocoder
BingGeocodersApi PATCHBingGeocodersBingGeocoderId Patch /bing_geocoders/{bingGeocoderId} Update a bing geocoder
BingGeocodersApi POSTBingGeocoders Post /bing_geocoders Create a bing geocoder
BraintreeGatewaysApi DELETEBraintreeGatewaysBraintreeGatewayId Delete /braintree_gateways/{braintreeGatewayId} Delete a braintree gateway
BraintreeGatewaysApi GETBraintreeGateways Get /braintree_gateways List all braintree gateways
BraintreeGatewaysApi GETBraintreeGatewaysBraintreeGatewayId Get /braintree_gateways/{braintreeGatewayId} Retrieve a braintree gateway
BraintreeGatewaysApi PATCHBraintreeGatewaysBraintreeGatewayId Patch /braintree_gateways/{braintreeGatewayId} Update a braintree gateway
BraintreeGatewaysApi POSTBraintreeGateways Post /braintree_gateways Create a braintree gateway
BraintreePaymentsApi DELETEBraintreePaymentsBraintreePaymentId Delete /braintree_payments/{braintreePaymentId} Delete a braintree payment
BraintreePaymentsApi GETBraintreeGatewayIdBraintreePayments Get /braintree_gateways/{braintreeGatewayId}/braintree_payments Retrieve the braintree payments associated to the braintree gateway
BraintreePaymentsApi GETBraintreePayments Get /braintree_payments List all braintree payments
BraintreePaymentsApi GETBraintreePaymentsBraintreePaymentId Get /braintree_payments/{braintreePaymentId} Retrieve a braintree payment
BraintreePaymentsApi PATCHBraintreePaymentsBraintreePaymentId Patch /braintree_payments/{braintreePaymentId} Update a braintree payment
BraintreePaymentsApi POSTBraintreePayments Post /braintree_payments Create a braintree payment
BundlesApi DELETEBundlesBundleId Delete /bundles/{bundleId} Delete a bundle
BundlesApi GETBundles Get /bundles List all bundles
BundlesApi GETBundlesBundleId Get /bundles/{bundleId} Retrieve a bundle
BundlesApi GETOrderIdAvailableFreeBundles Get /orders/{orderId}/available_free_bundles Retrieve the available free bundles associated to the order
BundlesApi GETSkuListIdBundles Get /sku_lists/{skuListId}/bundles Retrieve the bundles associated to the SKU list
BundlesApi PATCHBundlesBundleId Patch /bundles/{bundleId} Update a bundle
BundlesApi POSTBundles Post /bundles Create a bundle
CapturesApi GETAuthorizationIdCaptures Get /authorizations/{authorizationId}/captures Retrieve the captures associated to the authorization
CapturesApi GETCaptures Get /captures List all captures
CapturesApi GETCapturesCaptureId Get /captures/{captureId} Retrieve a capture
CapturesApi GETOrderIdCaptures Get /orders/{orderId}/captures Retrieve the captures associated to the order
CapturesApi GETRefundIdReferenceCapture Get /refunds/{refundId}/reference_capture Retrieve the reference capture associated to the refund
CapturesApi PATCHCapturesCaptureId Patch /captures/{captureId} Update a capture
CarrierAccountsApi GETCarrierAccounts Get /carrier_accounts List all carrier accounts
CarrierAccountsApi GETCarrierAccountsCarrierAccountId Get /carrier_accounts/{carrierAccountId} Retrieve a carrier account
CarrierAccountsApi GETShipmentIdCarrierAccounts Get /shipments/{shipmentId}/carrier_accounts Retrieve the carrier accounts associated to the shipment
CheckoutComGatewaysApi DELETECheckoutComGatewaysCheckoutComGatewayId Delete /checkout_com_gateways/{checkoutComGatewayId} Delete a checkout.com gateway
CheckoutComGatewaysApi GETCheckoutComGateways Get /checkout_com_gateways List all checkout.com gateways
CheckoutComGatewaysApi GETCheckoutComGatewaysCheckoutComGatewayId Get /checkout_com_gateways/{checkoutComGatewayId} Retrieve a checkout.com gateway
CheckoutComGatewaysApi PATCHCheckoutComGatewaysCheckoutComGatewayId Patch /checkout_com_gateways/{checkoutComGatewayId} Update a checkout.com gateway
CheckoutComGatewaysApi POSTCheckoutComGateways Post /checkout_com_gateways Create a checkout.com gateway
CheckoutComPaymentsApi DELETECheckoutComPaymentsCheckoutComPaymentId Delete /checkout_com_payments/{checkoutComPaymentId} Delete a checkout.com payment
CheckoutComPaymentsApi GETCheckoutComGatewayIdCheckoutComPayments Get /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_payments Retrieve the checkout com payments associated to the checkout.com gateway
CheckoutComPaymentsApi GETCheckoutComPayments Get /checkout_com_payments List all checkout.com payments
CheckoutComPaymentsApi GETCheckoutComPaymentsCheckoutComPaymentId Get /checkout_com_payments/{checkoutComPaymentId} Retrieve a checkout.com payment
CheckoutComPaymentsApi PATCHCheckoutComPaymentsCheckoutComPaymentId Patch /checkout_com_payments/{checkoutComPaymentId} Update a checkout.com payment
CheckoutComPaymentsApi POSTCheckoutComPayments Post /checkout_com_payments Create a checkout.com payment
CleanupsApi DELETECleanupsCleanupId Delete /cleanups/{cleanupId} Delete a cleanup
CleanupsApi GETCleanups Get /cleanups List all cleanups
CleanupsApi GETCleanupsCleanupId Get /cleanups/{cleanupId} Retrieve a cleanup
CleanupsApi POSTCleanups Post /cleanups Create a cleanup
CouponCodesPromotionRulesApi DELETECouponCodesPromotionRulesCouponCodesPromotionRuleId Delete /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} Delete a coupon codes promotion rule
CouponCodesPromotionRulesApi GETCouponCodesPromotionRules Get /coupon_codes_promotion_rules List all coupon codes promotion rules
CouponCodesPromotionRulesApi GETCouponCodesPromotionRulesCouponCodesPromotionRuleId Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} Retrieve a coupon codes promotion rule
CouponCodesPromotionRulesApi GETCouponIdPromotionRule Get /coupons/{couponId}/promotion_rule Retrieve the promotion rule associated to the coupon
CouponCodesPromotionRulesApi GETExternalPromotionIdCouponCodesPromotionRule Get /external_promotions/{externalPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the external promotion
CouponCodesPromotionRulesApi GETFixedAmountPromotionIdCouponCodesPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the fixed amount promotion
CouponCodesPromotionRulesApi GETFixedPricePromotionIdCouponCodesPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the fixed price promotion
CouponCodesPromotionRulesApi GETFreeGiftPromotionIdCouponCodesPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the free gift promotion
CouponCodesPromotionRulesApi GETFreeShippingPromotionIdCouponCodesPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the free shipping promotion
CouponCodesPromotionRulesApi GETPercentageDiscountPromotionIdCouponCodesPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the percentage discount promotion
CouponCodesPromotionRulesApi GETPromotionIdCouponCodesPromotionRule Get /promotions/{promotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the promotion
CouponCodesPromotionRulesApi PATCHCouponCodesPromotionRulesCouponCodesPromotionRuleId Patch /coupon_codes_promotion_rules/{couponCodesPromotionRuleId} Update a coupon codes promotion rule
CouponCodesPromotionRulesApi POSTCouponCodesPromotionRules Post /coupon_codes_promotion_rules Create a coupon codes promotion rule
CouponRecipientsApi DELETECouponRecipientsCouponRecipientId Delete /coupon_recipients/{couponRecipientId} Delete a coupon recipient
CouponRecipientsApi GETCouponRecipients Get /coupon_recipients List all coupon recipients
CouponRecipientsApi GETCouponRecipientsCouponRecipientId Get /coupon_recipients/{couponRecipientId} Retrieve a coupon recipient
CouponRecipientsApi PATCHCouponRecipientsCouponRecipientId Patch /coupon_recipients/{couponRecipientId} Update a coupon recipient
CouponRecipientsApi POSTCouponRecipients Post /coupon_recipients Create a coupon recipient
CouponsApi DELETECouponsCouponId Delete /coupons/{couponId} Delete a coupon
CouponsApi GETCouponCodesPromotionRuleIdCoupons Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons Retrieve the coupons associated to the coupon codes promotion rule
CouponsApi GETCoupons Get /coupons List all coupons
CouponsApi GETCouponsCouponId Get /coupons/{couponId} Retrieve a coupon
CouponsApi PATCHCouponsCouponId Patch /coupons/{couponId} Update a coupon
CouponsApi POSTCoupons Post /coupons Create a coupon
CustomerAddressesApi DELETECustomerAddressesCustomerAddressId Delete /customer_addresses/{customerAddressId} Delete a customer address
CustomerAddressesApi GETCustomerAddresses Get /customer_addresses List all customer addresses
CustomerAddressesApi GETCustomerAddressesCustomerAddressId Get /customer_addresses/{customerAddressId} Retrieve a customer address
CustomerAddressesApi GETCustomerIdCustomerAddresses Get /customers/{customerId}/customer_addresses Retrieve the customer addresses associated to the customer
CustomerAddressesApi PATCHCustomerAddressesCustomerAddressId Patch /customer_addresses/{customerAddressId} Update a customer address
CustomerAddressesApi POSTCustomerAddresses Post /customer_addresses Create a customer address
CustomerGroupsApi DELETECustomerGroupsCustomerGroupId Delete /customer_groups/{customerGroupId} Delete a customer group
CustomerGroupsApi GETCustomerGroups Get /customer_groups List all customer groups
CustomerGroupsApi GETCustomerGroupsCustomerGroupId Get /customer_groups/{customerGroupId} Retrieve a customer group
CustomerGroupsApi GETCustomerIdCustomerGroup Get /customers/{customerId}/customer_group Retrieve the customer group associated to the customer
CustomerGroupsApi GETMarketIdCustomerGroup Get /markets/{marketId}/customer_group Retrieve the customer group associated to the market
CustomerGroupsApi PATCHCustomerGroupsCustomerGroupId Patch /customer_groups/{customerGroupId} Update a customer group
CustomerGroupsApi POSTCustomerGroups Post /customer_groups Create a customer group
CustomerPasswordResetsApi DELETECustomerPasswordResetsCustomerPasswordResetId Delete /customer_password_resets/{customerPasswordResetId} Delete a customer password reset
CustomerPasswordResetsApi GETCustomerPasswordResets Get /customer_password_resets List all customer password resets
CustomerPasswordResetsApi GETCustomerPasswordResetsCustomerPasswordResetId Get /customer_password_resets/{customerPasswordResetId} Retrieve a customer password reset
CustomerPasswordResetsApi PATCHCustomerPasswordResetsCustomerPasswordResetId Patch /customer_password_resets/{customerPasswordResetId} Update a customer password reset
CustomerPasswordResetsApi POSTCustomerPasswordResets Post /customer_password_resets Create a customer password reset
CustomerPaymentSourcesApi DELETECustomerPaymentSourcesCustomerPaymentSourceId Delete /customer_payment_sources/{customerPaymentSourceId} Delete a customer payment source
CustomerPaymentSourcesApi GETCustomerIdCustomerPaymentSources Get /customers/{customerId}/customer_payment_sources Retrieve the customer payment sources associated to the customer
CustomerPaymentSourcesApi GETCustomerPaymentSources Get /customer_payment_sources List all customer payment sources
CustomerPaymentSourcesApi GETCustomerPaymentSourcesCustomerPaymentSourceId Get /customer_payment_sources/{customerPaymentSourceId} Retrieve a customer payment source
CustomerPaymentSourcesApi GETExternalPaymentIdWallet Get /external_payments/{externalPaymentId}/wallet Retrieve the wallet associated to the external payment
CustomerPaymentSourcesApi GETOrderIdAvailableCustomerPaymentSources Get /orders/{orderId}/available_customer_payment_sources Retrieve the available customer payment sources associated to the order
CustomerPaymentSourcesApi GETOrderSubscriptionIdCustomerPaymentSource Get /order_subscriptions/{orderSubscriptionId}/customer_payment_source Retrieve the customer payment source associated to the order subscription
CustomerPaymentSourcesApi PATCHCustomerPaymentSourcesCustomerPaymentSourceId Patch /customer_payment_sources/{customerPaymentSourceId} Update a customer payment source
CustomerPaymentSourcesApi POSTCustomerPaymentSources Post /customer_payment_sources Create a customer payment source
CustomerSubscriptionsApi DELETECustomerSubscriptionsCustomerSubscriptionId Delete /customer_subscriptions/{customerSubscriptionId} Delete a customer subscription
CustomerSubscriptionsApi GETCustomerIdCustomerSubscriptions Get /customers/{customerId}/customer_subscriptions Retrieve the customer subscriptions associated to the customer
CustomerSubscriptionsApi GETCustomerSubscriptions Get /customer_subscriptions List all customer subscriptions
CustomerSubscriptionsApi GETCustomerSubscriptionsCustomerSubscriptionId Get /customer_subscriptions/{customerSubscriptionId} Retrieve a customer subscription
CustomerSubscriptionsApi PATCHCustomerSubscriptionsCustomerSubscriptionId Patch /customer_subscriptions/{customerSubscriptionId} Update a customer subscription
CustomerSubscriptionsApi POSTCustomerSubscriptions Post /customer_subscriptions Create a customer subscription
CustomersApi DELETECustomersCustomerId Delete /customers/{customerId} Delete a customer
CustomersApi GETCouponRecipientIdCustomer Get /coupon_recipients/{couponRecipientId}/customer Retrieve the customer associated to the coupon recipient
CustomersApi GETCustomerAddressIdCustomer Get /customer_addresses/{customerAddressId}/customer Retrieve the customer associated to the customer address
CustomersApi GETCustomerGroupIdCustomers Get /customer_groups/{customerGroupId}/customers Retrieve the customers associated to the customer group
CustomersApi GETCustomerPasswordResetIdCustomer Get /customer_password_resets/{customerPasswordResetId}/customer Retrieve the customer associated to the customer password reset
CustomersApi GETCustomerPaymentSourceIdCustomer Get /customer_payment_sources/{customerPaymentSourceId}/customer Retrieve the customer associated to the customer payment source
CustomersApi GETCustomerSubscriptionIdCustomer Get /customer_subscriptions/{customerSubscriptionId}/customer Retrieve the customer associated to the customer subscription
CustomersApi GETCustomers Get /customers List all customers
CustomersApi GETCustomersCustomerId Get /customers/{customerId} Retrieve a customer
CustomersApi GETGiftCardRecipientIdCustomer Get /gift_card_recipients/{giftCardRecipientId}/customer Retrieve the customer associated to the gift card recipient
CustomersApi GETInStockSubscriptionIdCustomer Get /in_stock_subscriptions/{inStockSubscriptionId}/customer Retrieve the customer associated to the in stock subscription
CustomersApi GETOrderIdCustomer Get /orders/{orderId}/customer Retrieve the customer associated to the order
CustomersApi GETOrderSubscriptionIdCustomer Get /order_subscriptions/{orderSubscriptionId}/customer Retrieve the customer associated to the order subscription
CustomersApi GETReturnIdCustomer Get /returns/{returnId}/customer Retrieve the customer associated to the return
CustomersApi GETSkuListIdCustomer Get /sku_lists/{skuListId}/customer Retrieve the customer associated to the SKU list
CustomersApi PATCHCustomersCustomerId Patch /customers/{customerId} Update a customer
CustomersApi POSTCustomers Post /customers Create a customer
DeliveryLeadTimesApi DELETEDeliveryLeadTimesDeliveryLeadTimeId Delete /delivery_lead_times/{deliveryLeadTimeId} Delete a delivery lead time
DeliveryLeadTimesApi GETDeliveryLeadTimes Get /delivery_lead_times List all delivery lead times
DeliveryLeadTimesApi GETDeliveryLeadTimesDeliveryLeadTimeId Get /delivery_lead_times/{deliveryLeadTimeId} Retrieve a delivery lead time
DeliveryLeadTimesApi GETShipmentIdDeliveryLeadTime Get /shipments/{shipmentId}/delivery_lead_time Retrieve the delivery lead time associated to the shipment
DeliveryLeadTimesApi GETShippingMethodIdDeliveryLeadTimeForShipment Get /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipment Retrieve the delivery lead time for shipment associated to the shipping method
DeliveryLeadTimesApi GETSkuIdDeliveryLeadTimes Get /skus/{skuId}/delivery_lead_times Retrieve the delivery lead times associated to the SKU
DeliveryLeadTimesApi PATCHDeliveryLeadTimesDeliveryLeadTimeId Patch /delivery_lead_times/{deliveryLeadTimeId} Update a delivery lead time
DeliveryLeadTimesApi POSTDeliveryLeadTimes Post /delivery_lead_times Create a delivery lead time
EventCallbacksApi GETEventCallbacks Get /event_callbacks List all event callbacks
EventCallbacksApi GETEventCallbacksEventCallbackId Get /event_callbacks/{eventCallbackId} Retrieve an event callback
EventCallbacksApi GETEventIdLastEventCallbacks Get /events/{eventId}/last_event_callbacks Retrieve the last event callbacks associated to the event
EventCallbacksApi GETWebhookIdLastEventCallbacks Get /webhooks/{webhookId}/last_event_callbacks Retrieve the last event callbacks associated to the webhook
EventsApi GETAuthorizationIdEvents Get /authorizations/{authorizationId}/events Retrieve the events associated to the authorization
EventsApi GETCaptureIdEvents Get /captures/{captureId}/events Retrieve the events associated to the capture
EventsApi GETCleanupIdEvents Get /cleanups/{cleanupId}/events Retrieve the events associated to the cleanup
EventsApi GETCustomerAddressIdEvents Get /customer_addresses/{customerAddressId}/events Retrieve the events associated to the customer address
EventsApi GETCustomerIdEvents Get /customers/{customerId}/events Retrieve the events associated to the customer
EventsApi GETCustomerPasswordResetIdEvents Get /customer_password_resets/{customerPasswordResetId}/events Retrieve the events associated to the customer password reset
EventsApi GETCustomerSubscriptionIdEvents Get /customer_subscriptions/{customerSubscriptionId}/events Retrieve the events associated to the customer subscription
EventsApi GETEvents Get /events List all events
EventsApi GETEventsEventId Get /events/{eventId} Retrieve an event
EventsApi GETExportIdEvents Get /exports/{exportId}/events Retrieve the events associated to the export
EventsApi GETExternalPromotionIdEvents Get /external_promotions/{externalPromotionId}/events Retrieve the events associated to the external promotion
EventsApi GETFixedAmountPromotionIdEvents Get /fixed_amount_promotions/{fixedAmountPromotionId}/events Retrieve the events associated to the fixed amount promotion
EventsApi GETFixedPricePromotionIdEvents Get /fixed_price_promotions/{fixedPricePromotionId}/events Retrieve the events associated to the fixed price promotion
EventsApi GETFreeGiftPromotionIdEvents Get /free_gift_promotions/{freeGiftPromotionId}/events Retrieve the events associated to the free gift promotion
EventsApi GETFreeShippingPromotionIdEvents Get /free_shipping_promotions/{freeShippingPromotionId}/events Retrieve the events associated to the free shipping promotion
EventsApi GETGiftCardIdEvents Get /gift_cards/{giftCardId}/events Retrieve the events associated to the gift card
EventsApi GETImportIdEvents Get /imports/{importId}/events Retrieve the events associated to the import
EventsApi GETInStockSubscriptionIdEvents Get /in_stock_subscriptions/{inStockSubscriptionId}/events Retrieve the events associated to the in stock subscription
EventsApi GETOrderCopyIdEvents Get /order_copies/{orderCopyId}/events Retrieve the events associated to the order copy
EventsApi GETOrderFactoryIdEvents Get /order_factories/{orderFactoryId}/events Retrieve the events associated to the order factory
EventsApi GETOrderIdEvents Get /orders/{orderId}/events Retrieve the events associated to the order
EventsApi GETOrderSubscriptionIdEvents Get /order_subscriptions/{orderSubscriptionId}/events Retrieve the events associated to the order subscription
EventsApi GETParcelIdEvents Get /parcels/{parcelId}/events Retrieve the events associated to the parcel
EventsApi GETPercentageDiscountPromotionIdEvents Get /percentage_discount_promotions/{percentageDiscountPromotionId}/events Retrieve the events associated to the percentage discount promotion
EventsApi GETPriceFrequencyTierIdEvents Get /price_frequency_tiers/{priceFrequencyTierId}/events Retrieve the events associated to the price frequency tier
EventsApi GETPriceVolumeTierIdEvents Get /price_volume_tiers/{priceVolumeTierId}/events Retrieve the events associated to the price volume tier
EventsApi GETPromotionIdEvents Get /promotions/{promotionId}/events Retrieve the events associated to the promotion
EventsApi GETRecurringOrderCopyIdEvents Get /recurring_order_copies/{recurringOrderCopyId}/events Retrieve the events associated to the recurring order copy
EventsApi GETRefundIdEvents Get /refunds/{refundId}/events Retrieve the events associated to the refund
EventsApi GETReturnIdEvents Get /returns/{returnId}/events Retrieve the events associated to the return
EventsApi GETShipmentIdEvents Get /shipments/{shipmentId}/events Retrieve the events associated to the shipment
EventsApi GETStockTransferIdEvents Get /stock_transfers/{stockTransferId}/events Retrieve the events associated to the stock transfer
EventsApi GETVoidIdEvents Get /voids/{voidId}/events Retrieve the events associated to the void
ExportsApi DELETEExportsExportId Delete /exports/{exportId} Delete an export
ExportsApi GETExports Get /exports List all exports
ExportsApi GETExportsExportId Get /exports/{exportId} Retrieve an export
ExportsApi POSTExports Post /exports Create an export
ExternalGatewaysApi DELETEExternalGatewaysExternalGatewayId Delete /external_gateways/{externalGatewayId} Delete an external gateway
ExternalGatewaysApi GETExternalGateways Get /external_gateways List all external gateways
ExternalGatewaysApi GETExternalGatewaysExternalGatewayId Get /external_gateways/{externalGatewayId} Retrieve an external gateway
ExternalGatewaysApi PATCHExternalGatewaysExternalGatewayId Patch /external_gateways/{externalGatewayId} Update an external gateway
ExternalGatewaysApi POSTExternalGateways Post /external_gateways Create an external gateway
ExternalPaymentsApi DELETEExternalPaymentsExternalPaymentId Delete /external_payments/{externalPaymentId} Delete an external payment
ExternalPaymentsApi GETExternalGatewayIdExternalPayments Get /external_gateways/{externalGatewayId}/external_payments Retrieve the external payments associated to the external gateway
ExternalPaymentsApi GETExternalPayments Get /external_payments List all external payments
ExternalPaymentsApi GETExternalPaymentsExternalPaymentId Get /external_payments/{externalPaymentId} Retrieve an external payment
ExternalPaymentsApi PATCHExternalPaymentsExternalPaymentId Patch /external_payments/{externalPaymentId} Update an external payment
ExternalPaymentsApi POSTExternalPayments Post /external_payments Create an external payment
ExternalPromotionsApi DELETEExternalPromotionsExternalPromotionId Delete /external_promotions/{externalPromotionId} Delete an external promotion
ExternalPromotionsApi GETExternalPromotions Get /external_promotions List all external promotions
ExternalPromotionsApi GETExternalPromotionsExternalPromotionId Get /external_promotions/{externalPromotionId} Retrieve an external promotion
ExternalPromotionsApi PATCHExternalPromotionsExternalPromotionId Patch /external_promotions/{externalPromotionId} Update an external promotion
ExternalPromotionsApi POSTExternalPromotions Post /external_promotions Create an external promotion
ExternalTaxCalculatorsApi DELETEExternalTaxCalculatorsExternalTaxCalculatorId Delete /external_tax_calculators/{externalTaxCalculatorId} Delete an external tax calculator
ExternalTaxCalculatorsApi GETExternalTaxCalculators Get /external_tax_calculators List all external tax calculators
ExternalTaxCalculatorsApi GETExternalTaxCalculatorsExternalTaxCalculatorId Get /external_tax_calculators/{externalTaxCalculatorId} Retrieve an external tax calculator
ExternalTaxCalculatorsApi PATCHExternalTaxCalculatorsExternalTaxCalculatorId Patch /external_tax_calculators/{externalTaxCalculatorId} Update an external tax calculator
ExternalTaxCalculatorsApi POSTExternalTaxCalculators Post /external_tax_calculators Create an external tax calculator
FixedAmountPromotionsApi DELETEFixedAmountPromotionsFixedAmountPromotionId Delete /fixed_amount_promotions/{fixedAmountPromotionId} Delete a fixed amount promotion
FixedAmountPromotionsApi GETFixedAmountPromotions Get /fixed_amount_promotions List all fixed amount promotions
FixedAmountPromotionsApi GETFixedAmountPromotionsFixedAmountPromotionId Get /fixed_amount_promotions/{fixedAmountPromotionId} Retrieve a fixed amount promotion
FixedAmountPromotionsApi PATCHFixedAmountPromotionsFixedAmountPromotionId Patch /fixed_amount_promotions/{fixedAmountPromotionId} Update a fixed amount promotion
FixedAmountPromotionsApi POSTFixedAmountPromotions Post /fixed_amount_promotions Create a fixed amount promotion
FixedPricePromotionsApi DELETEFixedPricePromotionsFixedPricePromotionId Delete /fixed_price_promotions/{fixedPricePromotionId} Delete a fixed price promotion
FixedPricePromotionsApi GETFixedPricePromotions Get /fixed_price_promotions List all fixed price promotions
FixedPricePromotionsApi GETFixedPricePromotionsFixedPricePromotionId Get /fixed_price_promotions/{fixedPricePromotionId} Retrieve a fixed price promotion
FixedPricePromotionsApi PATCHFixedPricePromotionsFixedPricePromotionId Patch /fixed_price_promotions/{fixedPricePromotionId} Update a fixed price promotion
FixedPricePromotionsApi POSTFixedPricePromotions Post /fixed_price_promotions Create a fixed price promotion
FreeGiftPromotionsApi DELETEFreeGiftPromotionsFreeGiftPromotionId Delete /free_gift_promotions/{freeGiftPromotionId} Delete a free gift promotion
FreeGiftPromotionsApi GETFreeGiftPromotions Get /free_gift_promotions List all free gift promotions
FreeGiftPromotionsApi GETFreeGiftPromotionsFreeGiftPromotionId Get /free_gift_promotions/{freeGiftPromotionId} Retrieve a free gift promotion
FreeGiftPromotionsApi PATCHFreeGiftPromotionsFreeGiftPromotionId Patch /free_gift_promotions/{freeGiftPromotionId} Update a free gift promotion
FreeGiftPromotionsApi POSTFreeGiftPromotions Post /free_gift_promotions Create a free gift promotion
FreeShippingPromotionsApi DELETEFreeShippingPromotionsFreeShippingPromotionId Delete /free_shipping_promotions/{freeShippingPromotionId} Delete a free shipping promotion
FreeShippingPromotionsApi GETFreeShippingPromotions Get /free_shipping_promotions List all free shipping promotions
FreeShippingPromotionsApi GETFreeShippingPromotionsFreeShippingPromotionId Get /free_shipping_promotions/{freeShippingPromotionId} Retrieve a free shipping promotion
FreeShippingPromotionsApi PATCHFreeShippingPromotionsFreeShippingPromotionId Patch /free_shipping_promotions/{freeShippingPromotionId} Update a free shipping promotion
FreeShippingPromotionsApi POSTFreeShippingPromotions Post /free_shipping_promotions Create a free shipping promotion
GeocodersApi GETAddressIdGeocoder Get /addresses/{addressId}/geocoder Retrieve the geocoder associated to the address
GeocodersApi GETGeocoders Get /geocoders List all geocoders
GeocodersApi GETGeocodersGeocoderId Get /geocoders/{geocoderId} Retrieve a geocoder
GiftCardRecipientsApi DELETEGiftCardRecipientsGiftCardRecipientId Delete /gift_card_recipients/{giftCardRecipientId} Delete a gift card recipient
GiftCardRecipientsApi GETGiftCardIdGiftCardRecipient Get /gift_cards/{giftCardId}/gift_card_recipient Retrieve the gift card recipient associated to the gift card
GiftCardRecipientsApi GETGiftCardRecipients Get /gift_card_recipients List all gift card recipients
GiftCardRecipientsApi GETGiftCardRecipientsGiftCardRecipientId Get /gift_card_recipients/{giftCardRecipientId} Retrieve a gift card recipient
GiftCardRecipientsApi PATCHGiftCardRecipientsGiftCardRecipientId Patch /gift_card_recipients/{giftCardRecipientId} Update a gift card recipient
GiftCardRecipientsApi POSTGiftCardRecipients Post /gift_card_recipients Create a gift card recipient
GiftCardsApi DELETEGiftCardsGiftCardId Delete /gift_cards/{giftCardId} Delete a gift card
GiftCardsApi GETGiftCards Get /gift_cards List all gift cards
GiftCardsApi GETGiftCardsGiftCardId Get /gift_cards/{giftCardId} Retrieve a gift card
GiftCardsApi PATCHGiftCardsGiftCardId Patch /gift_cards/{giftCardId} Update a gift card
GiftCardsApi POSTGiftCards Post /gift_cards Create a gift card
GoogleGeocodersApi DELETEGoogleGeocodersGoogleGeocoderId Delete /google_geocoders/{googleGeocoderId} Delete a google geocoder
GoogleGeocodersApi GETGoogleGeocoders Get /google_geocoders List all google geocoders
GoogleGeocodersApi GETGoogleGeocodersGoogleGeocoderId Get /google_geocoders/{googleGeocoderId} Retrieve a google geocoder
GoogleGeocodersApi PATCHGoogleGeocodersGoogleGeocoderId Patch /google_geocoders/{googleGeocoderId} Update a google geocoder
GoogleGeocodersApi POSTGoogleGeocoders Post /google_geocoders Create a google geocoder
HasManyApi GETAdyenGatewayIdAdyenPayments Get /adyen_gateways/{adyenGatewayId}/adyen_payments Retrieve the adyen payments associated to the adyen gateway
HasManyApi GETAdyenGatewayIdPaymentMethods Get /adyen_gateways/{adyenGatewayId}/payment_methods Retrieve the payment methods associated to the adyen gateway
HasManyApi GETAuthorizationIdCaptures Get /authorizations/{authorizationId}/captures Retrieve the captures associated to the authorization
HasManyApi GETAuthorizationIdEvents Get /authorizations/{authorizationId}/events Retrieve the events associated to the authorization
HasManyApi GETAuthorizationIdVoids Get /authorizations/{authorizationId}/voids Retrieve the voids associated to the authorization
HasManyApi GETAvalaraAccountIdAttachments Get /avalara_accounts/{avalaraAccountId}/attachments Retrieve the attachments associated to the avalara account
HasManyApi GETAvalaraAccountIdMarkets Get /avalara_accounts/{avalaraAccountId}/markets Retrieve the markets associated to the avalara account
HasManyApi GETAvalaraAccountIdTaxCategories Get /avalara_accounts/{avalaraAccountId}/tax_categories Retrieve the tax categories associated to the avalara account
HasManyApi GETAxerveGatewayIdAxervePayments Get /axerve_gateways/{axerveGatewayId}/axerve_payments Retrieve the axerve payments associated to the axerve gateway
HasManyApi GETAxerveGatewayIdPaymentMethods Get /axerve_gateways/{axerveGatewayId}/payment_methods Retrieve the payment methods associated to the axerve gateway
HasManyApi GETBillingInfoValidationRuleIdAttachments Get /billing_info_validation_rules/{billingInfoValidationRuleId}/attachments Retrieve the attachments associated to the billing info validation rule
HasManyApi GETBingGeocoderIdAddresses Get /bing_geocoders/{bingGeocoderId}/addresses Retrieve the addresses associated to the bing geocoder
HasManyApi GETBingGeocoderIdAttachments Get /bing_geocoders/{bingGeocoderId}/attachments Retrieve the attachments associated to the bing geocoder
HasManyApi GETBraintreeGatewayIdBraintreePayments Get /braintree_gateways/{braintreeGatewayId}/braintree_payments Retrieve the braintree payments associated to the braintree gateway
HasManyApi GETBraintreeGatewayIdPaymentMethods Get /braintree_gateways/{braintreeGatewayId}/payment_methods Retrieve the payment methods associated to the braintree gateway
HasManyApi GETBundleIdAttachments Get /bundles/{bundleId}/attachments Retrieve the attachments associated to the bundle
HasManyApi GETBundleIdSkus Get /bundles/{bundleId}/skus Retrieve the skus associated to the bundle
HasManyApi GETCaptureIdEvents Get /captures/{captureId}/events Retrieve the events associated to the capture
HasManyApi GETCaptureIdRefunds Get /captures/{captureId}/refunds Retrieve the refunds associated to the capture
HasManyApi GETCarrierAccountIdAttachments Get /carrier_accounts/{carrierAccountId}/attachments Retrieve the attachments associated to the carrier account
HasManyApi GETCheckoutComGatewayIdCheckoutComPayments Get /checkout_com_gateways/{checkoutComGatewayId}/checkout_com_payments Retrieve the checkout com payments associated to the checkout.com gateway
HasManyApi GETCheckoutComGatewayIdPaymentMethods Get /checkout_com_gateways/{checkoutComGatewayId}/payment_methods Retrieve the payment methods associated to the checkout.com gateway
HasManyApi GETCleanupIdEvents Get /cleanups/{cleanupId}/events Retrieve the events associated to the cleanup
HasManyApi GETCouponCodesPromotionRuleIdCoupons Get /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons Retrieve the coupons associated to the coupon codes promotion rule
HasManyApi GETCouponRecipientIdAttachments Get /coupon_recipients/{couponRecipientId}/attachments Retrieve the attachments associated to the coupon recipient
HasManyApi GETCustomerAddressIdEvents Get /customer_addresses/{customerAddressId}/events Retrieve the events associated to the customer address
HasManyApi GETCustomerGroupIdAttachments Get /customer_groups/{customerGroupId}/attachments Retrieve the attachments associated to the customer group
HasManyApi GETCustomerGroupIdCustomers Get /customer_groups/{customerGroupId}/customers Retrieve the customers associated to the customer group
HasManyApi GETCustomerGroupIdMarkets Get /customer_groups/{customerGroupId}/markets Retrieve the markets associated to the customer group
HasManyApi GETCustomerIdAttachments Get /customers/{customerId}/attachments Retrieve the attachments associated to the customer
HasManyApi GETCustomerIdCustomerAddresses Get /customers/{customerId}/customer_addresses Retrieve the customer addresses associated to the customer
HasManyApi GETCustomerIdCustomerPaymentSources Get /customers/{customerId}/customer_payment_sources Retrieve the customer payment sources associated to the customer
HasManyApi GETCustomerIdCustomerSubscriptions Get /customers/{customerId}/customer_subscriptions Retrieve the customer subscriptions associated to the customer
HasManyApi GETCustomerIdEvents Get /customers/{customerId}/events Retrieve the events associated to the customer
HasManyApi GETCustomerIdOrderSubscriptions Get /customers/{customerId}/order_subscriptions Retrieve the order subscriptions associated to the customer
HasManyApi GETCustomerIdOrders Get /customers/{customerId}/orders Retrieve the orders associated to the customer
HasManyApi GETCustomerIdReturns Get /customers/{customerId}/returns Retrieve the returns associated to the customer
HasManyApi GETCustomerIdSkuLists Get /customers/{customerId}/sku_lists Retrieve the sku lists associated to the customer
HasManyApi GETCustomerPasswordResetIdEvents Get /customer_password_resets/{customerPasswordResetId}/events Retrieve the events associated to the customer password reset
HasManyApi GETCustomerSubscriptionIdEvents Get /customer_subscriptions/{customerSubscriptionId}/events Retrieve the events associated to the customer subscription
HasManyApi GETDeliveryLeadTimeIdAttachments Get /delivery_lead_times/{deliveryLeadTimeId}/attachments Retrieve the attachments associated to the delivery lead time
HasManyApi GETEventIdLastEventCallbacks Get /events/{eventId}/last_event_callbacks Retrieve the last event callbacks associated to the event
HasManyApi GETEventIdWebhooks Get /events/{eventId}/webhooks Retrieve the webhooks associated to the event
HasManyApi GETExportIdEvents Get /exports/{exportId}/events Retrieve the events associated to the export
HasManyApi GETExternalGatewayIdExternalPayments Get /external_gateways/{externalGatewayId}/external_payments Retrieve the external payments associated to the external gateway
HasManyApi GETExternalGatewayIdPaymentMethods Get /external_gateways/{externalGatewayId}/payment_methods Retrieve the payment methods associated to the external gateway
HasManyApi GETExternalPromotionIdAttachments Get /external_promotions/{externalPromotionId}/attachments Retrieve the attachments associated to the external promotion
HasManyApi GETExternalPromotionIdEvents Get /external_promotions/{externalPromotionId}/events Retrieve the events associated to the external promotion
HasManyApi GETExternalTaxCalculatorIdAttachments Get /external_tax_calculators/{externalTaxCalculatorId}/attachments Retrieve the attachments associated to the external tax calculator
HasManyApi GETExternalTaxCalculatorIdMarkets Get /external_tax_calculators/{externalTaxCalculatorId}/markets Retrieve the markets associated to the external tax calculator
HasManyApi GETFixedAmountPromotionIdAttachments Get /fixed_amount_promotions/{fixedAmountPromotionId}/attachments Retrieve the attachments associated to the fixed amount promotion
HasManyApi GETFixedAmountPromotionIdEvents Get /fixed_amount_promotions/{fixedAmountPromotionId}/events Retrieve the events associated to the fixed amount promotion
HasManyApi GETFixedPricePromotionIdAttachments Get /fixed_price_promotions/{fixedPricePromotionId}/attachments Retrieve the attachments associated to the fixed price promotion
HasManyApi GETFixedPricePromotionIdEvents Get /fixed_price_promotions/{fixedPricePromotionId}/events Retrieve the events associated to the fixed price promotion
HasManyApi GETFixedPricePromotionIdSkus Get /fixed_price_promotions/{fixedPricePromotionId}/skus Retrieve the skus associated to the fixed price promotion
HasManyApi GETFreeGiftPromotionIdAttachments Get /free_gift_promotions/{freeGiftPromotionId}/attachments Retrieve the attachments associated to the free gift promotion
HasManyApi GETFreeGiftPromotionIdEvents Get /free_gift_promotions/{freeGiftPromotionId}/events Retrieve the events associated to the free gift promotion
HasManyApi GETFreeGiftPromotionIdSkus Get /free_gift_promotions/{freeGiftPromotionId}/skus Retrieve the skus associated to the free gift promotion
HasManyApi GETFreeShippingPromotionIdAttachments Get /free_shipping_promotions/{freeShippingPromotionId}/attachments Retrieve the attachments associated to the free shipping promotion
HasManyApi GETFreeShippingPromotionIdEvents Get /free_shipping_promotions/{freeShippingPromotionId}/events Retrieve the events associated to the free shipping promotion
HasManyApi GETGeocoderIdAddresses Get /geocoders/{geocoderId}/addresses Retrieve the addresses associated to the geocoder
HasManyApi GETGeocoderIdAttachments Get /geocoders/{geocoderId}/attachments Retrieve the attachments associated to the geocoder
HasManyApi GETGiftCardIdAttachments Get /gift_cards/{giftCardId}/attachments Retrieve the attachments associated to the gift card
HasManyApi GETGiftCardIdEvents Get /gift_cards/{giftCardId}/events Retrieve the events associated to the gift card
HasManyApi GETGiftCardRecipientIdAttachments Get /gift_card_recipients/{giftCardRecipientId}/attachments Retrieve the attachments associated to the gift card recipient
HasManyApi GETGoogleGeocoderIdAddresses Get /google_geocoders/{googleGeocoderId}/addresses Retrieve the addresses associated to the google geocoder
HasManyApi GETGoogleGeocoderIdAttachments Get /google_geocoders/{googleGeocoderId}/attachments Retrieve the attachments associated to the google geocoder
HasManyApi GETImportIdEvents Get /imports/{importId}/events Retrieve the events associated to the import
HasManyApi GETInStockSubscriptionIdEvents Get /in_stock_subscriptions/{inStockSubscriptionId}/events Retrieve the events associated to the in stock subscription
HasManyApi GETInventoryModelIdAttachments Get /inventory_models/{inventoryModelId}/attachments Retrieve the attachments associated to the inventory model
HasManyApi GETInventoryModelIdInventoryReturnLocations Get /inventory_models/{inventoryModelId}/inventory_return_locations Retrieve the inventory return locations associated to the inventory model
HasManyApi GETInventoryModelIdInventoryStockLocations Get /inventory_models/{inventoryModelId}/inventory_stock_locations Retrieve the inventory stock locations associated to the inventory model
HasManyApi GETKlarnaGatewayIdKlarnaPayments Get /klarna_gateways/{klarnaGatewayId}/klarna_payments Retrieve the klarna payments associated to the klarna gateway
HasManyApi GETKlarnaGatewayIdPaymentMethods Get /klarna_gateways/{klarnaGatewayId}/payment_methods Retrieve the payment methods associated to the klarna gateway
HasManyApi GETLineItemIdLineItemOptions Get /line_items/{lineItemId}/line_item_options Retrieve the line item options associated to the line item
HasManyApi GETLineItemIdStockLineItems Get /line_items/{lineItemId}/stock_line_items Retrieve the stock line items associated to the line item
HasManyApi GETLineItemIdStockTransfers Get /line_items/{lineItemId}/stock_transfers Retrieve the stock transfers associated to the line item
HasManyApi GETManualGatewayIdPaymentMethods Get /manual_gateways/{manualGatewayId}/payment_methods Retrieve the payment methods associated to the manual gateway
HasManyApi GETManualTaxCalculatorIdAttachments Get /manual_tax_calculators/{manualTaxCalculatorId}/attachments Retrieve the attachments associated to the manual tax calculator
HasManyApi GETManualTaxCalculatorIdMarkets Get /manual_tax_calculators/{manualTaxCalculatorId}/markets Retrieve the markets associated to the manual tax calculator
HasManyApi GETManualTaxCalculatorIdTaxRules Get /manual_tax_calculators/{manualTaxCalculatorId}/tax_rules Retrieve the tax rules associated to the manual tax calculator
HasManyApi GETMarketIdAttachments Get /markets/{marketId}/attachments Retrieve the attachments associated to the market
HasManyApi GETMerchantIdAttachments Get /merchants/{merchantId}/attachments Retrieve the attachments associated to the merchant
HasManyApi GETOrderCopyIdEvents Get /order_copies/{orderCopyId}/events Retrieve the events associated to the order copy
HasManyApi GETOrderFactoryIdEvents Get /order_factories/{orderFactoryId}/events Retrieve the events associated to the order factory
HasManyApi GETOrderIdAttachments Get /orders/{orderId}/attachments Retrieve the attachments associated to the order
HasManyApi GETOrderIdAuthorizations Get /orders/{orderId}/authorizations Retrieve the authorizations associated to the order
HasManyApi GETOrderIdAvailableCustomerPaymentSources Get /orders/{orderId}/available_customer_payment_sources Retrieve the available customer payment sources associated to the order
HasManyApi GETOrderIdAvailableFreeBundles Get /orders/{orderId}/available_free_bundles Retrieve the available free bundles associated to the order
HasManyApi GETOrderIdAvailableFreeSkus Get /orders/{orderId}/available_free_skus Retrieve the available free skus associated to the order
HasManyApi GETOrderIdAvailablePaymentMethods Get /orders/{orderId}/available_payment_methods Retrieve the available payment methods associated to the order
HasManyApi GETOrderIdCaptures Get /orders/{orderId}/captures Retrieve the captures associated to the order
HasManyApi GETOrderIdEvents Get /orders/{orderId}/events Retrieve the events associated to the order
HasManyApi GETOrderIdLineItems Get /orders/{orderId}/line_items Retrieve the line items associated to the order
HasManyApi GETOrderIdOrderCopies Get /orders/{orderId}/order_copies Retrieve the order copies associated to the order
HasManyApi GETOrderIdOrderFactories Get /orders/{orderId}/order_factories Retrieve the order factories associated to the order
HasManyApi GETOrderIdOrderSubscriptions Get /orders/{orderId}/order_subscriptions Retrieve the order subscriptions associated to the order
HasManyApi GETOrderIdRecurringOrderCopies Get /orders/{orderId}/recurring_order_copies Retrieve the recurring order copies associated to the order
HasManyApi GETOrderIdRefunds Get /orders/{orderId}/refunds Retrieve the refunds associated to the order
HasManyApi GETOrderIdReturns Get /orders/{orderId}/returns Retrieve the returns associated to the order
HasManyApi GETOrderIdShipments Get /orders/{orderId}/shipments Retrieve the shipments associated to the order
HasManyApi GETOrderIdVoids Get /orders/{orderId}/voids Retrieve the voids associated to the order
HasManyApi GETOrderSubscriptionIdEvents Get /order_subscriptions/{orderSubscriptionId}/events Retrieve the events associated to the order subscription
HasManyApi GETOrderSubscriptionIdOrderFactories Get /order_subscriptions/{orderSubscriptionId}/order_factories Retrieve the order factories associated to the order subscription
HasManyApi GETOrderSubscriptionIdOrderSubscriptionItems Get /order_subscriptions/{orderSubscriptionId}/order_subscription_items Retrieve the order subscription items associated to the order subscription
HasManyApi GETOrderSubscriptionIdOrders Get /order_subscriptions/{orderSubscriptionId}/orders Retrieve the orders associated to the order subscription
HasManyApi GETOrderSubscriptionIdRecurringOrderCopies Get /order_subscriptions/{orderSubscriptionId}/recurring_order_copies Retrieve the recurring order copies associated to the order subscription
HasManyApi GETOrderValidationRuleIdAttachments Get /order_validation_rules/{orderValidationRuleId}/attachments Retrieve the attachments associated to the order validation rule
HasManyApi GETPackageIdAttachments Get /packages/{packageId}/attachments Retrieve the attachments associated to the package
HasManyApi GETPackageIdParcels Get /packages/{packageId}/parcels Retrieve the parcels associated to the package
HasManyApi GETParcelIdAttachments Get /parcels/{parcelId}/attachments Retrieve the attachments associated to the parcel
HasManyApi GETParcelIdEvents Get /parcels/{parcelId}/events Retrieve the events associated to the parcel
HasManyApi GETParcelIdParcelLineItems Get /parcels/{parcelId}/parcel_line_items Retrieve the parcel line items associated to the parcel
HasManyApi GETPaymentGatewayIdPaymentMethods Get /payment_gateways/{paymentGatewayId}/payment_methods Retrieve the payment methods associated to the payment gateway
HasManyApi GETPaymentMethodIdAttachments Get /payment_methods/{paymentMethodId}/attachments Retrieve the attachments associated to the payment method
HasManyApi GETPaypalGatewayIdPaymentMethods Get /paypal_gateways/{paypalGatewayId}/payment_methods Retrieve the payment methods associated to the paypal gateway
HasManyApi GETPaypalGatewayIdPaypalPayments Get /paypal_gateways/{paypalGatewayId}/paypal_payments Retrieve the paypal payments associated to the paypal gateway
HasManyApi GETPercentageDiscountPromotionIdAttachments Get /percentage_discount_promotions/{percentageDiscountPromotionId}/attachments Retrieve the attachments associated to the percentage discount promotion
HasManyApi GETPercentageDiscountPromotionIdEvents Get /percentage_discount_promotions/{percentageDiscountPromotionId}/events Retrieve the events associated to the percentage discount promotion
HasManyApi GETPercentageDiscountPromotionIdSkus Get /percentage_discount_promotions/{percentageDiscountPromotionId}/skus Retrieve the skus associated to the percentage discount promotion
HasManyApi GETPriceFrequencyTierIdAttachments Get /price_frequency_tiers/{priceFrequencyTierId}/attachments Retrieve the attachments associated to the price frequency tier
HasManyApi GETPriceFrequencyTierIdEvents Get /price_frequency_tiers/{priceFrequencyTierId}/events Retrieve the events associated to the price frequency tier
HasManyApi GETPriceIdAttachments Get /prices/{priceId}/attachments Retrieve the attachments associated to the price
HasManyApi GETPriceIdPriceFrequencyTiers Get /prices/{priceId}/price_frequency_tiers Retrieve the price frequency tiers associated to the price
HasManyApi GETPriceIdPriceTiers Get /prices/{priceId}/price_tiers Retrieve the price tiers associated to the price
HasManyApi GETPriceIdPriceVolumeTiers Get /prices/{priceId}/price_volume_tiers Retrieve the price volume tiers associated to the price
HasManyApi GETPriceListIdAttachments Get /price_lists/{priceListId}/attachments Retrieve the attachments associated to the price list
HasManyApi GETPriceListIdPrices Get /price_lists/{priceListId}/prices Retrieve the prices associated to the price list
HasManyApi GETPriceTierIdAttachments Get /price_tiers/{priceTierId}/attachments Retrieve the attachments associated to the price tier
HasManyApi GETPriceVolumeTierIdAttachments Get /price_volume_tiers/{priceVolumeTierId}/attachments Retrieve the attachments associated to the price volume tier
HasManyApi GETPriceVolumeTierIdEvents Get /price_volume_tiers/{priceVolumeTierId}/events Retrieve the events associated to the price volume tier
HasManyApi GETPromotionIdAttachments Get /promotions/{promotionId}/attachments Retrieve the attachments associated to the promotion
HasManyApi GETPromotionIdEvents Get /promotions/{promotionId}/events Retrieve the events associated to the promotion
HasManyApi GETRecurringOrderCopyIdEvents Get /recurring_order_copies/{recurringOrderCopyId}/events Retrieve the events associated to the recurring order copy
HasManyApi GETRefundIdEvents Get /refunds/{refundId}/events Retrieve the events associated to the refund
HasManyApi GETReturnIdAttachments Get /returns/{returnId}/attachments Retrieve the attachments associated to the return
HasManyApi GETReturnIdEvents Get /returns/{returnId}/events Retrieve the events associated to the return
HasManyApi GETReturnIdReturnLineItems Get /returns/{returnId}/return_line_items Retrieve the return line items associated to the return
HasManyApi GETSatispayGatewayIdPaymentMethods Get /satispay_gateways/{satispayGatewayId}/payment_methods Retrieve the payment methods associated to the satispay gateway
HasManyApi GETSatispayGatewayIdSatispayPayments Get /satispay_gateways/{satispayGatewayId}/satispay_payments Retrieve the satispay payments associated to the satispay gateway
HasManyApi GETShipmentIdAttachments Get /shipments/{shipmentId}/attachments Retrieve the attachments associated to the shipment
HasManyApi GETShipmentIdAvailableShippingMethods Get /shipments/{shipmentId}/available_shipping_methods Retrieve the available shipping methods associated to the shipment
HasManyApi GETShipmentIdCarrierAccounts Get /shipments/{shipmentId}/carrier_accounts Retrieve the carrier accounts associated to the shipment
HasManyApi GETShipmentIdEvents Get /shipments/{shipmentId}/events Retrieve the events associated to the shipment
HasManyApi GETShipmentIdParcels Get /shipments/{shipmentId}/parcels Retrieve the parcels associated to the shipment
HasManyApi GETShipmentIdStockLineItems Get /shipments/{shipmentId}/stock_line_items Retrieve the stock line items associated to the shipment
HasManyApi GETShipmentIdStockTransfers Get /shipments/{shipmentId}/stock_transfers Retrieve the stock transfers associated to the shipment
HasManyApi GETShippingCategoryIdAttachments Get /shipping_categories/{shippingCategoryId}/attachments Retrieve the attachments associated to the shipping category
HasManyApi GETShippingCategoryIdSkus Get /shipping_categories/{shippingCategoryId}/skus Retrieve the skus associated to the shipping category
HasManyApi GETShippingMethodIdAttachments Get /shipping_methods/{shippingMethodId}/attachments Retrieve the attachments associated to the shipping method
HasManyApi GETShippingMethodIdShippingMethodTiers Get /shipping_methods/{shippingMethodId}/shipping_method_tiers Retrieve the shipping method tiers associated to the shipping method
HasManyApi GETShippingMethodIdShippingWeightTiers Get /shipping_methods/{shippingMethodId}/shipping_weight_tiers Retrieve the shipping weight tiers associated to the shipping method
HasManyApi GETShippingMethodTierIdAttachments Get /shipping_method_tiers/{shippingMethodTierId}/attachments Retrieve the attachments associated to the shipping method tier
HasManyApi GETShippingWeightTierIdAttachments Get /shipping_weight_tiers/{shippingWeightTierId}/attachments Retrieve the attachments associated to the shipping weight tier
HasManyApi GETShippingZoneIdAttachments Get /shipping_zones/{shippingZoneId}/attachments Retrieve the attachments associated to the shipping zone
HasManyApi GETSkuIdAttachments Get /skus/{skuId}/attachments Retrieve the attachments associated to the SKU
HasManyApi GETSkuIdDeliveryLeadTimes Get /skus/{skuId}/delivery_lead_times Retrieve the delivery lead times associated to the SKU
HasManyApi GETSkuIdPrices Get /skus/{skuId}/prices Retrieve the prices associated to the SKU
HasManyApi GETSkuIdSkuOptions Get /skus/{skuId}/sku_options Retrieve the sku options associated to the SKU
HasManyApi GETSkuIdStockItems Get /skus/{skuId}/stock_items Retrieve the stock items associated to the SKU
HasManyApi GETSkuListIdAttachments Get /sku_lists/{skuListId}/attachments Retrieve the attachments associated to the SKU list
HasManyApi GETSkuListIdBundles Get /sku_lists/{skuListId}/bundles Retrieve the bundles associated to the SKU list
HasManyApi GETSkuListIdSkuListItems Get /sku_lists/{skuListId}/sku_list_items Retrieve the sku list items associated to the SKU list
HasManyApi GETSkuListIdSkus Get /sku_lists/{skuListId}/skus Retrieve the skus associated to the SKU list
HasManyApi GETSkuListPromotionRuleIdSkus Get /sku_list_promotion_rules/{skuListPromotionRuleId}/skus Retrieve the skus associated to the SKU list promotion rule
HasManyApi GETSkuOptionIdAttachments Get /sku_options/{skuOptionId}/attachments Retrieve the attachments associated to the SKU option
HasManyApi GETStockItemIdAttachments Get /stock_items/{stockItemId}/attachments Retrieve the attachments associated to the stock item
HasManyApi GETStockLocationIdAttachments Get /stock_locations/{stockLocationId}/attachments Retrieve the attachments associated to the stock location
HasManyApi GETStockLocationIdInventoryReturnLocations Get /stock_locations/{stockLocationId}/inventory_return_locations Retrieve the inventory return locations associated to the stock location
HasManyApi GETStockLocationIdInventoryStockLocations Get /stock_locations/{stockLocationId}/inventory_stock_locations Retrieve the inventory stock locations associated to the stock location
HasManyApi GETStockLocationIdStockItems Get /stock_locations/{stockLocationId}/stock_items Retrieve the stock items associated to the stock location
HasManyApi GETStockLocationIdStockTransfers Get /stock_locations/{stockLocationId}/stock_transfers Retrieve the stock transfers associated to the stock location
HasManyApi GETStockTransferIdEvents Get /stock_transfers/{stockTransferId}/events Retrieve the events associated to the stock transfer
HasManyApi GETStripeGatewayIdPaymentMethods Get /stripe_gateways/{stripeGatewayId}/payment_methods Retrieve the payment methods associated to the stripe gateway
HasManyApi GETStripeGatewayIdStripePayments Get /stripe_gateways/{stripeGatewayId}/stripe_payments Retrieve the stripe payments associated to the stripe gateway
HasManyApi GETSubscriptionModelIdAttachments Get /subscription_models/{subscriptionModelId}/attachments Retrieve the attachments associated to the subscription model
HasManyApi GETSubscriptionModelIdMarkets Get /subscription_models/{subscriptionModelId}/markets Retrieve the markets associated to the subscription model
HasManyApi GETSubscriptionModelIdOrderSubscriptions Get /subscription_models/{subscriptionModelId}/order_subscriptions Retrieve the order subscriptions associated to the subscription model
HasManyApi GETTaxCalculatorIdAttachments Get /tax_calculators/{taxCalculatorId}/attachments Retrieve the attachments associated to the tax calculator
HasManyApi GETTaxCalculatorIdMarkets Get /tax_calculators/{taxCalculatorId}/markets Retrieve the markets associated to the tax calculator
HasManyApi GETTaxCategoryIdAttachments Get /tax_categories/{taxCategoryId}/attachments Retrieve the attachments associated to the tax category
HasManyApi GETTaxjarAccountIdAttachments Get /taxjar_accounts/{taxjarAccountId}/attachments Retrieve the attachments associated to the taxjar account
HasManyApi GETTaxjarAccountIdMarkets Get /taxjar_accounts/{taxjarAccountId}/markets Retrieve the markets associated to the taxjar account
HasManyApi GETTaxjarAccountIdTaxCategories Get /taxjar_accounts/{taxjarAccountId}/tax_categories Retrieve the tax categories associated to the taxjar account
HasManyApi GETVoidIdEvents Get /voids/{voidId}/events Retrieve the events associated to the void
HasManyApi GETWebhookIdLastEventCallbacks Get /webhooks/{webhookId}/last_event_callbacks Retrieve the last event callbacks associated to the webhook
HasOneApi GETAddressIdGeocoder Get /addresses/{addressId}/geocoder Retrieve the geocoder associated to the address
HasOneApi GETAdyenPaymentIdOrder Get /adyen_payments/{adyenPaymentId}/order Retrieve the order associated to the adyen payment
HasOneApi GETAdyenPaymentIdPaymentGateway Get /adyen_payments/{adyenPaymentId}/payment_gateway Retrieve the payment gateway associated to the adyen payment
HasOneApi GETAuthorizationIdOrder Get /authorizations/{authorizationId}/order Retrieve the order associated to the authorization
HasOneApi GETAxervePaymentIdOrder Get /axerve_payments/{axervePaymentId}/order Retrieve the order associated to the axerve payment
HasOneApi GETAxervePaymentIdPaymentGateway Get /axerve_payments/{axervePaymentId}/payment_gateway Retrieve the payment gateway associated to the axerve payment
HasOneApi GETBillingInfoValidationRuleIdMarket Get /billing_info_validation_rules/{billingInfoValidationRuleId}/market Retrieve the market associated to the billing info validation rule
HasOneApi GETBraintreePaymentIdOrder Get /braintree_payments/{braintreePaymentId}/order Retrieve the order associated to the braintree payment
HasOneApi GETBraintreePaymentIdPaymentGateway Get /braintree_payments/{braintreePaymentId}/payment_gateway Retrieve the payment gateway associated to the braintree payment
HasOneApi GETBundleIdMarket Get /bundles/{bundleId}/market Retrieve the market associated to the bundle
HasOneApi GETBundleIdSkuList Get /bundles/{bundleId}/sku_list Retrieve the sku list associated to the bundle
HasOneApi GETCaptureIdOrder Get /captures/{captureId}/order Retrieve the order associated to the capture
HasOneApi GETCaptureIdReferenceAuthorization Get /captures/{captureId}/reference_authorization Retrieve the reference authorization associated to the capture
HasOneApi GETCarrierAccountIdMarket Get /carrier_accounts/{carrierAccountId}/market Retrieve the market associated to the carrier account
HasOneApi GETCheckoutComPaymentIdOrder Get /checkout_com_payments/{checkoutComPaymentId}/order Retrieve the order associated to the checkout.com payment
HasOneApi GETCheckoutComPaymentIdPaymentGateway Get /checkout_com_payments/{checkoutComPaymentId}/payment_gateway Retrieve the payment gateway associated to the checkout.com payment
HasOneApi GETCouponIdPromotionRule Get /coupons/{couponId}/promotion_rule Retrieve the promotion rule associated to the coupon
HasOneApi GETCouponRecipientIdCustomer Get /coupon_recipients/{couponRecipientId}/customer Retrieve the customer associated to the coupon recipient
HasOneApi GETCustomerAddressIdAddress Get /customer_addresses/{customerAddressId}/address Retrieve the address associated to the customer address
HasOneApi GETCustomerAddressIdCustomer Get /customer_addresses/{customerAddressId}/customer Retrieve the customer associated to the customer address
HasOneApi GETCustomerIdCustomerGroup Get /customers/{customerId}/customer_group Retrieve the customer group associated to the customer
HasOneApi GETCustomerPasswordResetIdCustomer Get /customer_password_resets/{customerPasswordResetId}/customer Retrieve the customer associated to the customer password reset
HasOneApi GETCustomerPaymentSourceIdCustomer Get /customer_payment_sources/{customerPaymentSourceId}/customer Retrieve the customer associated to the customer payment source
HasOneApi GETCustomerSubscriptionIdCustomer Get /customer_subscriptions/{customerSubscriptionId}/customer Retrieve the customer associated to the customer subscription
HasOneApi GETDeliveryLeadTimeIdShippingMethod Get /delivery_lead_times/{deliveryLeadTimeId}/shipping_method Retrieve the shipping method associated to the delivery lead time
HasOneApi GETDeliveryLeadTimeIdStockLocation Get /delivery_lead_times/{deliveryLeadTimeId}/stock_location Retrieve the stock location associated to the delivery lead time
HasOneApi GETEventCallbackIdWebhook Get /event_callbacks/{eventCallbackId}/webhook Retrieve the webhook associated to the event callback
HasOneApi GETExternalPaymentIdOrder Get /external_payments/{externalPaymentId}/order Retrieve the order associated to the external payment
HasOneApi GETExternalPaymentIdPaymentGateway Get /external_payments/{externalPaymentId}/payment_gateway Retrieve the payment gateway associated to the external payment
HasOneApi GETExternalPaymentIdWallet Get /external_payments/{externalPaymentId}/wallet Retrieve the wallet associated to the external payment
HasOneApi GETExternalPromotionIdCouponCodesPromotionRule Get /external_promotions/{externalPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the external promotion
HasOneApi GETExternalPromotionIdMarket Get /external_promotions/{externalPromotionId}/market Retrieve the market associated to the external promotion
HasOneApi GETExternalPromotionIdOrderAmountPromotionRule Get /external_promotions/{externalPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the external promotion
HasOneApi GETExternalPromotionIdSkuListPromotionRule Get /external_promotions/{externalPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the external promotion
HasOneApi GETFixedAmountPromotionIdCouponCodesPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the fixed amount promotion
HasOneApi GETFixedAmountPromotionIdMarket Get /fixed_amount_promotions/{fixedAmountPromotionId}/market Retrieve the market associated to the fixed amount promotion
HasOneApi GETFixedAmountPromotionIdOrderAmountPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the fixed amount promotion
HasOneApi GETFixedAmountPromotionIdSkuListPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the fixed amount promotion
HasOneApi GETFixedPricePromotionIdCouponCodesPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the fixed price promotion
HasOneApi GETFixedPricePromotionIdMarket Get /fixed_price_promotions/{fixedPricePromotionId}/market Retrieve the market associated to the fixed price promotion
HasOneApi GETFixedPricePromotionIdOrderAmountPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the fixed price promotion
HasOneApi GETFixedPricePromotionIdSkuList Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list Retrieve the sku list associated to the fixed price promotion
HasOneApi GETFixedPricePromotionIdSkuListPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the fixed price promotion
HasOneApi GETFreeGiftPromotionIdCouponCodesPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the free gift promotion
HasOneApi GETFreeGiftPromotionIdMarket Get /free_gift_promotions/{freeGiftPromotionId}/market Retrieve the market associated to the free gift promotion
HasOneApi GETFreeGiftPromotionIdOrderAmountPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the free gift promotion
HasOneApi GETFreeGiftPromotionIdSkuList Get /free_gift_promotions/{freeGiftPromotionId}/sku_list Retrieve the sku list associated to the free gift promotion
HasOneApi GETFreeGiftPromotionIdSkuListPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the free gift promotion
HasOneApi GETFreeShippingPromotionIdCouponCodesPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the free shipping promotion
HasOneApi GETFreeShippingPromotionIdMarket Get /free_shipping_promotions/{freeShippingPromotionId}/market Retrieve the market associated to the free shipping promotion
HasOneApi GETFreeShippingPromotionIdOrderAmountPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the free shipping promotion
HasOneApi GETFreeShippingPromotionIdSkuListPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the free shipping promotion
HasOneApi GETGiftCardIdGiftCardRecipient Get /gift_cards/{giftCardId}/gift_card_recipient Retrieve the gift card recipient associated to the gift card
HasOneApi GETGiftCardIdMarket Get /gift_cards/{giftCardId}/market Retrieve the market associated to the gift card
HasOneApi GETGiftCardRecipientIdCustomer Get /gift_card_recipients/{giftCardRecipientId}/customer Retrieve the customer associated to the gift card recipient
HasOneApi GETInStockSubscriptionIdCustomer Get /in_stock_subscriptions/{inStockSubscriptionId}/customer Retrieve the customer associated to the in stock subscription
HasOneApi GETInStockSubscriptionIdMarket Get /in_stock_subscriptions/{inStockSubscriptionId}/market Retrieve the market associated to the in stock subscription
HasOneApi GETInStockSubscriptionIdSku Get /in_stock_subscriptions/{inStockSubscriptionId}/sku Retrieve the sku associated to the in stock subscription
HasOneApi GETInventoryReturnLocationIdInventoryModel Get /inventory_return_locations/{inventoryReturnLocationId}/inventory_model Retrieve the inventory model associated to the inventory return location
HasOneApi GETInventoryReturnLocationIdStockLocation Get /inventory_return_locations/{inventoryReturnLocationId}/stock_location Retrieve the stock location associated to the inventory return location
HasOneApi GETInventoryStockLocationIdInventoryModel Get /inventory_stock_locations/{inventoryStockLocationId}/inventory_model Retrieve the inventory model associated to the inventory stock location
HasOneApi GETInventoryStockLocationIdStockLocation Get /inventory_stock_locations/{inventoryStockLocationId}/stock_location Retrieve the stock location associated to the inventory stock location
HasOneApi GETKlarnaPaymentIdOrder Get /klarna_payments/{klarnaPaymentId}/order Retrieve the order associated to the klarna payment
HasOneApi GETKlarnaPaymentIdPaymentGateway Get /klarna_payments/{klarnaPaymentId}/payment_gateway Retrieve the payment gateway associated to the klarna payment
HasOneApi GETLineItemIdOrder Get /line_items/{lineItemId}/order Retrieve the order associated to the line item
HasOneApi GETLineItemOptionIdLineItem Get /line_item_options/{lineItemOptionId}/line_item Retrieve the line item associated to the line item option
HasOneApi GETLineItemOptionIdSkuOption Get /line_item_options/{lineItemOptionId}/sku_option Retrieve the sku option associated to the line item option
HasOneApi GETMarketIdCustomerGroup Get /markets/{marketId}/customer_group Retrieve the customer group associated to the market
HasOneApi GETMarketIdInventoryModel Get /markets/{marketId}/inventory_model Retrieve the inventory model associated to the market
HasOneApi GETMarketIdMerchant Get /markets/{marketId}/merchant Retrieve the merchant associated to the market
HasOneApi GETMarketIdPriceList Get /markets/{marketId}/price_list Retrieve the price list associated to the market
HasOneApi GETMarketIdSubscriptionModel Get /markets/{marketId}/subscription_model Retrieve the subscription model associated to the market
HasOneApi GETMarketIdTaxCalculator Get /markets/{marketId}/tax_calculator Retrieve the tax calculator associated to the market
HasOneApi GETMerchantIdAddress Get /merchants/{merchantId}/address Retrieve the address associated to the merchant
HasOneApi GETOrderCopyIdOrderSubscription Get /order_copies/{orderCopyId}/order_subscription Retrieve the order subscription associated to the order copy
HasOneApi GETOrderCopyIdSourceOrder Get /order_copies/{orderCopyId}/source_order Retrieve the source order associated to the order copy
HasOneApi GETOrderCopyIdTargetOrder Get /order_copies/{orderCopyId}/target_order Retrieve the target order associated to the order copy
HasOneApi GETOrderFactoryIdSourceOrder Get /order_factories/{orderFactoryId}/source_order Retrieve the source order associated to the order factory
HasOneApi GETOrderFactoryIdTargetOrder Get /order_factories/{orderFactoryId}/target_order Retrieve the target order associated to the order factory
HasOneApi GETOrderIdBillingAddress Get /orders/{orderId}/billing_address Retrieve the billing address associated to the order
HasOneApi GETOrderIdCustomer Get /orders/{orderId}/customer Retrieve the customer associated to the order
HasOneApi GETOrderIdMarket Get /orders/{orderId}/market Retrieve the market associated to the order
HasOneApi GETOrderIdPaymentMethod Get /orders/{orderId}/payment_method Retrieve the payment method associated to the order
HasOneApi GETOrderIdShippingAddress Get /orders/{orderId}/shipping_address Retrieve the shipping address associated to the order
HasOneApi GETOrderSubscriptionIdCustomer Get /order_subscriptions/{orderSubscriptionId}/customer Retrieve the customer associated to the order subscription
HasOneApi GETOrderSubscriptionIdCustomerPaymentSource Get /order_subscriptions/{orderSubscriptionId}/customer_payment_source Retrieve the customer payment source associated to the order subscription
HasOneApi GETOrderSubscriptionIdMarket Get /order_subscriptions/{orderSubscriptionId}/market Retrieve the market associated to the order subscription
HasOneApi GETOrderSubscriptionIdSourceOrder Get /order_subscriptions/{orderSubscriptionId}/source_order Retrieve the source order associated to the order subscription
HasOneApi GETOrderSubscriptionIdSubscriptionModel Get /order_subscriptions/{orderSubscriptionId}/subscription_model Retrieve the subscription model associated to the order subscription
HasOneApi GETOrderSubscriptionItemIdOrderSubscription Get /order_subscription_items/{orderSubscriptionItemId}/order_subscription Retrieve the order subscription associated to the order subscription item
HasOneApi GETOrderValidationRuleIdMarket Get /order_validation_rules/{orderValidationRuleId}/market Retrieve the market associated to the order validation rule
HasOneApi GETPackageIdStockLocation Get /packages/{packageId}/stock_location Retrieve the stock location associated to the package
HasOneApi GETParcelIdPackage Get /parcels/{parcelId}/package Retrieve the package associated to the parcel
HasOneApi GETParcelIdShipment Get /parcels/{parcelId}/shipment Retrieve the shipment associated to the parcel
HasOneApi GETParcelLineItemIdParcel Get /parcel_line_items/{parcelLineItemId}/parcel Retrieve the parcel associated to the parcel line item
HasOneApi GETParcelLineItemIdStockLineItem Get /parcel_line_items/{parcelLineItemId}/stock_line_item Retrieve the stock line item associated to the parcel line item
HasOneApi GETPaymentMethodIdMarket Get /payment_methods/{paymentMethodId}/market Retrieve the market associated to the payment method
HasOneApi GETPaymentMethodIdPaymentGateway Get /payment_methods/{paymentMethodId}/payment_gateway Retrieve the payment gateway associated to the payment method
HasOneApi GETPaypalPaymentIdOrder Get /paypal_payments/{paypalPaymentId}/order Retrieve the order associated to the paypal payment
HasOneApi GETPaypalPaymentIdPaymentGateway Get /paypal_payments/{paypalPaymentId}/payment_gateway Retrieve the payment gateway associated to the paypal payment
HasOneApi GETPercentageDiscountPromotionIdCouponCodesPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the percentage discount promotion
HasOneApi GETPercentageDiscountPromotionIdMarket Get /percentage_discount_promotions/{percentageDiscountPromotionId}/market Retrieve the market associated to the percentage discount promotion
HasOneApi GETPercentageDiscountPromotionIdOrderAmountPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the percentage discount promotion
HasOneApi GETPercentageDiscountPromotionIdSkuList Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list Retrieve the sku list associated to the percentage discount promotion
HasOneApi GETPercentageDiscountPromotionIdSkuListPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the percentage discount promotion
HasOneApi GETPriceFrequencyTierIdPrice Get /price_frequency_tiers/{priceFrequencyTierId}/price Retrieve the price associated to the price frequency tier
HasOneApi GETPriceIdPriceList Get /prices/{priceId}/price_list Retrieve the price list associated to the price
HasOneApi GETPriceIdSku Get /prices/{priceId}/sku Retrieve the sku associated to the price
HasOneApi GETPriceTierIdPrice Get /price_tiers/{priceTierId}/price Retrieve the price associated to the price tier
HasOneApi GETPriceVolumeTierIdPrice Get /price_volume_tiers/{priceVolumeTierId}/price Retrieve the price associated to the price volume tier
HasOneApi GETPromotionIdCouponCodesPromotionRule Get /promotions/{promotionId}/coupon_codes_promotion_rule Retrieve the coupon codes promotion rule associated to the promotion
HasOneApi GETPromotionIdMarket Get /promotions/{promotionId}/market Retrieve the market associated to the promotion
HasOneApi GETPromotionIdOrderAmountPromotionRule Get /promotions/{promotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the promotion
HasOneApi GETPromotionIdSkuListPromotionRule Get /promotions/{promotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the promotion
HasOneApi GETRecurringOrderCopyIdOrderSubscription Get /recurring_order_copies/{recurringOrderCopyId}/order_subscription Retrieve the order subscription associated to the recurring order copy
HasOneApi GETRecurringOrderCopyIdSourceOrder Get /recurring_order_copies/{recurringOrderCopyId}/source_order Retrieve the source order associated to the recurring order copy
HasOneApi GETRecurringOrderCopyIdTargetOrder Get /recurring_order_copies/{recurringOrderCopyId}/target_order Retrieve the target order associated to the recurring order copy
HasOneApi GETRefundIdOrder Get /refunds/{refundId}/order Retrieve the order associated to the refund
HasOneApi GETRefundIdReferenceCapture Get /refunds/{refundId}/reference_capture Retrieve the reference capture associated to the refund
HasOneApi GETReturnIdCustomer Get /returns/{returnId}/customer Retrieve the customer associated to the return
HasOneApi GETReturnIdDestinationAddress Get /returns/{returnId}/destination_address Retrieve the destination address associated to the return
HasOneApi GETReturnIdOrder Get /returns/{returnId}/order Retrieve the order associated to the return
HasOneApi GETReturnIdOriginAddress Get /returns/{returnId}/origin_address Retrieve the origin address associated to the return
HasOneApi GETReturnIdStockLocation Get /returns/{returnId}/stock_location Retrieve the stock location associated to the return
HasOneApi GETReturnLineItemIdLineItem Get /return_line_items/{returnLineItemId}/line_item Retrieve the line item associated to the return line item
HasOneApi GETReturnLineItemIdReturn Get /return_line_items/{returnLineItemId}/return Retrieve the return associated to the return line item
HasOneApi GETSatispayPaymentIdOrder Get /satispay_payments/{satispayPaymentId}/order Retrieve the order associated to the satispay payment
HasOneApi GETSatispayPaymentIdPaymentGateway Get /satispay_payments/{satispayPaymentId}/payment_gateway Retrieve the payment gateway associated to the satispay payment
HasOneApi GETShipmentIdDeliveryLeadTime Get /shipments/{shipmentId}/delivery_lead_time Retrieve the delivery lead time associated to the shipment
HasOneApi GETShipmentIdOrder Get /shipments/{shipmentId}/order Retrieve the order associated to the shipment
HasOneApi GETShipmentIdOriginAddress Get /shipments/{shipmentId}/origin_address Retrieve the origin address associated to the shipment
HasOneApi GETShipmentIdShippingAddress Get /shipments/{shipmentId}/shipping_address Retrieve the shipping address associated to the shipment
HasOneApi GETShipmentIdShippingCategory Get /shipments/{shipmentId}/shipping_category Retrieve the shipping category associated to the shipment
HasOneApi GETShipmentIdShippingMethod Get /shipments/{shipmentId}/shipping_method Retrieve the shipping method associated to the shipment
HasOneApi GETShipmentIdStockLocation Get /shipments/{shipmentId}/stock_location Retrieve the stock location associated to the shipment
HasOneApi GETShippingMethodIdDeliveryLeadTimeForShipment Get /shipping_methods/{shippingMethodId}/delivery_lead_time_for_shipment Retrieve the delivery lead time for shipment associated to the shipping method
HasOneApi GETShippingMethodIdMarket Get /shipping_methods/{shippingMethodId}/market Retrieve the market associated to the shipping method
HasOneApi GETShippingMethodIdShippingCategory Get /shipping_methods/{shippingMethodId}/shipping_category Retrieve the shipping category associated to the shipping method
HasOneApi GETShippingMethodIdShippingZone Get /shipping_methods/{shippingMethodId}/shipping_zone Retrieve the shipping zone associated to the shipping method
HasOneApi GETShippingMethodIdStockLocation Get /shipping_methods/{shippingMethodId}/stock_location Retrieve the stock location associated to the shipping method
HasOneApi GETShippingMethodTierIdShippingMethod Get /shipping_method_tiers/{shippingMethodTierId}/shipping_method Retrieve the shipping method associated to the shipping method tier
HasOneApi GETShippingWeightTierIdShippingMethod Get /shipping_weight_tiers/{shippingWeightTierId}/shipping_method Retrieve the shipping method associated to the shipping weight tier
HasOneApi GETSkuIdShippingCategory Get /skus/{skuId}/shipping_category Retrieve the shipping category associated to the SKU
HasOneApi GETSkuListIdCustomer Get /sku_lists/{skuListId}/customer Retrieve the customer associated to the SKU list
HasOneApi GETSkuListItemIdSku Get /sku_list_items/{skuListItemId}/sku Retrieve the sku associated to the SKU list item
HasOneApi GETSkuListItemIdSkuList Get /sku_list_items/{skuListItemId}/sku_list Retrieve the sku list associated to the SKU list item
HasOneApi GETSkuListPromotionRuleIdSkuList Get /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_list Retrieve the sku list associated to the SKU list promotion rule
HasOneApi GETSkuOptionIdMarket Get /sku_options/{skuOptionId}/market Retrieve the market associated to the SKU option
HasOneApi GETStockItemIdSku Get /stock_items/{stockItemId}/sku Retrieve the sku associated to the stock item
HasOneApi GETStockItemIdStockLocation Get /stock_items/{stockItemId}/stock_location Retrieve the stock location associated to the stock item
HasOneApi GETStockLineItemIdLineItem Get /stock_line_items/{stockLineItemId}/line_item Retrieve the line item associated to the stock line item
HasOneApi GETStockLineItemIdShipment Get /stock_line_items/{stockLineItemId}/shipment Retrieve the shipment associated to the stock line item
HasOneApi GETStockLineItemIdStockItem Get /stock_line_items/{stockLineItemId}/stock_item Retrieve the stock item associated to the stock line item
HasOneApi GETStockLocationIdAddress Get /stock_locations/{stockLocationId}/address Retrieve the address associated to the stock location
HasOneApi GETStockTransferIdDestinationStockLocation Get /stock_transfers/{stockTransferId}/destination_stock_location Retrieve the destination stock location associated to the stock transfer
HasOneApi GETStockTransferIdLineItem Get /stock_transfers/{stockTransferId}/line_item Retrieve the line item associated to the stock transfer
HasOneApi GETStockTransferIdOriginStockLocation Get /stock_transfers/{stockTransferId}/origin_stock_location Retrieve the origin stock location associated to the stock transfer
HasOneApi GETStockTransferIdShipment Get /stock_transfers/{stockTransferId}/shipment Retrieve the shipment associated to the stock transfer
HasOneApi GETStockTransferIdSku Get /stock_transfers/{stockTransferId}/sku Retrieve the sku associated to the stock transfer
HasOneApi GETStripePaymentIdOrder Get /stripe_payments/{stripePaymentId}/order Retrieve the order associated to the stripe payment
HasOneApi GETStripePaymentIdPaymentGateway Get /stripe_payments/{stripePaymentId}/payment_gateway Retrieve the payment gateway associated to the stripe payment
HasOneApi GETTaxCategoryIdSku Get /tax_categories/{taxCategoryId}/sku Retrieve the sku associated to the tax category
HasOneApi GETTaxRuleIdManualTaxCalculator Get /tax_rules/{taxRuleId}/manual_tax_calculator Retrieve the manual tax calculator associated to the tax rule
HasOneApi GETTransactionIdOrder Get /transactions/{transactionId}/order Retrieve the order associated to the transaction
HasOneApi GETVoidIdOrder Get /voids/{voidId}/order Retrieve the order associated to the void
HasOneApi GETVoidIdReferenceAuthorization Get /voids/{voidId}/reference_authorization Retrieve the reference authorization associated to the void
HasOneApi GETWireTransferIdOrder Get /wire_transfers/{wireTransferId}/order Retrieve the order associated to the wire transfer
ImportsApi DELETEImportsImportId Delete /imports/{importId} Delete an import
ImportsApi GETImports Get /imports List all imports
ImportsApi GETImportsImportId Get /imports/{importId} Retrieve an import
ImportsApi POSTImports Post /imports Create an import
InStockSubscriptionsApi DELETEInStockSubscriptionsInStockSubscriptionId Delete /in_stock_subscriptions/{inStockSubscriptionId} Delete an in stock subscription
InStockSubscriptionsApi GETInStockSubscriptions Get /in_stock_subscriptions List all in stock subscriptions
InStockSubscriptionsApi GETInStockSubscriptionsInStockSubscriptionId Get /in_stock_subscriptions/{inStockSubscriptionId} Retrieve an in stock subscription
InStockSubscriptionsApi PATCHInStockSubscriptionsInStockSubscriptionId Patch /in_stock_subscriptions/{inStockSubscriptionId} Update an in stock subscription
InStockSubscriptionsApi POSTInStockSubscriptions Post /in_stock_subscriptions Create an in stock subscription
InventoryModelsApi DELETEInventoryModelsInventoryModelId Delete /inventory_models/{inventoryModelId} Delete an inventory model
InventoryModelsApi GETInventoryModels Get /inventory_models List all inventory models
InventoryModelsApi GETInventoryModelsInventoryModelId Get /inventory_models/{inventoryModelId} Retrieve an inventory model
InventoryModelsApi GETInventoryReturnLocationIdInventoryModel Get /inventory_return_locations/{inventoryReturnLocationId}/inventory_model Retrieve the inventory model associated to the inventory return location
InventoryModelsApi GETInventoryStockLocationIdInventoryModel Get /inventory_stock_locations/{inventoryStockLocationId}/inventory_model Retrieve the inventory model associated to the inventory stock location
InventoryModelsApi GETMarketIdInventoryModel Get /markets/{marketId}/inventory_model Retrieve the inventory model associated to the market
InventoryModelsApi PATCHInventoryModelsInventoryModelId Patch /inventory_models/{inventoryModelId} Update an inventory model
InventoryModelsApi POSTInventoryModels Post /inventory_models Create an inventory model
InventoryReturnLocationsApi DELETEInventoryReturnLocationsInventoryReturnLocationId Delete /inventory_return_locations/{inventoryReturnLocationId} Delete an inventory return location
InventoryReturnLocationsApi GETInventoryModelIdInventoryReturnLocations Get /inventory_models/{inventoryModelId}/inventory_return_locations Retrieve the inventory return locations associated to the inventory model
InventoryReturnLocationsApi GETInventoryReturnLocations Get /inventory_return_locations List all inventory return locations
InventoryReturnLocationsApi GETInventoryReturnLocationsInventoryReturnLocationId Get /inventory_return_locations/{inventoryReturnLocationId} Retrieve an inventory return location
InventoryReturnLocationsApi GETStockLocationIdInventoryReturnLocations Get /stock_locations/{stockLocationId}/inventory_return_locations Retrieve the inventory return locations associated to the stock location
InventoryReturnLocationsApi PATCHInventoryReturnLocationsInventoryReturnLocationId Patch /inventory_return_locations/{inventoryReturnLocationId} Update an inventory return location
InventoryReturnLocationsApi POSTInventoryReturnLocations Post /inventory_return_locations Create an inventory return location
InventoryStockLocationsApi DELETEInventoryStockLocationsInventoryStockLocationId Delete /inventory_stock_locations/{inventoryStockLocationId} Delete an inventory stock location
InventoryStockLocationsApi GETInventoryModelIdInventoryStockLocations Get /inventory_models/{inventoryModelId}/inventory_stock_locations Retrieve the inventory stock locations associated to the inventory model
InventoryStockLocationsApi GETInventoryStockLocations Get /inventory_stock_locations List all inventory stock locations
InventoryStockLocationsApi GETInventoryStockLocationsInventoryStockLocationId Get /inventory_stock_locations/{inventoryStockLocationId} Retrieve an inventory stock location
InventoryStockLocationsApi GETStockLocationIdInventoryStockLocations Get /stock_locations/{stockLocationId}/inventory_stock_locations Retrieve the inventory stock locations associated to the stock location
InventoryStockLocationsApi PATCHInventoryStockLocationsInventoryStockLocationId Patch /inventory_stock_locations/{inventoryStockLocationId} Update an inventory stock location
InventoryStockLocationsApi POSTInventoryStockLocations Post /inventory_stock_locations Create an inventory stock location
KlarnaGatewaysApi DELETEKlarnaGatewaysKlarnaGatewayId Delete /klarna_gateways/{klarnaGatewayId} Delete a klarna gateway
KlarnaGatewaysApi GETKlarnaGateways Get /klarna_gateways List all klarna gateways
KlarnaGatewaysApi GETKlarnaGatewaysKlarnaGatewayId Get /klarna_gateways/{klarnaGatewayId} Retrieve a klarna gateway
KlarnaGatewaysApi PATCHKlarnaGatewaysKlarnaGatewayId Patch /klarna_gateways/{klarnaGatewayId} Update a klarna gateway
KlarnaGatewaysApi POSTKlarnaGateways Post /klarna_gateways Create a klarna gateway
KlarnaPaymentsApi DELETEKlarnaPaymentsKlarnaPaymentId Delete /klarna_payments/{klarnaPaymentId} Delete a klarna payment
KlarnaPaymentsApi GETKlarnaGatewayIdKlarnaPayments Get /klarna_gateways/{klarnaGatewayId}/klarna_payments Retrieve the klarna payments associated to the klarna gateway
KlarnaPaymentsApi GETKlarnaPayments Get /klarna_payments List all klarna payments
KlarnaPaymentsApi GETKlarnaPaymentsKlarnaPaymentId Get /klarna_payments/{klarnaPaymentId} Retrieve a klarna payment
KlarnaPaymentsApi PATCHKlarnaPaymentsKlarnaPaymentId Patch /klarna_payments/{klarnaPaymentId} Update a klarna payment
KlarnaPaymentsApi POSTKlarnaPayments Post /klarna_payments Create a klarna payment
LineItemOptionsApi DELETELineItemOptionsLineItemOptionId Delete /line_item_options/{lineItemOptionId} Delete a line item option
LineItemOptionsApi GETLineItemIdLineItemOptions Get /line_items/{lineItemId}/line_item_options Retrieve the line item options associated to the line item
LineItemOptionsApi GETLineItemOptions Get /line_item_options List all line item options
LineItemOptionsApi GETLineItemOptionsLineItemOptionId Get /line_item_options/{lineItemOptionId} Retrieve a line item option
LineItemOptionsApi PATCHLineItemOptionsLineItemOptionId Patch /line_item_options/{lineItemOptionId} Update a line item option
LineItemOptionsApi POSTLineItemOptions Post /line_item_options Create a line item option
LineItemsApi DELETELineItemsLineItemId Delete /line_items/{lineItemId} Delete a line item
LineItemsApi GETLineItemOptionIdLineItem Get /line_item_options/{lineItemOptionId}/line_item Retrieve the line item associated to the line item option
LineItemsApi GETLineItems Get /line_items List all line items
LineItemsApi GETLineItemsLineItemId Get /line_items/{lineItemId} Retrieve a line item
LineItemsApi GETOrderIdLineItems Get /orders/{orderId}/line_items Retrieve the line items associated to the order
LineItemsApi GETReturnLineItemIdLineItem Get /return_line_items/{returnLineItemId}/line_item Retrieve the line item associated to the return line item
LineItemsApi GETStockLineItemIdLineItem Get /stock_line_items/{stockLineItemId}/line_item Retrieve the line item associated to the stock line item
LineItemsApi GETStockTransferIdLineItem Get /stock_transfers/{stockTransferId}/line_item Retrieve the line item associated to the stock transfer
LineItemsApi PATCHLineItemsLineItemId Patch /line_items/{lineItemId} Update a line item
LineItemsApi POSTLineItems Post /line_items Create a line item
ManualGatewaysApi DELETEManualGatewaysManualGatewayId Delete /manual_gateways/{manualGatewayId} Delete a manual gateway
ManualGatewaysApi GETManualGateways Get /manual_gateways List all manual gateways
ManualGatewaysApi GETManualGatewaysManualGatewayId Get /manual_gateways/{manualGatewayId} Retrieve a manual gateway
ManualGatewaysApi PATCHManualGatewaysManualGatewayId Patch /manual_gateways/{manualGatewayId} Update a manual gateway
ManualGatewaysApi POSTManualGateways Post /manual_gateways Create a manual gateway
ManualTaxCalculatorsApi DELETEManualTaxCalculatorsManualTaxCalculatorId Delete /manual_tax_calculators/{manualTaxCalculatorId} Delete a manual tax calculator
ManualTaxCalculatorsApi GETManualTaxCalculators Get /manual_tax_calculators List all manual tax calculators
ManualTaxCalculatorsApi GETManualTaxCalculatorsManualTaxCalculatorId Get /manual_tax_calculators/{manualTaxCalculatorId} Retrieve a manual tax calculator
ManualTaxCalculatorsApi GETTaxRuleIdManualTaxCalculator Get /tax_rules/{taxRuleId}/manual_tax_calculator Retrieve the manual tax calculator associated to the tax rule
ManualTaxCalculatorsApi PATCHManualTaxCalculatorsManualTaxCalculatorId Patch /manual_tax_calculators/{manualTaxCalculatorId} Update a manual tax calculator
ManualTaxCalculatorsApi POSTManualTaxCalculators Post /manual_tax_calculators Create a manual tax calculator
MarketsApi DELETEMarketsMarketId Delete /markets/{marketId} Delete a market
MarketsApi GETAvalaraAccountIdMarkets Get /avalara_accounts/{avalaraAccountId}/markets Retrieve the markets associated to the avalara account
MarketsApi GETBillingInfoValidationRuleIdMarket Get /billing_info_validation_rules/{billingInfoValidationRuleId}/market Retrieve the market associated to the billing info validation rule
MarketsApi GETBundleIdMarket Get /bundles/{bundleId}/market Retrieve the market associated to the bundle
MarketsApi GETCarrierAccountIdMarket Get /carrier_accounts/{carrierAccountId}/market Retrieve the market associated to the carrier account
MarketsApi GETCustomerGroupIdMarkets Get /customer_groups/{customerGroupId}/markets Retrieve the markets associated to the customer group
MarketsApi GETExternalPromotionIdMarket Get /external_promotions/{externalPromotionId}/market Retrieve the market associated to the external promotion
MarketsApi GETExternalTaxCalculatorIdMarkets Get /external_tax_calculators/{externalTaxCalculatorId}/markets Retrieve the markets associated to the external tax calculator
MarketsApi GETFixedAmountPromotionIdMarket Get /fixed_amount_promotions/{fixedAmountPromotionId}/market Retrieve the market associated to the fixed amount promotion
MarketsApi GETFixedPricePromotionIdMarket Get /fixed_price_promotions/{fixedPricePromotionId}/market Retrieve the market associated to the fixed price promotion
MarketsApi GETFreeGiftPromotionIdMarket Get /free_gift_promotions/{freeGiftPromotionId}/market Retrieve the market associated to the free gift promotion
MarketsApi GETFreeShippingPromotionIdMarket Get /free_shipping_promotions/{freeShippingPromotionId}/market Retrieve the market associated to the free shipping promotion
MarketsApi GETGiftCardIdMarket Get /gift_cards/{giftCardId}/market Retrieve the market associated to the gift card
MarketsApi GETInStockSubscriptionIdMarket Get /in_stock_subscriptions/{inStockSubscriptionId}/market Retrieve the market associated to the in stock subscription
MarketsApi GETManualTaxCalculatorIdMarkets Get /manual_tax_calculators/{manualTaxCalculatorId}/markets Retrieve the markets associated to the manual tax calculator
MarketsApi GETMarkets Get /markets List all markets
MarketsApi GETMarketsMarketId Get /markets/{marketId} Retrieve a market
MarketsApi GETOrderIdMarket Get /orders/{orderId}/market Retrieve the market associated to the order
MarketsApi GETOrderSubscriptionIdMarket Get /order_subscriptions/{orderSubscriptionId}/market Retrieve the market associated to the order subscription
MarketsApi GETOrderValidationRuleIdMarket Get /order_validation_rules/{orderValidationRuleId}/market Retrieve the market associated to the order validation rule
MarketsApi GETPaymentMethodIdMarket Get /payment_methods/{paymentMethodId}/market Retrieve the market associated to the payment method
MarketsApi GETPercentageDiscountPromotionIdMarket Get /percentage_discount_promotions/{percentageDiscountPromotionId}/market Retrieve the market associated to the percentage discount promotion
MarketsApi GETPromotionIdMarket Get /promotions/{promotionId}/market Retrieve the market associated to the promotion
MarketsApi GETShippingMethodIdMarket Get /shipping_methods/{shippingMethodId}/market Retrieve the market associated to the shipping method
MarketsApi GETSkuOptionIdMarket Get /sku_options/{skuOptionId}/market Retrieve the market associated to the SKU option
MarketsApi GETSubscriptionModelIdMarkets Get /subscription_models/{subscriptionModelId}/markets Retrieve the markets associated to the subscription model
MarketsApi GETTaxCalculatorIdMarkets Get /tax_calculators/{taxCalculatorId}/markets Retrieve the markets associated to the tax calculator
MarketsApi GETTaxjarAccountIdMarkets Get /taxjar_accounts/{taxjarAccountId}/markets Retrieve the markets associated to the taxjar account
MarketsApi PATCHMarketsMarketId Patch /markets/{marketId} Update a market
MarketsApi POSTMarkets Post /markets Create a market
MerchantsApi DELETEMerchantsMerchantId Delete /merchants/{merchantId} Delete a merchant
MerchantsApi GETMarketIdMerchant Get /markets/{marketId}/merchant Retrieve the merchant associated to the market
MerchantsApi GETMerchants Get /merchants List all merchants
MerchantsApi GETMerchantsMerchantId Get /merchants/{merchantId} Retrieve a merchant
MerchantsApi PATCHMerchantsMerchantId Patch /merchants/{merchantId} Update a merchant
MerchantsApi POSTMerchants Post /merchants Create a merchant
OrderAmountPromotionRulesApi DELETEOrderAmountPromotionRulesOrderAmountPromotionRuleId Delete /order_amount_promotion_rules/{orderAmountPromotionRuleId} Delete an order amount promotion rule
OrderAmountPromotionRulesApi GETExternalPromotionIdOrderAmountPromotionRule Get /external_promotions/{externalPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the external promotion
OrderAmountPromotionRulesApi GETFixedAmountPromotionIdOrderAmountPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the fixed amount promotion
OrderAmountPromotionRulesApi GETFixedPricePromotionIdOrderAmountPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the fixed price promotion
OrderAmountPromotionRulesApi GETFreeGiftPromotionIdOrderAmountPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the free gift promotion
OrderAmountPromotionRulesApi GETFreeShippingPromotionIdOrderAmountPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the free shipping promotion
OrderAmountPromotionRulesApi GETOrderAmountPromotionRules Get /order_amount_promotion_rules List all order amount promotion rules
OrderAmountPromotionRulesApi GETOrderAmountPromotionRulesOrderAmountPromotionRuleId Get /order_amount_promotion_rules/{orderAmountPromotionRuleId} Retrieve an order amount promotion rule
OrderAmountPromotionRulesApi GETPercentageDiscountPromotionIdOrderAmountPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the percentage discount promotion
OrderAmountPromotionRulesApi GETPromotionIdOrderAmountPromotionRule Get /promotions/{promotionId}/order_amount_promotion_rule Retrieve the order amount promotion rule associated to the promotion
OrderAmountPromotionRulesApi PATCHOrderAmountPromotionRulesOrderAmountPromotionRuleId Patch /order_amount_promotion_rules/{orderAmountPromotionRuleId} Update an order amount promotion rule
OrderAmountPromotionRulesApi POSTOrderAmountPromotionRules Post /order_amount_promotion_rules Create an order amount promotion rule
OrderCopiesApi DELETEOrderCopiesOrderCopyId Delete /order_copies/{orderCopyId} Delete an order copy
OrderCopiesApi GETOrderCopies Get /order_copies List all order copies
OrderCopiesApi GETOrderCopiesOrderCopyId Get /order_copies/{orderCopyId} Retrieve an order copy
OrderCopiesApi GETOrderIdOrderCopies Get /orders/{orderId}/order_copies Retrieve the order copies associated to the order
OrderCopiesApi PATCHOrderCopiesOrderCopyId Patch /order_copies/{orderCopyId} Update an order copy
OrderCopiesApi POSTOrderCopies Post /order_copies Create an order copy
OrderFactoriesApi GETOrderFactories Get /order_factories List all order factories
OrderFactoriesApi GETOrderFactoriesOrderFactoryId Get /order_factories/{orderFactoryId} Retrieve an order factory
OrderFactoriesApi GETOrderIdOrderFactories Get /orders/{orderId}/order_factories Retrieve the order factories associated to the order
OrderFactoriesApi GETOrderSubscriptionIdOrderFactories Get /order_subscriptions/{orderSubscriptionId}/order_factories Retrieve the order factories associated to the order subscription
OrderSubscriptionItemsApi DELETEOrderSubscriptionItemsOrderSubscriptionItemId Delete /order_subscription_items/{orderSubscriptionItemId} Delete an order subscription item
OrderSubscriptionItemsApi GETOrderSubscriptionIdOrderSubscriptionItems Get /order_subscriptions/{orderSubscriptionId}/order_subscription_items Retrieve the order subscription items associated to the order subscription
OrderSubscriptionItemsApi GETOrderSubscriptionItems Get /order_subscription_items List all order subscription items
OrderSubscriptionItemsApi GETOrderSubscriptionItemsOrderSubscriptionItemId Get /order_subscription_items/{orderSubscriptionItemId} Retrieve an order subscription item
OrderSubscriptionItemsApi PATCHOrderSubscriptionItemsOrderSubscriptionItemId Patch /order_subscription_items/{orderSubscriptionItemId} Update an order subscription item
OrderSubscriptionItemsApi POSTOrderSubscriptionItems Post /order_subscription_items Create an order subscription item
OrderSubscriptionsApi DELETEOrderSubscriptionsOrderSubscriptionId Delete /order_subscriptions/{orderSubscriptionId} Delete an order subscription
OrderSubscriptionsApi GETCustomerIdOrderSubscriptions Get /customers/{customerId}/order_subscriptions Retrieve the order subscriptions associated to the customer
OrderSubscriptionsApi GETOrderCopyIdOrderSubscription Get /order_copies/{orderCopyId}/order_subscription Retrieve the order subscription associated to the order copy
OrderSubscriptionsApi GETOrderIdOrderSubscriptions Get /orders/{orderId}/order_subscriptions Retrieve the order subscriptions associated to the order
OrderSubscriptionsApi GETOrderSubscriptionItemIdOrderSubscription Get /order_subscription_items/{orderSubscriptionItemId}/order_subscription Retrieve the order subscription associated to the order subscription item
OrderSubscriptionsApi GETOrderSubscriptions Get /order_subscriptions List all order subscriptions
OrderSubscriptionsApi GETOrderSubscriptionsOrderSubscriptionId Get /order_subscriptions/{orderSubscriptionId} Retrieve an order subscription
OrderSubscriptionsApi GETRecurringOrderCopyIdOrderSubscription Get /recurring_order_copies/{recurringOrderCopyId}/order_subscription Retrieve the order subscription associated to the recurring order copy
OrderSubscriptionsApi GETSubscriptionModelIdOrderSubscriptions Get /subscription_models/{subscriptionModelId}/order_subscriptions Retrieve the order subscriptions associated to the subscription model
OrderSubscriptionsApi PATCHOrderSubscriptionsOrderSubscriptionId Patch /order_subscriptions/{orderSubscriptionId} Update an order subscription
OrderSubscriptionsApi POSTOrderSubscriptions Post /order_subscriptions Create an order subscription
OrderValidationRulesApi GETOrderValidationRules Get /order_validation_rules List all order validation rules
OrderValidationRulesApi GETOrderValidationRulesOrderValidationRuleId Get /order_validation_rules/{orderValidationRuleId} Retrieve an order validation rule
OrdersApi DELETEOrdersOrderId Delete /orders/{orderId} Delete an order
OrdersApi GETAdyenPaymentIdOrder Get /adyen_payments/{adyenPaymentId}/order Retrieve the order associated to the adyen payment
OrdersApi GETAuthorizationIdOrder Get /authorizations/{authorizationId}/order Retrieve the order associated to the authorization
OrdersApi GETAxervePaymentIdOrder Get /axerve_payments/{axervePaymentId}/order Retrieve the order associated to the axerve payment
OrdersApi GETBraintreePaymentIdOrder Get /braintree_payments/{braintreePaymentId}/order Retrieve the order associated to the braintree payment
OrdersApi GETCaptureIdOrder Get /captures/{captureId}/order Retrieve the order associated to the capture
OrdersApi GETCheckoutComPaymentIdOrder Get /checkout_com_payments/{checkoutComPaymentId}/order Retrieve the order associated to the checkout.com payment
OrdersApi GETCustomerIdOrders Get /customers/{customerId}/orders Retrieve the orders associated to the customer
OrdersApi GETExternalPaymentIdOrder Get /external_payments/{externalPaymentId}/order Retrieve the order associated to the external payment
OrdersApi GETKlarnaPaymentIdOrder Get /klarna_payments/{klarnaPaymentId}/order Retrieve the order associated to the klarna payment
OrdersApi GETLineItemIdOrder Get /line_items/{lineItemId}/order Retrieve the order associated to the line item
OrdersApi GETOrderCopyIdSourceOrder Get /order_copies/{orderCopyId}/source_order Retrieve the source order associated to the order copy
OrdersApi GETOrderCopyIdTargetOrder Get /order_copies/{orderCopyId}/target_order Retrieve the target order associated to the order copy
OrdersApi GETOrderFactoryIdSourceOrder Get /order_factories/{orderFactoryId}/source_order Retrieve the source order associated to the order factory
OrdersApi GETOrderFactoryIdTargetOrder Get /order_factories/{orderFactoryId}/target_order Retrieve the target order associated to the order factory
OrdersApi GETOrderSubscriptionIdOrders Get /order_subscriptions/{orderSubscriptionId}/orders Retrieve the orders associated to the order subscription
OrdersApi GETOrderSubscriptionIdSourceOrder Get /order_subscriptions/{orderSubscriptionId}/source_order Retrieve the source order associated to the order subscription
OrdersApi GETOrders Get /orders List all orders
OrdersApi GETOrdersOrderId Get /orders/{orderId} Retrieve an order
OrdersApi GETPaypalPaymentIdOrder Get /paypal_payments/{paypalPaymentId}/order Retrieve the order associated to the paypal payment
OrdersApi GETRecurringOrderCopyIdSourceOrder Get /recurring_order_copies/{recurringOrderCopyId}/source_order Retrieve the source order associated to the recurring order copy
OrdersApi GETRecurringOrderCopyIdTargetOrder Get /recurring_order_copies/{recurringOrderCopyId}/target_order Retrieve the target order associated to the recurring order copy
OrdersApi GETRefundIdOrder Get /refunds/{refundId}/order Retrieve the order associated to the refund
OrdersApi GETReturnIdOrder Get /returns/{returnId}/order Retrieve the order associated to the return
OrdersApi GETSatispayPaymentIdOrder Get /satispay_payments/{satispayPaymentId}/order Retrieve the order associated to the satispay payment
OrdersApi GETShipmentIdOrder Get /shipments/{shipmentId}/order Retrieve the order associated to the shipment
OrdersApi GETStripePaymentIdOrder Get /stripe_payments/{stripePaymentId}/order Retrieve the order associated to the stripe payment
OrdersApi GETTransactionIdOrder Get /transactions/{transactionId}/order Retrieve the order associated to the transaction
OrdersApi GETVoidIdOrder Get /voids/{voidId}/order Retrieve the order associated to the void
OrdersApi GETWireTransferIdOrder Get /wire_transfers/{wireTransferId}/order Retrieve the order associated to the wire transfer
OrdersApi PATCHOrdersOrderId Patch /orders/{orderId} Update an order
OrdersApi POSTOrders Post /orders Create an order
OrganizationApi GETOrganizationOrganizationId Get /organization Retrieve the organization
PackagesApi DELETEPackagesPackageId Delete /packages/{packageId} Delete a package
PackagesApi GETPackages Get /packages List all packages
PackagesApi GETPackagesPackageId Get /packages/{packageId} Retrieve a package
PackagesApi GETParcelIdPackage Get /parcels/{parcelId}/package Retrieve the package associated to the parcel
PackagesApi PATCHPackagesPackageId Patch /packages/{packageId} Update a package
PackagesApi POSTPackages Post /packages Create a package
ParcelLineItemsApi DELETEParcelLineItemsParcelLineItemId Delete /parcel_line_items/{parcelLineItemId} Delete a parcel line item
ParcelLineItemsApi GETParcelIdParcelLineItems Get /parcels/{parcelId}/parcel_line_items Retrieve the parcel line items associated to the parcel
ParcelLineItemsApi GETParcelLineItems Get /parcel_line_items List all parcel line items
ParcelLineItemsApi GETParcelLineItemsParcelLineItemId Get /parcel_line_items/{parcelLineItemId} Retrieve a parcel line item
ParcelLineItemsApi PATCHParcelLineItemsParcelLineItemId Patch /parcel_line_items/{parcelLineItemId} Update a parcel line item
ParcelLineItemsApi POSTParcelLineItems Post /parcel_line_items Create a parcel line item
ParcelsApi DELETEParcelsParcelId Delete /parcels/{parcelId} Delete a parcel
ParcelsApi GETPackageIdParcels Get /packages/{packageId}/parcels Retrieve the parcels associated to the package
ParcelsApi GETParcelLineItemIdParcel Get /parcel_line_items/{parcelLineItemId}/parcel Retrieve the parcel associated to the parcel line item
ParcelsApi GETParcels Get /parcels List all parcels
ParcelsApi GETParcelsParcelId Get /parcels/{parcelId} Retrieve a parcel
ParcelsApi GETShipmentIdParcels Get /shipments/{shipmentId}/parcels Retrieve the parcels associated to the shipment
ParcelsApi PATCHParcelsParcelId Patch /parcels/{parcelId} Update a parcel
ParcelsApi POSTParcels Post /parcels Create a parcel
PaymentGatewaysApi GETAdyenPaymentIdPaymentGateway Get /adyen_payments/{adyenPaymentId}/payment_gateway Retrieve the payment gateway associated to the adyen payment
PaymentGatewaysApi GETAxervePaymentIdPaymentGateway Get /axerve_payments/{axervePaymentId}/payment_gateway Retrieve the payment gateway associated to the axerve payment
PaymentGatewaysApi GETBraintreePaymentIdPaymentGateway Get /braintree_payments/{braintreePaymentId}/payment_gateway Retrieve the payment gateway associated to the braintree payment
PaymentGatewaysApi GETCheckoutComPaymentIdPaymentGateway Get /checkout_com_payments/{checkoutComPaymentId}/payment_gateway Retrieve the payment gateway associated to the checkout.com payment
PaymentGatewaysApi GETExternalPaymentIdPaymentGateway Get /external_payments/{externalPaymentId}/payment_gateway Retrieve the payment gateway associated to the external payment
PaymentGatewaysApi GETKlarnaPaymentIdPaymentGateway Get /klarna_payments/{klarnaPaymentId}/payment_gateway Retrieve the payment gateway associated to the klarna payment
PaymentGatewaysApi GETPaymentGateways Get /payment_gateways List all payment gateways
PaymentGatewaysApi GETPaymentGatewaysPaymentGatewayId Get /payment_gateways/{paymentGatewayId} Retrieve a payment gateway
PaymentGatewaysApi GETPaymentMethodIdPaymentGateway Get /payment_methods/{paymentMethodId}/payment_gateway Retrieve the payment gateway associated to the payment method
PaymentGatewaysApi GETPaypalPaymentIdPaymentGateway Get /paypal_payments/{paypalPaymentId}/payment_gateway Retrieve the payment gateway associated to the paypal payment
PaymentGatewaysApi GETSatispayPaymentIdPaymentGateway Get /satispay_payments/{satispayPaymentId}/payment_gateway Retrieve the payment gateway associated to the satispay payment
PaymentGatewaysApi GETStripePaymentIdPaymentGateway Get /stripe_payments/{stripePaymentId}/payment_gateway Retrieve the payment gateway associated to the stripe payment
PaymentMethodsApi DELETEPaymentMethodsPaymentMethodId Delete /payment_methods/{paymentMethodId} Delete a payment method
PaymentMethodsApi GETAdyenGatewayIdPaymentMethods Get /adyen_gateways/{adyenGatewayId}/payment_methods Retrieve the payment methods associated to the adyen gateway
PaymentMethodsApi GETAxerveGatewayIdPaymentMethods Get /axerve_gateways/{axerveGatewayId}/payment_methods Retrieve the payment methods associated to the axerve gateway
PaymentMethodsApi GETBraintreeGatewayIdPaymentMethods Get /braintree_gateways/{braintreeGatewayId}/payment_methods Retrieve the payment methods associated to the braintree gateway
PaymentMethodsApi GETCheckoutComGatewayIdPaymentMethods Get /checkout_com_gateways/{checkoutComGatewayId}/payment_methods Retrieve the payment methods associated to the checkout.com gateway
PaymentMethodsApi GETExternalGatewayIdPaymentMethods Get /external_gateways/{externalGatewayId}/payment_methods Retrieve the payment methods associated to the external gateway
PaymentMethodsApi GETKlarnaGatewayIdPaymentMethods Get /klarna_gateways/{klarnaGatewayId}/payment_methods Retrieve the payment methods associated to the klarna gateway
PaymentMethodsApi GETManualGatewayIdPaymentMethods Get /manual_gateways/{manualGatewayId}/payment_methods Retrieve the payment methods associated to the manual gateway
PaymentMethodsApi GETOrderIdAvailablePaymentMethods Get /orders/{orderId}/available_payment_methods Retrieve the available payment methods associated to the order
PaymentMethodsApi GETOrderIdPaymentMethod Get /orders/{orderId}/payment_method Retrieve the payment method associated to the order
PaymentMethodsApi GETPaymentGatewayIdPaymentMethods Get /payment_gateways/{paymentGatewayId}/payment_methods Retrieve the payment methods associated to the payment gateway
PaymentMethodsApi GETPaymentMethods Get /payment_methods List all payment methods
PaymentMethodsApi GETPaymentMethodsPaymentMethodId Get /payment_methods/{paymentMethodId} Retrieve a payment method
PaymentMethodsApi GETPaypalGatewayIdPaymentMethods Get /paypal_gateways/{paypalGatewayId}/payment_methods Retrieve the payment methods associated to the paypal gateway
PaymentMethodsApi GETSatispayGatewayIdPaymentMethods Get /satispay_gateways/{satispayGatewayId}/payment_methods Retrieve the payment methods associated to the satispay gateway
PaymentMethodsApi GETStripeGatewayIdPaymentMethods Get /stripe_gateways/{stripeGatewayId}/payment_methods Retrieve the payment methods associated to the stripe gateway
PaymentMethodsApi PATCHPaymentMethodsPaymentMethodId Patch /payment_methods/{paymentMethodId} Update a payment method
PaymentMethodsApi POSTPaymentMethods Post /payment_methods Create a payment method
PaypalGatewaysApi DELETEPaypalGatewaysPaypalGatewayId Delete /paypal_gateways/{paypalGatewayId} Delete a paypal gateway
PaypalGatewaysApi GETPaypalGateways Get /paypal_gateways List all paypal gateways
PaypalGatewaysApi GETPaypalGatewaysPaypalGatewayId Get /paypal_gateways/{paypalGatewayId} Retrieve a paypal gateway
PaypalGatewaysApi PATCHPaypalGatewaysPaypalGatewayId Patch /paypal_gateways/{paypalGatewayId} Update a paypal gateway
PaypalGatewaysApi POSTPaypalGateways Post /paypal_gateways Create a paypal gateway
PaypalPaymentsApi DELETEPaypalPaymentsPaypalPaymentId Delete /paypal_payments/{paypalPaymentId} Delete a paypal payment
PaypalPaymentsApi GETPaypalGatewayIdPaypalPayments Get /paypal_gateways/{paypalGatewayId}/paypal_payments Retrieve the paypal payments associated to the paypal gateway
PaypalPaymentsApi GETPaypalPayments Get /paypal_payments List all paypal payments
PaypalPaymentsApi GETPaypalPaymentsPaypalPaymentId Get /paypal_payments/{paypalPaymentId} Retrieve a paypal payment
PaypalPaymentsApi PATCHPaypalPaymentsPaypalPaymentId Patch /paypal_payments/{paypalPaymentId} Update a paypal payment
PaypalPaymentsApi POSTPaypalPayments Post /paypal_payments Create a paypal payment
PercentageDiscountPromotionsApi DELETEPercentageDiscountPromotionsPercentageDiscountPromotionId Delete /percentage_discount_promotions/{percentageDiscountPromotionId} Delete a percentage discount promotion
PercentageDiscountPromotionsApi GETPercentageDiscountPromotions Get /percentage_discount_promotions List all percentage discount promotions
PercentageDiscountPromotionsApi GETPercentageDiscountPromotionsPercentageDiscountPromotionId Get /percentage_discount_promotions/{percentageDiscountPromotionId} Retrieve a percentage discount promotion
PercentageDiscountPromotionsApi PATCHPercentageDiscountPromotionsPercentageDiscountPromotionId Patch /percentage_discount_promotions/{percentageDiscountPromotionId} Update a percentage discount promotion
PercentageDiscountPromotionsApi POSTPercentageDiscountPromotions Post /percentage_discount_promotions Create a percentage discount promotion
PriceFrequencyTiersApi DELETEPriceFrequencyTiersPriceFrequencyTierId Delete /price_frequency_tiers/{priceFrequencyTierId} Delete a price frequency tier
PriceFrequencyTiersApi GETPriceFrequencyTiers Get /price_frequency_tiers List all price frequency tiers
PriceFrequencyTiersApi GETPriceFrequencyTiersPriceFrequencyTierId Get /price_frequency_tiers/{priceFrequencyTierId} Retrieve a price frequency tier
PriceFrequencyTiersApi GETPriceIdPriceFrequencyTiers Get /prices/{priceId}/price_frequency_tiers Retrieve the price frequency tiers associated to the price
PriceFrequencyTiersApi PATCHPriceFrequencyTiersPriceFrequencyTierId Patch /price_frequency_tiers/{priceFrequencyTierId} Update a price frequency tier
PriceFrequencyTiersApi POSTPriceFrequencyTiers Post /price_frequency_tiers Create a price frequency tier
PriceListsApi DELETEPriceListsPriceListId Delete /price_lists/{priceListId} Delete a price list
PriceListsApi GETMarketIdPriceList Get /markets/{marketId}/price_list Retrieve the price list associated to the market
PriceListsApi GETPriceIdPriceList Get /prices/{priceId}/price_list Retrieve the price list associated to the price
PriceListsApi GETPriceLists Get /price_lists List all price lists
PriceListsApi GETPriceListsPriceListId Get /price_lists/{priceListId} Retrieve a price list
PriceListsApi PATCHPriceListsPriceListId Patch /price_lists/{priceListId} Update a price list
PriceListsApi POSTPriceLists Post /price_lists Create a price list
PriceTiersApi GETPriceIdPriceTiers Get /prices/{priceId}/price_tiers Retrieve the price tiers associated to the price
PriceTiersApi GETPriceTiers Get /price_tiers List all price tiers
PriceTiersApi GETPriceTiersPriceTierId Get /price_tiers/{priceTierId} Retrieve a price tier
PriceVolumeTiersApi DELETEPriceVolumeTiersPriceVolumeTierId Delete /price_volume_tiers/{priceVolumeTierId} Delete a price volume tier
PriceVolumeTiersApi GETPriceIdPriceVolumeTiers Get /prices/{priceId}/price_volume_tiers Retrieve the price volume tiers associated to the price
PriceVolumeTiersApi GETPriceVolumeTiers Get /price_volume_tiers List all price volume tiers
PriceVolumeTiersApi GETPriceVolumeTiersPriceVolumeTierId Get /price_volume_tiers/{priceVolumeTierId} Retrieve a price volume tier
PriceVolumeTiersApi PATCHPriceVolumeTiersPriceVolumeTierId Patch /price_volume_tiers/{priceVolumeTierId} Update a price volume tier
PriceVolumeTiersApi POSTPriceVolumeTiers Post /price_volume_tiers Create a price volume tier
PricesApi DELETEPricesPriceId Delete /prices/{priceId} Delete a price
PricesApi GETPriceFrequencyTierIdPrice Get /price_frequency_tiers/{priceFrequencyTierId}/price Retrieve the price associated to the price frequency tier
PricesApi GETPriceListIdPrices Get /price_lists/{priceListId}/prices Retrieve the prices associated to the price list
PricesApi GETPriceTierIdPrice Get /price_tiers/{priceTierId}/price Retrieve the price associated to the price tier
PricesApi GETPriceVolumeTierIdPrice Get /price_volume_tiers/{priceVolumeTierId}/price Retrieve the price associated to the price volume tier
PricesApi GETPrices Get /prices List all prices
PricesApi GETPricesPriceId Get /prices/{priceId} Retrieve a price
PricesApi GETSkuIdPrices Get /skus/{skuId}/prices Retrieve the prices associated to the SKU
PricesApi PATCHPricesPriceId Patch /prices/{priceId} Update a price
PricesApi POSTPrices Post /prices Create a price
PromotionRulesApi GETPromotionRules Get /promotion_rules List all promotion rules
PromotionRulesApi GETPromotionRulesPromotionRuleId Get /promotion_rules/{promotionRuleId} Retrieve a promotion rule
PromotionsApi GETPromotions Get /promotions List all promotions
PromotionsApi GETPromotionsPromotionId Get /promotions/{promotionId} Retrieve a promotion
RecurringOrderCopiesApi DELETERecurringOrderCopiesRecurringOrderCopyId Delete /recurring_order_copies/{recurringOrderCopyId} Delete a recurring order copy
RecurringOrderCopiesApi GETOrderIdRecurringOrderCopies Get /orders/{orderId}/recurring_order_copies Retrieve the recurring order copies associated to the order
RecurringOrderCopiesApi GETOrderSubscriptionIdRecurringOrderCopies Get /order_subscriptions/{orderSubscriptionId}/recurring_order_copies Retrieve the recurring order copies associated to the order subscription
RecurringOrderCopiesApi GETRecurringOrderCopies Get /recurring_order_copies List all recurring order copies
RecurringOrderCopiesApi GETRecurringOrderCopiesRecurringOrderCopyId Get /recurring_order_copies/{recurringOrderCopyId} Retrieve a recurring order copy
RecurringOrderCopiesApi PATCHRecurringOrderCopiesRecurringOrderCopyId Patch /recurring_order_copies/{recurringOrderCopyId} Update a recurring order copy
RecurringOrderCopiesApi POSTRecurringOrderCopies Post /recurring_order_copies Create a recurring order copy
RefundsApi GETCaptureIdRefunds Get /captures/{captureId}/refunds Retrieve the refunds associated to the capture
RefundsApi GETOrderIdRefunds Get /orders/{orderId}/refunds Retrieve the refunds associated to the order
RefundsApi GETRefunds Get /refunds List all refunds
RefundsApi GETRefundsRefundId Get /refunds/{refundId} Retrieve a refund
ReturnLineItemsApi DELETEReturnLineItemsReturnLineItemId Delete /return_line_items/{returnLineItemId} Delete a return line item
ReturnLineItemsApi GETReturnIdReturnLineItems Get /returns/{returnId}/return_line_items Retrieve the return line items associated to the return
ReturnLineItemsApi GETReturnLineItems Get /return_line_items List all return line items
ReturnLineItemsApi GETReturnLineItemsReturnLineItemId Get /return_line_items/{returnLineItemId} Retrieve a return line item
ReturnLineItemsApi PATCHReturnLineItemsReturnLineItemId Patch /return_line_items/{returnLineItemId} Update a return line item
ReturnLineItemsApi POSTReturnLineItems Post /return_line_items Create a return line item
ReturnsApi DELETEReturnsReturnId Delete /returns/{returnId} Delete a return
ReturnsApi GETCustomerIdReturns Get /customers/{customerId}/returns Retrieve the returns associated to the customer
ReturnsApi GETOrderIdReturns Get /orders/{orderId}/returns Retrieve the returns associated to the order
ReturnsApi GETReturnLineItemIdReturn Get /return_line_items/{returnLineItemId}/return Retrieve the return associated to the return line item
ReturnsApi GETReturns Get /returns List all returns
ReturnsApi GETReturnsReturnId Get /returns/{returnId} Retrieve a return
ReturnsApi PATCHReturnsReturnId Patch /returns/{returnId} Update a return
ReturnsApi POSTReturns Post /returns Create a return
SatispayGatewaysApi DELETESatispayGatewaysSatispayGatewayId Delete /satispay_gateways/{satispayGatewayId} Delete a satispay gateway
SatispayGatewaysApi GETSatispayGateways Get /satispay_gateways List all satispay gateways
SatispayGatewaysApi GETSatispayGatewaysSatispayGatewayId Get /satispay_gateways/{satispayGatewayId} Retrieve a satispay gateway
SatispayGatewaysApi PATCHSatispayGatewaysSatispayGatewayId Patch /satispay_gateways/{satispayGatewayId} Update a satispay gateway
SatispayGatewaysApi POSTSatispayGateways Post /satispay_gateways Create a satispay gateway
SatispayPaymentsApi DELETESatispayPaymentsSatispayPaymentId Delete /satispay_payments/{satispayPaymentId} Delete a satispay payment
SatispayPaymentsApi GETSatispayGatewayIdSatispayPayments Get /satispay_gateways/{satispayGatewayId}/satispay_payments Retrieve the satispay payments associated to the satispay gateway
SatispayPaymentsApi GETSatispayPayments Get /satispay_payments List all satispay payments
SatispayPaymentsApi GETSatispayPaymentsSatispayPaymentId Get /satispay_payments/{satispayPaymentId} Retrieve a satispay payment
SatispayPaymentsApi PATCHSatispayPaymentsSatispayPaymentId Patch /satispay_payments/{satispayPaymentId} Update a satispay payment
SatispayPaymentsApi POSTSatispayPayments Post /satispay_payments Create a satispay payment
ShipmentsApi GETOrderIdShipments Get /orders/{orderId}/shipments Retrieve the shipments associated to the order
ShipmentsApi GETParcelIdShipment Get /parcels/{parcelId}/shipment Retrieve the shipment associated to the parcel
ShipmentsApi GETShipments Get /shipments List all shipments
ShipmentsApi GETShipmentsShipmentId Get /shipments/{shipmentId} Retrieve a shipment
ShipmentsApi GETStockLineItemIdShipment Get /stock_line_items/{stockLineItemId}/shipment Retrieve the shipment associated to the stock line item
ShipmentsApi GETStockTransferIdShipment Get /stock_transfers/{stockTransferId}/shipment Retrieve the shipment associated to the stock transfer
ShipmentsApi PATCHShipmentsShipmentId Patch /shipments/{shipmentId} Update a shipment
ShippingCategoriesApi DELETEShippingCategoriesShippingCategoryId Delete /shipping_categories/{shippingCategoryId} Delete a shipping category
ShippingCategoriesApi GETShipmentIdShippingCategory Get /shipments/{shipmentId}/shipping_category Retrieve the shipping category associated to the shipment
ShippingCategoriesApi GETShippingCategories Get /shipping_categories List all shipping categories
ShippingCategoriesApi GETShippingCategoriesShippingCategoryId Get /shipping_categories/{shippingCategoryId} Retrieve a shipping category
ShippingCategoriesApi GETShippingMethodIdShippingCategory Get /shipping_methods/{shippingMethodId}/shipping_category Retrieve the shipping category associated to the shipping method
ShippingCategoriesApi GETSkuIdShippingCategory Get /skus/{skuId}/shipping_category Retrieve the shipping category associated to the SKU
ShippingCategoriesApi PATCHShippingCategoriesShippingCategoryId Patch /shipping_categories/{shippingCategoryId} Update a shipping category
ShippingCategoriesApi POSTShippingCategories Post /shipping_categories Create a shipping category
ShippingMethodTiersApi GETShippingMethodIdShippingMethodTiers Get /shipping_methods/{shippingMethodId}/shipping_method_tiers Retrieve the shipping method tiers associated to the shipping method
ShippingMethodTiersApi GETShippingMethodTiers Get /shipping_method_tiers List all shipping method tiers
ShippingMethodTiersApi GETShippingMethodTiersShippingMethodTierId Get /shipping_method_tiers/{shippingMethodTierId} Retrieve a shipping method tier
ShippingMethodsApi DELETEShippingMethodsShippingMethodId Delete /shipping_methods/{shippingMethodId} Delete a shipping method
ShippingMethodsApi GETDeliveryLeadTimeIdShippingMethod Get /delivery_lead_times/{deliveryLeadTimeId}/shipping_method Retrieve the shipping method associated to the delivery lead time
ShippingMethodsApi GETShipmentIdAvailableShippingMethods Get /shipments/{shipmentId}/available_shipping_methods Retrieve the available shipping methods associated to the shipment
ShippingMethodsApi GETShipmentIdShippingMethod Get /shipments/{shipmentId}/shipping_method Retrieve the shipping method associated to the shipment
ShippingMethodsApi GETShippingMethodTierIdShippingMethod Get /shipping_method_tiers/{shippingMethodTierId}/shipping_method Retrieve the shipping method associated to the shipping method tier
ShippingMethodsApi GETShippingMethods Get /shipping_methods List all shipping methods
ShippingMethodsApi GETShippingMethodsShippingMethodId Get /shipping_methods/{shippingMethodId} Retrieve a shipping method
ShippingMethodsApi GETShippingWeightTierIdShippingMethod Get /shipping_weight_tiers/{shippingWeightTierId}/shipping_method Retrieve the shipping method associated to the shipping weight tier
ShippingMethodsApi PATCHShippingMethodsShippingMethodId Patch /shipping_methods/{shippingMethodId} Update a shipping method
ShippingMethodsApi POSTShippingMethods Post /shipping_methods Create a shipping method
ShippingWeightTiersApi DELETEShippingWeightTiersShippingWeightTierId Delete /shipping_weight_tiers/{shippingWeightTierId} Delete a shipping weight tier
ShippingWeightTiersApi GETShippingMethodIdShippingWeightTiers Get /shipping_methods/{shippingMethodId}/shipping_weight_tiers Retrieve the shipping weight tiers associated to the shipping method
ShippingWeightTiersApi GETShippingWeightTiers Get /shipping_weight_tiers List all shipping weight tiers
ShippingWeightTiersApi GETShippingWeightTiersShippingWeightTierId Get /shipping_weight_tiers/{shippingWeightTierId} Retrieve a shipping weight tier
ShippingWeightTiersApi PATCHShippingWeightTiersShippingWeightTierId Patch /shipping_weight_tiers/{shippingWeightTierId} Update a shipping weight tier
ShippingWeightTiersApi POSTShippingWeightTiers Post /shipping_weight_tiers Create a shipping weight tier
ShippingZonesApi DELETEShippingZonesShippingZoneId Delete /shipping_zones/{shippingZoneId} Delete a shipping zone
ShippingZonesApi GETShippingMethodIdShippingZone Get /shipping_methods/{shippingMethodId}/shipping_zone Retrieve the shipping zone associated to the shipping method
ShippingZonesApi GETShippingZones Get /shipping_zones List all shipping zones
ShippingZonesApi GETShippingZonesShippingZoneId Get /shipping_zones/{shippingZoneId} Retrieve a shipping zone
ShippingZonesApi PATCHShippingZonesShippingZoneId Patch /shipping_zones/{shippingZoneId} Update a shipping zone
ShippingZonesApi POSTShippingZones Post /shipping_zones Create a shipping zone
SingletonApi GETApplicationApplicationId Get /application Retrieve the application
SingletonApi GETOrganizationOrganizationId Get /organization Retrieve the organization
SkuListItemsApi DELETESkuListItemsSkuListItemId Delete /sku_list_items/{skuListItemId} Delete a SKU list item
SkuListItemsApi GETSkuListIdSkuListItems Get /sku_lists/{skuListId}/sku_list_items Retrieve the sku list items associated to the SKU list
SkuListItemsApi GETSkuListItems Get /sku_list_items List all SKU list items
SkuListItemsApi GETSkuListItemsSkuListItemId Get /sku_list_items/{skuListItemId} Retrieve a SKU list item
SkuListItemsApi PATCHSkuListItemsSkuListItemId Patch /sku_list_items/{skuListItemId} Update a SKU list item
SkuListItemsApi POSTSkuListItems Post /sku_list_items Create a SKU list item
SkuListPromotionRulesApi DELETESkuListPromotionRulesSkuListPromotionRuleId Delete /sku_list_promotion_rules/{skuListPromotionRuleId} Delete a SKU list promotion rule
SkuListPromotionRulesApi GETExternalPromotionIdSkuListPromotionRule Get /external_promotions/{externalPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the external promotion
SkuListPromotionRulesApi GETFixedAmountPromotionIdSkuListPromotionRule Get /fixed_amount_promotions/{fixedAmountPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the fixed amount promotion
SkuListPromotionRulesApi GETFixedPricePromotionIdSkuListPromotionRule Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the fixed price promotion
SkuListPromotionRulesApi GETFreeGiftPromotionIdSkuListPromotionRule Get /free_gift_promotions/{freeGiftPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the free gift promotion
SkuListPromotionRulesApi GETFreeShippingPromotionIdSkuListPromotionRule Get /free_shipping_promotions/{freeShippingPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the free shipping promotion
SkuListPromotionRulesApi GETPercentageDiscountPromotionIdSkuListPromotionRule Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the percentage discount promotion
SkuListPromotionRulesApi GETPromotionIdSkuListPromotionRule Get /promotions/{promotionId}/sku_list_promotion_rule Retrieve the sku list promotion rule associated to the promotion
SkuListPromotionRulesApi GETSkuListPromotionRules Get /sku_list_promotion_rules List all SKU list promotion rules
SkuListPromotionRulesApi GETSkuListPromotionRulesSkuListPromotionRuleId Get /sku_list_promotion_rules/{skuListPromotionRuleId} Retrieve a SKU list promotion rule
SkuListPromotionRulesApi PATCHSkuListPromotionRulesSkuListPromotionRuleId Patch /sku_list_promotion_rules/{skuListPromotionRuleId} Update a SKU list promotion rule
SkuListPromotionRulesApi POSTSkuListPromotionRules Post /sku_list_promotion_rules Create a SKU list promotion rule
SkuListsApi DELETESkuListsSkuListId Delete /sku_lists/{skuListId} Delete a SKU list
SkuListsApi GETBundleIdSkuList Get /bundles/{bundleId}/sku_list Retrieve the sku list associated to the bundle
SkuListsApi GETCustomerIdSkuLists Get /customers/{customerId}/sku_lists Retrieve the sku lists associated to the customer
SkuListsApi GETFixedPricePromotionIdSkuList Get /fixed_price_promotions/{fixedPricePromotionId}/sku_list Retrieve the sku list associated to the fixed price promotion
SkuListsApi GETFreeGiftPromotionIdSkuList Get /free_gift_promotions/{freeGiftPromotionId}/sku_list Retrieve the sku list associated to the free gift promotion
SkuListsApi GETPercentageDiscountPromotionIdSkuList Get /percentage_discount_promotions/{percentageDiscountPromotionId}/sku_list Retrieve the sku list associated to the percentage discount promotion
SkuListsApi GETSkuListItemIdSkuList Get /sku_list_items/{skuListItemId}/sku_list Retrieve the sku list associated to the SKU list item
SkuListsApi GETSkuListPromotionRuleIdSkuList Get /sku_list_promotion_rules/{skuListPromotionRuleId}/sku_list Retrieve the sku list associated to the SKU list promotion rule
SkuListsApi GETSkuLists Get /sku_lists List all SKU lists
SkuListsApi GETSkuListsSkuListId Get /sku_lists/{skuListId} Retrieve a SKU list
SkuListsApi PATCHSkuListsSkuListId Patch /sku_lists/{skuListId} Update a SKU list
SkuListsApi POSTSkuLists Post /sku_lists Create a SKU list
SkuOptionsApi DELETESkuOptionsSkuOptionId Delete /sku_options/{skuOptionId} Delete a SKU option
SkuOptionsApi GETLineItemOptionIdSkuOption Get /line_item_options/{lineItemOptionId}/sku_option Retrieve the sku option associated to the line item option
SkuOptionsApi GETSkuIdSkuOptions Get /skus/{skuId}/sku_options Retrieve the sku options associated to the SKU
SkuOptionsApi GETSkuOptions Get /sku_options List all SKU options
SkuOptionsApi GETSkuOptionsSkuOptionId Get /sku_options/{skuOptionId} Retrieve a SKU option
SkuOptionsApi PATCHSkuOptionsSkuOptionId Patch /sku_options/{skuOptionId} Update a SKU option
SkuOptionsApi POSTSkuOptions Post /sku_options Create a SKU option
SkusApi DELETESkusSkuId Delete /skus/{skuId} Delete a SKU
SkusApi GETBundleIdSkus Get /bundles/{bundleId}/skus Retrieve the skus associated to the bundle
SkusApi GETFixedPricePromotionIdSkus Get /fixed_price_promotions/{fixedPricePromotionId}/skus Retrieve the skus associated to the fixed price promotion
SkusApi GETFreeGiftPromotionIdSkus Get /free_gift_promotions/{freeGiftPromotionId}/skus Retrieve the skus associated to the free gift promotion
SkusApi GETInStockSubscriptionIdSku Get /in_stock_subscriptions/{inStockSubscriptionId}/sku Retrieve the sku associated to the in stock subscription
SkusApi GETOrderIdAvailableFreeSkus Get /orders/{orderId}/available_free_skus Retrieve the available free skus associated to the order
SkusApi GETPercentageDiscountPromotionIdSkus Get /percentage_discount_promotions/{percentageDiscountPromotionId}/skus Retrieve the skus associated to the percentage discount promotion
SkusApi GETPriceIdSku Get /prices/{priceId}/sku Retrieve the sku associated to the price
SkusApi GETShippingCategoryIdSkus Get /shipping_categories/{shippingCategoryId}/skus Retrieve the skus associated to the shipping category
SkusApi GETSkuListIdSkus Get /sku_lists/{skuListId}/skus Retrieve the skus associated to the SKU list
SkusApi GETSkuListItemIdSku Get /sku_list_items/{skuListItemId}/sku Retrieve the sku associated to the SKU list item
SkusApi GETSkuListPromotionRuleIdSkus Get /sku_list_promotion_rules/{skuListPromotionRuleId}/skus Retrieve the skus associated to the SKU list promotion rule
SkusApi GETSkus Get /skus List all SKUs
SkusApi GETSkusSkuId Get /skus/{skuId} Retrieve a SKU
SkusApi GETStockItemIdSku Get /stock_items/{stockItemId}/sku Retrieve the sku associated to the stock item
SkusApi GETStockTransferIdSku Get /stock_transfers/{stockTransferId}/sku Retrieve the sku associated to the stock transfer
SkusApi GETTaxCategoryIdSku Get /tax_categories/{taxCategoryId}/sku Retrieve the sku associated to the tax category
SkusApi PATCHSkusSkuId Patch /skus/{skuId} Update a SKU
SkusApi POSTSkus Post /skus Create a SKU
StockItemsApi DELETEStockItemsStockItemId Delete /stock_items/{stockItemId} Delete a stock item
StockItemsApi GETSkuIdStockItems Get /skus/{skuId}/stock_items Retrieve the stock items associated to the SKU
StockItemsApi GETStockItems Get /stock_items List all stock items
StockItemsApi GETStockItemsStockItemId Get /stock_items/{stockItemId} Retrieve a stock item
StockItemsApi GETStockLineItemIdStockItem Get /stock_line_items/{stockLineItemId}/stock_item Retrieve the stock item associated to the stock line item
StockItemsApi GETStockLocationIdStockItems Get /stock_locations/{stockLocationId}/stock_items Retrieve the stock items associated to the stock location
StockItemsApi PATCHStockItemsStockItemId Patch /stock_items/{stockItemId} Update a stock item
StockItemsApi POSTStockItems Post /stock_items Create a stock item
StockLineItemsApi GETLineItemIdStockLineItems Get /line_items/{lineItemId}/stock_line_items Retrieve the stock line items associated to the line item
StockLineItemsApi GETParcelLineItemIdStockLineItem Get /parcel_line_items/{parcelLineItemId}/stock_line_item Retrieve the stock line item associated to the parcel line item
StockLineItemsApi GETShipmentIdStockLineItems Get /shipments/{shipmentId}/stock_line_items Retrieve the stock line items associated to the shipment
StockLineItemsApi GETStockLineItems Get /stock_line_items List all stock line items
StockLineItemsApi GETStockLineItemsStockLineItemId Get /stock_line_items/{stockLineItemId} Retrieve a stock line item
StockLocationsApi DELETEStockLocationsStockLocationId Delete /stock_locations/{stockLocationId} Delete a stock location
StockLocationsApi GETDeliveryLeadTimeIdStockLocation Get /delivery_lead_times/{deliveryLeadTimeId}/stock_location Retrieve the stock location associated to the delivery lead time
StockLocationsApi GETInventoryReturnLocationIdStockLocation Get /inventory_return_locations/{inventoryReturnLocationId}/stock_location Retrieve the stock location associated to the inventory return location
StockLocationsApi GETInventoryStockLocationIdStockLocation Get /inventory_stock_locations/{inventoryStockLocationId}/stock_location Retrieve the stock location associated to the inventory stock location
StockLocationsApi GETPackageIdStockLocation Get /packages/{packageId}/stock_location Retrieve the stock location associated to the package
StockLocationsApi GETReturnIdStockLocation Get /returns/{returnId}/stock_location Retrieve the stock location associated to the return
StockLocationsApi GETShipmentIdStockLocation Get /shipments/{shipmentId}/stock_location Retrieve the stock location associated to the shipment
StockLocationsApi GETShippingMethodIdStockLocation Get /shipping_methods/{shippingMethodId}/stock_location Retrieve the stock location associated to the shipping method
StockLocationsApi GETStockItemIdStockLocation Get /stock_items/{stockItemId}/stock_location Retrieve the stock location associated to the stock item
StockLocationsApi GETStockLocations Get /stock_locations List all stock locations
StockLocationsApi GETStockLocationsStockLocationId Get /stock_locations/{stockLocationId} Retrieve a stock location
StockLocationsApi GETStockTransferIdDestinationStockLocation Get /stock_transfers/{stockTransferId}/destination_stock_location Retrieve the destination stock location associated to the stock transfer
StockLocationsApi GETStockTransferIdOriginStockLocation Get /stock_transfers/{stockTransferId}/origin_stock_location Retrieve the origin stock location associated to the stock transfer
StockLocationsApi PATCHStockLocationsStockLocationId Patch /stock_locations/{stockLocationId} Update a stock location
StockLocationsApi POSTStockLocations Post /stock_locations Create a stock location
StockTransfersApi DELETEStockTransfersStockTransferId Delete /stock_transfers/{stockTransferId} Delete a stock transfer
StockTransfersApi GETLineItemIdStockTransfers Get /line_items/{lineItemId}/stock_transfers Retrieve the stock transfers associated to the line item
StockTransfersApi GETShipmentIdStockTransfers Get /shipments/{shipmentId}/stock_transfers Retrieve the stock transfers associated to the shipment
StockTransfersApi GETStockLocationIdStockTransfers Get /stock_locations/{stockLocationId}/stock_transfers Retrieve the stock transfers associated to the stock location
StockTransfersApi GETStockTransfers Get /stock_transfers List all stock transfers
StockTransfersApi GETStockTransfersStockTransferId Get /stock_transfers/{stockTransferId} Retrieve a stock transfer
StockTransfersApi PATCHStockTransfersStockTransferId Patch /stock_transfers/{stockTransferId} Update a stock transfer
StockTransfersApi POSTStockTransfers Post /stock_transfers Create a stock transfer
StripeGatewaysApi DELETEStripeGatewaysStripeGatewayId Delete /stripe_gateways/{stripeGatewayId} Delete a stripe gateway
StripeGatewaysApi GETStripeGateways Get /stripe_gateways List all stripe gateways
StripeGatewaysApi GETStripeGatewaysStripeGatewayId Get /stripe_gateways/{stripeGatewayId} Retrieve a stripe gateway
StripeGatewaysApi PATCHStripeGatewaysStripeGatewayId Patch /stripe_gateways/{stripeGatewayId} Update a stripe gateway
StripeGatewaysApi POSTStripeGateways Post /stripe_gateways Create a stripe gateway
StripePaymentsApi DELETEStripePaymentsStripePaymentId Delete /stripe_payments/{stripePaymentId} Delete a stripe payment
StripePaymentsApi GETStripeGatewayIdStripePayments Get /stripe_gateways/{stripeGatewayId}/stripe_payments Retrieve the stripe payments associated to the stripe gateway
StripePaymentsApi GETStripePayments Get /stripe_payments List all stripe payments
StripePaymentsApi GETStripePaymentsStripePaymentId Get /stripe_payments/{stripePaymentId} Retrieve a stripe payment
StripePaymentsApi PATCHStripePaymentsStripePaymentId Patch /stripe_payments/{stripePaymentId} Update a stripe payment
StripePaymentsApi POSTStripePayments Post /stripe_payments Create a stripe payment
SubscriptionModelsApi DELETESubscriptionModelsSubscriptionModelId Delete /subscription_models/{subscriptionModelId} Delete a subscription model
SubscriptionModelsApi GETMarketIdSubscriptionModel Get /markets/{marketId}/subscription_model Retrieve the subscription model associated to the market
SubscriptionModelsApi GETOrderSubscriptionIdSubscriptionModel Get /order_subscriptions/{orderSubscriptionId}/subscription_model Retrieve the subscription model associated to the order subscription
SubscriptionModelsApi GETSubscriptionModels Get /subscription_models List all subscription models
SubscriptionModelsApi GETSubscriptionModelsSubscriptionModelId Get /subscription_models/{subscriptionModelId} Retrieve a subscription model
SubscriptionModelsApi PATCHSubscriptionModelsSubscriptionModelId Patch /subscription_models/{subscriptionModelId} Update a subscription model
SubscriptionModelsApi POSTSubscriptionModels Post /subscription_models Create a subscription model
TaxCalculatorsApi GETMarketIdTaxCalculator Get /markets/{marketId}/tax_calculator Retrieve the tax calculator associated to the market
TaxCalculatorsApi GETTaxCalculators Get /tax_calculators List all tax calculators
TaxCalculatorsApi GETTaxCalculatorsTaxCalculatorId Get /tax_calculators/{taxCalculatorId} Retrieve a tax calculator
TaxCategoriesApi DELETETaxCategoriesTaxCategoryId Delete /tax_categories/{taxCategoryId} Delete a tax category
TaxCategoriesApi GETAvalaraAccountIdTaxCategories Get /avalara_accounts/{avalaraAccountId}/tax_categories Retrieve the tax categories associated to the avalara account
TaxCategoriesApi GETTaxCategories Get /tax_categories List all tax categories
TaxCategoriesApi GETTaxCategoriesTaxCategoryId Get /tax_categories/{taxCategoryId} Retrieve a tax category
TaxCategoriesApi GETTaxjarAccountIdTaxCategories Get /taxjar_accounts/{taxjarAccountId}/tax_categories Retrieve the tax categories associated to the taxjar account
TaxCategoriesApi PATCHTaxCategoriesTaxCategoryId Patch /tax_categories/{taxCategoryId} Update a tax category
TaxCategoriesApi POSTTaxCategories Post /tax_categories Create a tax category
TaxRulesApi DELETETaxRulesTaxRuleId Delete /tax_rules/{taxRuleId} Delete a tax rule
TaxRulesApi GETManualTaxCalculatorIdTaxRules Get /manual_tax_calculators/{manualTaxCalculatorId}/tax_rules Retrieve the tax rules associated to the manual tax calculator
TaxRulesApi GETTaxRules Get /tax_rules List all tax rules
TaxRulesApi GETTaxRulesTaxRuleId Get /tax_rules/{taxRuleId} Retrieve a tax rule
TaxRulesApi PATCHTaxRulesTaxRuleId Patch /tax_rules/{taxRuleId} Update a tax rule
TaxRulesApi POSTTaxRules Post /tax_rules Create a tax rule
TaxjarAccountsApi DELETETaxjarAccountsTaxjarAccountId Delete /taxjar_accounts/{taxjarAccountId} Delete a taxjar account
TaxjarAccountsApi GETTaxjarAccounts Get /taxjar_accounts List all taxjar accounts
TaxjarAccountsApi GETTaxjarAccountsTaxjarAccountId Get /taxjar_accounts/{taxjarAccountId} Retrieve a taxjar account
TaxjarAccountsApi PATCHTaxjarAccountsTaxjarAccountId Patch /taxjar_accounts/{taxjarAccountId} Update a taxjar account
TaxjarAccountsApi POSTTaxjarAccounts Post /taxjar_accounts Create a taxjar account
TransactionsApi GETTransactions Get /transactions List all transactions
TransactionsApi GETTransactionsTransactionId Get /transactions/{transactionId} Retrieve a transaction
VoidsApi GETAuthorizationIdVoids Get /authorizations/{authorizationId}/voids Retrieve the voids associated to the authorization
VoidsApi GETOrderIdVoids Get /orders/{orderId}/voids Retrieve the voids associated to the order
VoidsApi GETVoids Get /voids List all voids
VoidsApi GETVoidsVoidId Get /voids/{voidId} Retrieve a void
WebhooksApi DELETEWebhooksWebhookId Delete /webhooks/{webhookId} Delete a webhook
WebhooksApi GETEventCallbackIdWebhook Get /event_callbacks/{eventCallbackId}/webhook Retrieve the webhook associated to the event callback
WebhooksApi GETEventIdWebhooks Get /events/{eventId}/webhooks Retrieve the webhooks associated to the event
WebhooksApi GETWebhooks Get /webhooks List all webhooks
WebhooksApi GETWebhooksWebhookId Get /webhooks/{webhookId} Retrieve a webhook
WebhooksApi PATCHWebhooksWebhookId Patch /webhooks/{webhookId} Update a webhook
WebhooksApi POSTWebhooks Post /webhooks Create a webhook
WireTransfersApi DELETEWireTransfersWireTransferId Delete /wire_transfers/{wireTransferId} Delete a wire transfer
WireTransfersApi GETWireTransfers Get /wire_transfers List all wire transfers
WireTransfersApi GETWireTransfersWireTransferId Get /wire_transfers/{wireTransferId} Retrieve a wire transfer
WireTransfersApi PATCHWireTransfersWireTransferId Patch /wire_transfers/{wireTransferId} Update a wire transfer
WireTransfersApi POSTWireTransfers Post /wire_transfers Create a wire transfer

Documentation For Models

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

support@commercelayer.io

Documentation

Documentation is too large to display.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL