OpenAPIClient-php

Headless Commerce for Global Brands.

For more information, please visit https://commercelayer.io.

Installation & Usage

Requirements

PHP 7.2 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/westhouseit/commercelayer-php-sdk.git"
    }
  ],
  "require": {
    "westhouseit/commercelayer-php-sdk": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

<?php
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');

Getting Started

Please follow the installation procedure and then run the following:

<?php
require_once(__DIR__ . '/vendor/autoload.php');




$apiInstance = new OpenAPI\Client\Api\AddressesApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client()
);
$address_id = 'address_id_example'; // string | The resource's id

try {
    $apiInstance->dELETEAddressesAddressId($address_id);
} catch (Exception $e) {
    echo 'Exception when calling AddressesApi->dELETEAddressesAddressId: ', $e->getMessage(), PHP_EOL;
}

API Endpoints

All URIs are relative to https://core.commercelayer.io/users/sign_in

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 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 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 dELETEApplicationApplicationId DELETE /application/{applicationId} Delete the application
ApplicationApi gETApplication GET /application List all applications
ApplicationApi gETApplicationApplicationId GET /application/{applicationId} Retrieve the application
ApplicationApi pATCHApplicationApplicationId PATCH /application/{applicationId} Update the application
ApplicationApi pOSTApplication POST /application Create 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 pATCHAttachmentsAttachmentId PATCH /attachments/{attachmentId} Update an attachment
AttachmentsApi pOSTAttachments POST /attachments Create an attachment
AuthorizationsApi dELETEAuthorizationsAuthorizationId DELETE /authorizations/{authorizationId} Delete an authorization
AuthorizationsApi gETAuthorizations GET /authorizations List all authorizations
AuthorizationsApi gETAuthorizationsAuthorizationId GET /authorizations/{authorizationId} Retrieve an authorization
AuthorizationsApi pATCHAuthorizationsAuthorizationId PATCH /authorizations/{authorizationId} Update an authorization
AuthorizationsApi pOSTAuthorizations POST /authorizations Create 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
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
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 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
CapturesApi dELETECapturesCaptureId DELETE /captures/{captureId} Delete a capture
CapturesApi gETCaptures GET /captures List all captures
CapturesApi gETCapturesCaptureId GET /captures/{captureId} Retrieve a capture
CapturesApi pATCHCapturesCaptureId PATCH /captures/{captureId} Update a capture
CapturesApi pOSTCaptures POST /captures Create a capture
CarrierAccountsApi dELETECarrierAccountsCarrierAccountId DELETE /carrier_accounts/{carrierAccountId} Delete a carrier account
CarrierAccountsApi gETCarrierAccounts GET /carrier_accounts List all carrier accounts
CarrierAccountsApi gETCarrierAccountsCarrierAccountId GET /carrier_accounts/{carrierAccountId} Retrieve a carrier account
CarrierAccountsApi pATCHCarrierAccountsCarrierAccountId PATCH /carrier_accounts/{carrierAccountId} Update a carrier account
CarrierAccountsApi pOSTCarrierAccounts POST /carrier_accounts Create a carrier account
CheckoutComGatewaysApi dELETECheckoutComGatewaysCheckoutComGatewayId DELETE /checkout_com_gateways/{checkoutComGatewayId} Delete a checkout com gateway
CheckoutComGatewaysApi gETCheckoutComGateways GET /checkout_com_gateways List all checkout com gateways
CheckoutComGatewaysApi gETCheckoutComGatewaysCheckoutComGatewayId GET /checkout_com_gateways/{checkoutComGatewayId} Retrieve a checkout com gateway
CheckoutComGatewaysApi pATCHCheckoutComGatewaysCheckoutComGatewayId PATCH /checkout_com_gateways/{checkoutComGatewayId} Update a checkout com gateway
CheckoutComGatewaysApi pOSTCheckoutComGateways POST /checkout_com_gateways Create a checkout com gateway
CheckoutComPaymentsApi dELETECheckoutComPaymentsCheckoutComPaymentId DELETE /checkout_com_payments/{checkoutComPaymentId} Delete a checkout com payment
CheckoutComPaymentsApi 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
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 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
CouponsApi dELETECouponsCouponId DELETE /coupons/{couponId} Delete a coupon
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 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 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 gETCustomerPaymentSources GET /customer_payment_sources List all customer payment sources
CustomerPaymentSourcesApi gETCustomerPaymentSourcesCustomerPaymentSourceId GET /customer_payment_sources/{customerPaymentSourceId} Retrieve a customer payment source
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 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 gETCustomers GET /customers List all customers
CustomersApi gETCustomersCustomerId GET /customers/{customerId} Retrieve a customer
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 pATCHDeliveryLeadTimesDeliveryLeadTimeId PATCH /delivery_lead_times/{deliveryLeadTimeId} Update a delivery lead time
DeliveryLeadTimesApi pOSTDeliveryLeadTimes POST /delivery_lead_times Create a delivery lead time
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 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
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
GiftCardRecipientsApi dELETEGiftCardRecipientsGiftCardRecipientId DELETE /gift_card_recipients/{giftCardRecipientId} Delete a gift card recipient
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
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 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 gETAvalaraAccountIdTaxCategories GET /avalara_accounts/{avalaraAccountId}/tax_categories Retrieve the tax categories associated to the avalara account
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 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 gETCouponCodesPromotionRuleIdCoupons GET /coupon_codes_promotion_rules/{couponCodesPromotionRuleId}/coupons Retrieve the coupons associated to the coupon codes promotion rule
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 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 gETDeliveryLeadTimeIdAttachments GET /delivery_lead_times/{deliveryLeadTimeId}/attachments Retrieve the attachments associated to the delivery lead time
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 gETExternalTaxCalculatorIdAttachments GET /external_tax_calculators/{externalTaxCalculatorId}/attachments Retrieve the attachments associated to the external tax calculator
HasManyApi gETExternalTaxCalculatorIdTaxCategories GET /external_tax_calculators/{externalTaxCalculatorId}/tax_categories Retrieve the tax categories associated to the external tax calculator
HasManyApi gETFixedAmountPromotionIdAttachments GET /fixed_amount_promotions/{fixedAmountPromotionId}/attachments Retrieve the attachments associated to the fixed amount promotion
HasManyApi gETFreeShippingPromotionIdAttachments GET /free_shipping_promotions/{freeShippingPromotionId}/attachments Retrieve the attachments associated to the free shipping promotion
HasManyApi gETGiftCardIdAttachments GET /gift_cards/{giftCardId}/attachments Retrieve the attachments associated to the gift card
HasManyApi gETGiftCardRecipientIdAttachments GET /gift_card_recipients/{giftCardRecipientId}/attachments Retrieve the attachments associated to the gift card recipient
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 gETLineItemIdLineItemOptions GET /line_items/{lineItemId}/line_item_options Retrieve the line item options associated to the line item
HasManyApi gETLineItemIdShipmentLineItems GET /line_items/{lineItemId}/shipment_line_items Retrieve the shipment line items associated to the line item
HasManyApi gETLineItemIdStockLineItems GET /line_items/{lineItemId}/stock_line_items Retrieve the stock line items associated to the line item
HasManyApi 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 gETManualTaxCalculatorIdTaxCategories GET /manual_tax_calculators/{manualTaxCalculatorId}/tax_categories Retrieve the tax categories 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 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 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 gETOrderIdLineItems GET /orders/{orderId}/line_items Retrieve the line items associated to the order
HasManyApi gETOrderIdRefunds GET /orders/{orderId}/refunds Retrieve the refunds 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 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 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 gETPercentageDiscountPromotionIdSkus GET /percentage_discount_promotions/{percentageDiscountPromotionId}/skus Retrieve the skus associated to the percentage discount promotion
HasManyApi gETPriceIdAttachments GET /prices/{priceId}/attachments Retrieve the attachments 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 gETPromotionIdAttachments GET /promotions/{promotionId}/attachments Retrieve the attachments associated to the promotion
HasManyApi gETReturnIdAttachments GET /returns/{returnId}/attachments Retrieve the attachments associated to the return
HasManyApi gETReturnIdReturnLineItems GET /returns/{returnId}/return_line_items Retrieve the return line items associated to the return
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 gETShipmentIdParcels GET /shipments/{shipmentId}/parcels Retrieve the parcels associated to the shipment
HasManyApi gETShipmentIdShipmentLineItems GET /shipments/{shipmentId}/shipment_line_items Retrieve the shipment line items 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 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 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 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 gETTaxCalculatorIdAttachments GET /tax_calculators/{taxCalculatorId}/attachments Retrieve the attachments associated to the tax calculator
HasManyApi gETTaxCalculatorIdTaxCategories GET /tax_calculators/{taxCalculatorId}/tax_categories Retrieve the tax categories 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 gETTaxjarAccountIdTaxCategories GET /taxjar_accounts/{taxjarAccountId}/tax_categories Retrieve the tax categories associated to the taxjar account
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 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 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 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 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 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 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 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 gETMerchantIdAddress GET /merchants/{merchantId}/address Retrieve the address associated to the merchant
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 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 gETParcelLineItemIdShipmentLineItem GET /parcel_line_items/{parcelLineItemId}/shipment_line_item Retrieve the shipment line item 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 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 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 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 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 gETSkuIdShippingCategory GET /skus/{skuId}/shipping_category Retrieve the shipping category associated to the SKU
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 gETTransactionIdOrder GET /transactions/{transactionId}/order Retrieve the order associated to the transaction
HasOneApi gETVoidIdOrder GET /voids/{voidId}/order Retrieve the order associated to the void
HasOneApi gETVoidIdReferenceAuthorization GET /voids/{voidId}/reference_authorization Retrieve the reference authorization associated to the void
HasOneApi gETWireTransferIdOrder GET /wire_transfers/{wireTransferId}/order Retrieve the order associated to the wire transfer
ImportsApi dELETEImportsImportId DELETE /imports/{importId} Delete an import
ImportsApi gETImports GET /imports List all imports
ImportsApi gETImportsImportId GET /imports/{importId} Retrieve an import
ImportsApi pATCHImportsImportId PATCH /imports/{importId} Update an import
ImportsApi pOSTImports POST /imports Create an import
InStockSubscriptionsApi dELETEInStockSubscriptionsInStockSubscriptionId DELETE /in_stock_subscriptions/{inStockSubscriptionId} Delete an in stock subscription
InStockSubscriptionsApi gETInStockSubscriptions GET /in_stock_subscriptions List all in stock subscriptions
InStockSubscriptionsApi gETInStockSubscriptionsInStockSubscriptionId GET /in_stock_subscriptions/{inStockSubscriptionId} Retrieve an in stock subscription
InStockSubscriptionsApi pATCHInStockSubscriptionsInStockSubscriptionId PATCH /in_stock_subscriptions/{inStockSubscriptionId} Update an in stock subscription
InStockSubscriptionsApi pOSTInStockSubscriptions POST /in_stock_subscriptions Create an in stock subscription
InventoryModelsApi dELETEInventoryModelsInventoryModelId DELETE /inventory_models/{inventoryModelId} Delete an inventory model
InventoryModelsApi gETInventoryModels GET /inventory_models List all inventory models
InventoryModelsApi gETInventoryModelsInventoryModelId GET /inventory_models/{inventoryModelId} Retrieve an inventory model
InventoryModelsApi 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 gETInventoryReturnLocations GET /inventory_return_locations List all inventory return locations
InventoryReturnLocationsApi gETInventoryReturnLocationsInventoryReturnLocationId GET /inventory_return_locations/{inventoryReturnLocationId} Retrieve an inventory return 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 gETInventoryStockLocations GET /inventory_stock_locations List all inventory stock locations
InventoryStockLocationsApi gETInventoryStockLocationsInventoryStockLocationId GET /inventory_stock_locations/{inventoryStockLocationId} Retrieve an inventory 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
LineItemOptionsApi dELETELineItemOptionsLineItemOptionId DELETE /line_item_options/{lineItemOptionId} Delete a line item option
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 gETLineItems GET /line_items List all line items
LineItemsApi gETLineItemsLineItemId GET /line_items/{lineItemId} Retrieve a line item
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 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 gETMarkets GET /markets List all markets
MarketsApi gETMarketsMarketId GET /markets/{marketId} Retrieve a market
MarketsApi pATCHMarketsMarketId PATCH /markets/{marketId} Update a market
MarketsApi pOSTMarkets POST /markets Create a market
MerchantsApi dELETEMerchantsMerchantId DELETE /merchants/{merchantId} Delete a merchant
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 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 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
OrdersApi dELETEOrdersOrderId DELETE /orders/{orderId} Delete an order
OrdersApi gETOrders GET /orders List all orders
OrdersApi gETOrdersOrderId GET /orders/{orderId} Retrieve an order
OrdersApi pATCHOrdersOrderId PATCH /orders/{orderId} Update an order
OrdersApi pOSTOrders POST /orders Create an order
OrganizationApi dELETEOrganizationOrganizationId DELETE /organization/{organizationId} Delete the organization
OrganizationApi gETOrganization GET /organization List all organizations
OrganizationApi gETOrganizationOrganizationId GET /organization/{organizationId} Retrieve the organization
OrganizationApi pATCHOrganizationOrganizationId PATCH /organization/{organizationId} Update the organization
OrganizationApi pOSTOrganization POST /organization Create 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 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 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 gETParcels GET /parcels List all parcels
ParcelsApi gETParcelsParcelId GET /parcels/{parcelId} Retrieve a parcel
ParcelsApi pATCHParcelsParcelId PATCH /parcels/{parcelId} Update a parcel
ParcelsApi pOSTParcels POST /parcels Create a parcel
PaymentGatewaysApi dELETEPaymentGatewaysPaymentGatewayId DELETE /payment_gateways/{paymentGatewayId} Delete a payment gateway
PaymentGatewaysApi gETPaymentGateways GET /payment_gateways List all payment gateways
PaymentGatewaysApi gETPaymentGatewaysPaymentGatewayId GET /payment_gateways/{paymentGatewayId} Retrieve a payment gateway
PaymentGatewaysApi pATCHPaymentGatewaysPaymentGatewayId PATCH /payment_gateways/{paymentGatewayId} Update a payment gateway
PaymentGatewaysApi pOSTPaymentGateways POST /payment_gateways Create a payment gateway
PaymentMethodsApi dELETEPaymentMethodsPaymentMethodId DELETE /payment_methods/{paymentMethodId} Delete a payment method
PaymentMethodsApi gETPaymentMethods GET /payment_methods List all payment methods
PaymentMethodsApi gETPaymentMethodsPaymentMethodId GET /payment_methods/{paymentMethodId} Retrieve a payment method
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 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
PriceListsApi dELETEPriceListsPriceListId DELETE /price_lists/{priceListId} Delete a price list
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
PricesApi dELETEPricesPriceId DELETE /prices/{priceId} Delete a price
PricesApi gETPrices GET /prices List all prices
PricesApi gETPricesPriceId GET /prices/{priceId} Retrieve a price
PricesApi pATCHPricesPriceId PATCH /prices/{priceId} Update a price
PricesApi pOSTPrices POST /prices Create a price
PromotionRulesApi dELETEPromotionRulesPromotionRuleId DELETE /promotion_rules/{promotionRuleId} Delete a promotion rule
PromotionRulesApi gETPromotionRules GET /promotion_rules List all promotion rules
PromotionRulesApi gETPromotionRulesPromotionRuleId GET /promotion_rules/{promotionRuleId} Retrieve a promotion rule
PromotionRulesApi pATCHPromotionRulesPromotionRuleId PATCH /promotion_rules/{promotionRuleId} Update a promotion rule
PromotionRulesApi pOSTPromotionRules POST /promotion_rules Create a promotion rule
PromotionsApi dELETEPromotionsPromotionId DELETE /promotions/{promotionId} Delete a promotion
PromotionsApi gETPromotions GET /promotions List all promotions
PromotionsApi gETPromotionsPromotionId GET /promotions/{promotionId} Retrieve a promotion
PromotionsApi pATCHPromotionsPromotionId PATCH /promotions/{promotionId} Update a promotion
PromotionsApi pOSTPromotions POST /promotions Create a promotion
RefundsApi dELETERefundsRefundId DELETE /refunds/{refundId} Delete a refund
RefundsApi gETRefunds GET /refunds List all refunds
RefundsApi gETRefundsRefundId GET /refunds/{refundId} Retrieve a refund
RefundsApi pATCHRefundsRefundId PATCH /refunds/{refundId} Update a refund
RefundsApi pOSTRefunds POST /refunds Create a refund
ReturnLineItemsApi dELETEReturnLineItemsReturnLineItemId DELETE /return_line_items/{returnLineItemId} Delete a return line item
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 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
ShipmentsApi dELETEShipmentsShipmentId DELETE /shipments/{shipmentId} Delete a shipment
ShipmentsApi gETShipments GET /shipments List all shipments
ShipmentsApi gETShipmentsShipmentId GET /shipments/{shipmentId} Retrieve a shipment
ShipmentsApi pATCHShipmentsShipmentId PATCH /shipments/{shipmentId} Update a shipment
ShipmentsApi pOSTShipments POST /shipments Create a shipment
ShippingCategoriesApi dELETEShippingCategoriesShippingCategoryId DELETE /shipping_categories/{shippingCategoryId} Delete a shipping category
ShippingCategoriesApi gETShippingCategories GET /shipping_categories List all shipping categories
ShippingCategoriesApi gETShippingCategoriesShippingCategoryId GET /shipping_categories/{shippingCategoryId} Retrieve a shipping category
ShippingCategoriesApi pATCHShippingCategoriesShippingCategoryId PATCH /shipping_categories/{shippingCategoryId} Update a shipping category
ShippingCategoriesApi pOSTShippingCategories POST /shipping_categories Create a shipping category
ShippingMethodsApi dELETEShippingMethodsShippingMethodId DELETE /shipping_methods/{shippingMethodId} Delete a shipping method
ShippingMethodsApi gETShippingMethods GET /shipping_methods List all shipping methods
ShippingMethodsApi gETShippingMethodsShippingMethodId GET /shipping_methods/{shippingMethodId} Retrieve a shipping method
ShippingMethodsApi pATCHShippingMethodsShippingMethodId PATCH /shipping_methods/{shippingMethodId} Update a shipping method
ShippingMethodsApi pOSTShippingMethods POST /shipping_methods Create a shipping method
ShippingZonesApi dELETEShippingZonesShippingZoneId DELETE /shipping_zones/{shippingZoneId} Delete a shipping zone
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
SkuListItemsApi dELETESkuListItemsSkuListItemId DELETE /sku_list_items/{skuListItemId} Delete a SKU list item
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 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 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 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 gETSkus GET /skus List all SKUs
SkusApi gETSkusSkuId GET /skus/{skuId} Retrieve a SKU
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 gETStockItems GET /stock_items List all stock items
StockItemsApi gETStockItemsStockItemId GET /stock_items/{stockItemId} Retrieve a stock item
StockItemsApi pATCHStockItemsStockItemId PATCH /stock_items/{stockItemId} Update a stock item
StockItemsApi pOSTStockItems POST /stock_items Create a stock item
StockLineItemsApi dELETEStockLineItemsStockLineItemId DELETE /stock_line_items/{stockLineItemId} Delete a stock line item
StockLineItemsApi gETStockLineItems GET /stock_line_items List all stock line items
StockLineItemsApi gETStockLineItemsStockLineItemId GET /stock_line_items/{stockLineItemId} Retrieve a stock line item
StockLineItemsApi pATCHStockLineItemsStockLineItemId PATCH /stock_line_items/{stockLineItemId} Update a stock line item
StockLineItemsApi pOSTStockLineItems POST /stock_line_items Create a stock line item
StockLocationsApi dELETEStockLocationsStockLocationId DELETE /stock_locations/{stockLocationId} Delete a stock location
StockLocationsApi gETStockLocations GET /stock_locations List all stock locations
StockLocationsApi gETStockLocationsStockLocationId GET /stock_locations/{stockLocationId} Retrieve a stock location
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 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 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
TaxCalculatorsApi dELETETaxCalculatorsTaxCalculatorId DELETE /tax_calculators/{taxCalculatorId} Delete a tax calculator
TaxCalculatorsApi gETTaxCalculators GET /tax_calculators List all tax calculators
TaxCalculatorsApi gETTaxCalculatorsTaxCalculatorId GET /tax_calculators/{taxCalculatorId} Retrieve a tax calculator
TaxCalculatorsApi pATCHTaxCalculatorsTaxCalculatorId PATCH /tax_calculators/{taxCalculatorId} Update a tax calculator
TaxCalculatorsApi pOSTTaxCalculators POST /tax_calculators Create a tax calculator
TaxCategoriesApi dELETETaxCategoriesTaxCategoryId DELETE /tax_categories/{taxCategoryId} Delete a tax category
TaxCategoriesApi gETTaxCategories GET /tax_categories List all tax categories
TaxCategoriesApi gETTaxCategoriesTaxCategoryId GET /tax_categories/{taxCategoryId} Retrieve a tax category
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 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 dELETETransactionsTransactionId DELETE /transactions/{transactionId} Delete a transaction
TransactionsApi gETTransactions GET /transactions List all transactions
TransactionsApi gETTransactionsTransactionId GET /transactions/{transactionId} Retrieve a transaction
TransactionsApi pATCHTransactionsTransactionId PATCH /transactions/{transactionId} Update a transaction
TransactionsApi pOSTTransactions POST /transactions Create a transaction
VoidsApi dELETEVoidsVoidId DELETE /voids/{voidId} Delete a void
VoidsApi gETVoids GET /voids List all voids
VoidsApi gETVoidsVoidId GET /voids/{voidId} Retrieve a void
VoidsApi pATCHVoidsVoidId PATCH /voids/{voidId} Update a void
VoidsApi pOSTVoids POST /voids Create a void
WebhooksApi dELETEWebhooksWebhookId DELETE /webhooks/{webhookId} Delete a webhook
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

Models

Authorization

All endpoints do not require authorization.

Tests

To run the tests, use:

composer install
vendor/bin/phpunit

Author

support@commercelayer.io

About this package

This PHP package is automatically generated by the OpenAPI Generator project:

  • API version: 2.3.0
  • Build package: org.openapitools.codegen.languages.PhpClientCodegen