Home

Awesome

SwaggerClient-php

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.4.0 and later

Installation & Usage

Composer

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

{
  "require": {
    "springimport/swagger-magento2-client": "*@dev"
  }
}

Then run composer install

Manual Installation

Download the files and include autoload.php:

    require_once('/path/to/SwaggerClient-php/autoload.php');

Tests

To run the unit tests:

composer install
./vendor/bin/phpunit

Getting Started

Please follow the installation procedure and then run the following:

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

$api_instance = new SpringImport\Swagger\Magento2\Client\Api\BackendModuleServiceV1Api();

try {
    $result = $api_instance->backendModuleServiceV1GetModulesGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling BackendModuleServiceV1Api->backendModuleServiceV1GetModulesGet: ', $e->getMessage(), PHP_EOL;
}

?>

Documentation for API Endpoints

All URIs are relative to http://example.com/rest/default

ClassMethodHTTP requestDescription
BackendModuleServiceV1ApibackendModuleServiceV1GetModulesGetGET /V1/modules
BundleProductLinkManagementV1ApibundleProductLinkManagementV1AddChildByProductSkuPostPOST /V1/bundle-products/{sku}/links/{optionId}
BundleProductLinkManagementV1ApibundleProductLinkManagementV1GetChildrenGetGET /V1/bundle-products/{productSku}/children
BundleProductLinkManagementV1ApibundleProductLinkManagementV1RemoveChildDeleteDELETE /V1/bundle-products/{sku}/options/{optionId}/children/{childSku}
BundleProductLinkManagementV1ApibundleProductLinkManagementV1SaveChildPutPUT /V1/bundle-products/{sku}/links/{id}
BundleProductOptionManagementV1ApibundleProductOptionManagementV1SavePostPOST /V1/bundle-products/options/add
BundleProductOptionManagementV1ApibundleProductOptionManagementV1SavePutPUT /V1/bundle-products/options/{optionId}
BundleProductOptionRepositoryV1ApibundleProductOptionRepositoryV1DeleteByIdDeleteDELETE /V1/bundle-products/{sku}/options/{optionId}
BundleProductOptionRepositoryV1ApibundleProductOptionRepositoryV1GetGetGET /V1/bundle-products/{sku}/options/{optionId}
BundleProductOptionRepositoryV1ApibundleProductOptionRepositoryV1GetListGetGET /V1/bundle-products/{sku}/options/all
BundleProductOptionTypeListV1ApibundleProductOptionTypeListV1GetItemsGetGET /V1/bundle-products/options/types
CatalogAttributeSetManagementV1ApicatalogAttributeSetManagementV1CreatePostPOST /V1/products/attribute-sets
CatalogAttributeSetRepositoryV1ApicatalogAttributeSetRepositoryV1DeleteByIdDeleteDELETE /V1/products/attribute-sets/{attributeSetId}
CatalogAttributeSetRepositoryV1ApicatalogAttributeSetRepositoryV1GetGetGET /V1/products/attribute-sets/{attributeSetId}
CatalogAttributeSetRepositoryV1ApicatalogAttributeSetRepositoryV1GetListGetGET /V1/products/attribute-sets/sets/list
CatalogAttributeSetRepositoryV1ApicatalogAttributeSetRepositoryV1SavePutPUT /V1/products/attribute-sets/{attributeSetId}
CatalogCategoryAttributeOptionManagementV1ApicatalogCategoryAttributeOptionManagementV1GetItemsGetGET /V1/categories/attributes/{attributeCode}/options
CatalogCategoryAttributeRepositoryV1ApicatalogCategoryAttributeRepositoryV1GetGetGET /V1/categories/attributes/{attributeCode}
CatalogCategoryAttributeRepositoryV1ApicatalogCategoryAttributeRepositoryV1GetListGetGET /V1/categories/attributes
CatalogCategoryLinkManagementV1ApicatalogCategoryLinkManagementV1GetAssignedProductsGetGET /V1/categories/{categoryId}/products
CatalogCategoryLinkRepositoryV1ApicatalogCategoryLinkRepositoryV1DeleteByIdsDeleteDELETE /V1/categories/{categoryId}/products/{sku}
CatalogCategoryLinkRepositoryV1ApicatalogCategoryLinkRepositoryV1SavePostPOST /V1/categories/{categoryId}/products
CatalogCategoryLinkRepositoryV1ApicatalogCategoryLinkRepositoryV1SavePutPUT /V1/categories/{categoryId}/products
CatalogCategoryManagementV1ApicatalogCategoryManagementV1GetTreeGetGET /V1/categories
CatalogCategoryManagementV1ApicatalogCategoryManagementV1MovePutPUT /V1/categories/{categoryId}/move
CatalogCategoryRepositoryV1ApicatalogCategoryRepositoryV1DeleteByIdentifierDeleteDELETE /V1/categories/{categoryId}
CatalogCategoryRepositoryV1ApicatalogCategoryRepositoryV1GetGetGET /V1/categories/{categoryId}
CatalogCategoryRepositoryV1ApicatalogCategoryRepositoryV1SavePostPOST /V1/categories
CatalogCategoryRepositoryV1ApicatalogCategoryRepositoryV1SavePutPUT /V1/categories/{id}
CatalogInventoryStockRegistryV1ApicatalogInventoryStockRegistryV1GetLowStockItemsGetGET /V1/stockItems/lowStock/
CatalogInventoryStockRegistryV1ApicatalogInventoryStockRegistryV1GetStockItemBySkuGetGET /V1/stockItems/{productSku}
CatalogInventoryStockRegistryV1ApicatalogInventoryStockRegistryV1GetStockStatusBySkuGetGET /V1/stockStatuses/{productSku}
CatalogInventoryStockRegistryV1ApicatalogInventoryStockRegistryV1UpdateStockItemBySkuPutPUT /V1/products/{productSku}/stockItems/{itemId}
CatalogProductAttributeGroupRepositoryV1ApicatalogProductAttributeGroupRepositoryV1DeleteByIdDeleteDELETE /V1/products/attribute-sets/groups/{groupId}
CatalogProductAttributeGroupRepositoryV1ApicatalogProductAttributeGroupRepositoryV1GetListGetGET /V1/products/attribute-sets/groups/list
CatalogProductAttributeGroupRepositoryV1ApicatalogProductAttributeGroupRepositoryV1SavePostPOST /V1/products/attribute-sets/groups
CatalogProductAttributeGroupRepositoryV1ApicatalogProductAttributeGroupRepositoryV1SavePutPUT /V1/products/attribute-sets/{attributeSetId}/groups
CatalogProductAttributeManagementV1ApicatalogProductAttributeManagementV1AssignPostPOST /V1/products/attribute-sets/attributes
CatalogProductAttributeManagementV1ApicatalogProductAttributeManagementV1GetAttributesGetGET /V1/products/attribute-sets/{attributeSetId}/attributes
CatalogProductAttributeManagementV1ApicatalogProductAttributeManagementV1UnassignDeleteDELETE /V1/products/attribute-sets/{attributeSetId}/attributes/{attributeCode}
CatalogProductAttributeMediaGalleryManagementV1ApicatalogProductAttributeMediaGalleryManagementV1CreatePostPOST /V1/products/{sku}/media
CatalogProductAttributeMediaGalleryManagementV1ApicatalogProductAttributeMediaGalleryManagementV1GetGetGET /V1/products/{sku}/media/{entryId}
CatalogProductAttributeMediaGalleryManagementV1ApicatalogProductAttributeMediaGalleryManagementV1GetListGetGET /V1/products/{sku}/media
CatalogProductAttributeMediaGalleryManagementV1ApicatalogProductAttributeMediaGalleryManagementV1RemoveDeleteDELETE /V1/products/{sku}/media/{entryId}
CatalogProductAttributeMediaGalleryManagementV1ApicatalogProductAttributeMediaGalleryManagementV1UpdatePutPUT /V1/products/{sku}/media/{entryId}
CatalogProductAttributeOptionManagementV1ApicatalogProductAttributeOptionManagementV1AddPostPOST /V1/products/attributes/{attributeCode}/options
CatalogProductAttributeOptionManagementV1ApicatalogProductAttributeOptionManagementV1DeleteDeleteDELETE /V1/products/attributes/{attributeCode}/options/{optionId}
CatalogProductAttributeOptionManagementV1ApicatalogProductAttributeOptionManagementV1GetItemsGetGET /V1/products/attributes/{attributeCode}/options
CatalogProductAttributeRepositoryV1ApicatalogProductAttributeRepositoryV1DeleteByIdDeleteDELETE /V1/products/attributes/{attributeCode}
CatalogProductAttributeRepositoryV1ApicatalogProductAttributeRepositoryV1GetGetGET /V1/products/attributes/{attributeCode}
CatalogProductAttributeRepositoryV1ApicatalogProductAttributeRepositoryV1GetListGetGET /V1/products/attributes
CatalogProductAttributeRepositoryV1ApicatalogProductAttributeRepositoryV1SavePostPOST /V1/products/attributes
CatalogProductAttributeRepositoryV1ApicatalogProductAttributeRepositoryV1SavePutPUT /V1/products/attributes/{attributeCode}
CatalogProductAttributeTypesListV1ApicatalogProductAttributeTypesListV1GetItemsGetGET /V1/products/attributes/types
CatalogProductCustomOptionRepositoryV1ApicatalogProductCustomOptionRepositoryV1DeleteByIdentifierDeleteDELETE /V1/products/{sku}/options/{optionId}
CatalogProductCustomOptionRepositoryV1ApicatalogProductCustomOptionRepositoryV1GetGetGET /V1/products/{sku}/options/{optionId}
CatalogProductCustomOptionRepositoryV1ApicatalogProductCustomOptionRepositoryV1GetListGetGET /V1/products/{sku}/options
CatalogProductCustomOptionRepositoryV1ApicatalogProductCustomOptionRepositoryV1SavePostPOST /V1/products/options
CatalogProductCustomOptionRepositoryV1ApicatalogProductCustomOptionRepositoryV1SavePutPUT /V1/products/options/{optionId}
CatalogProductCustomOptionTypeListV1ApicatalogProductCustomOptionTypeListV1GetItemsGetGET /V1/products/options/types
CatalogProductLinkManagementV1ApicatalogProductLinkManagementV1GetLinkedItemsByTypeGetGET /V1/products/{sku}/links/{type}
CatalogProductLinkManagementV1ApicatalogProductLinkManagementV1SetProductLinksPostPOST /V1/products/{sku}/links
CatalogProductLinkRepositoryV1ApicatalogProductLinkRepositoryV1DeleteByIdDeleteDELETE /V1/products/{sku}/links/{type}/{linkedProductSku}
CatalogProductLinkRepositoryV1ApicatalogProductLinkRepositoryV1SavePutPUT /V1/products/{sku}/links
CatalogProductLinkTypeListV1ApicatalogProductLinkTypeListV1GetItemAttributesGetGET /V1/products/links/{type}/attributes
CatalogProductLinkTypeListV1ApicatalogProductLinkTypeListV1GetItemsGetGET /V1/products/links/types
CatalogProductMediaAttributeManagementV1ApicatalogProductMediaAttributeManagementV1GetListGetGET /V1/products/media/types/{attributeSetName}
CatalogProductRepositoryV1ApicatalogProductRepositoryV1DeleteByIdDeleteDELETE /V1/products/{sku}
CatalogProductRepositoryV1ApicatalogProductRepositoryV1GetGetGET /V1/products/{sku}
CatalogProductRepositoryV1ApicatalogProductRepositoryV1GetListGetGET /V1/products
CatalogProductRepositoryV1ApicatalogProductRepositoryV1SavePostPOST /V1/products
CatalogProductRepositoryV1ApicatalogProductRepositoryV1SavePutPUT /V1/products/{sku}
CatalogProductTierPriceManagementV1ApicatalogProductTierPriceManagementV1AddPostPOST /V1/products/{sku}/group-prices/{customerGroupId}/tiers/{qty}/price/{price}
CatalogProductTierPriceManagementV1ApicatalogProductTierPriceManagementV1GetListGetGET /V1/products/{sku}/group-prices/{customerGroupId}/tiers
CatalogProductTierPriceManagementV1ApicatalogProductTierPriceManagementV1RemoveDeleteDELETE /V1/products/{sku}/group-prices/{customerGroupId}/tiers/{qty}
CatalogProductTypeListV1ApicatalogProductTypeListV1GetProductTypesGetGET /V1/products/types
CatalogProductWebsiteLinkRepositoryV1ApicatalogProductWebsiteLinkRepositoryV1DeleteByIdDeleteDELETE /V1/products/{sku}/websites/{websiteId}
CatalogProductWebsiteLinkRepositoryV1ApicatalogProductWebsiteLinkRepositoryV1SavePostPOST /V1/products/{sku}/websites
CatalogProductWebsiteLinkRepositoryV1ApicatalogProductWebsiteLinkRepositoryV1SavePutPUT /V1/products/{sku}/websites
CheckoutAgreementsCheckoutAgreementsRepositoryV1ApicheckoutAgreementsCheckoutAgreementsRepositoryV1GetListGetGET /V1/carts/licence
CheckoutGuestPaymentInformationManagementV1ApicheckoutGuestPaymentInformationManagementV1GetPaymentInformationGetGET /V1/guest-carts/{cartId}/payment-information
CheckoutGuestPaymentInformationManagementV1ApicheckoutGuestPaymentInformationManagementV1SavePaymentInformationAndPlaceOrderPostPOST /V1/guest-carts/{cartId}/payment-information
CheckoutGuestPaymentInformationManagementV1ApicheckoutGuestPaymentInformationManagementV1SavePaymentInformationPostPOST /V1/guest-carts/{cartId}/set-payment-information
CheckoutGuestShippingInformationManagementV1ApicheckoutGuestShippingInformationManagementV1SaveAddressInformationPostPOST /V1/guest-carts/{cartId}/shipping-information
CheckoutGuestTotalsInformationManagementV1ApicheckoutGuestTotalsInformationManagementV1CalculatePostPOST /V1/guest-carts/{cartId}/totals-information
CheckoutPaymentInformationManagementV1ApicheckoutPaymentInformationManagementV1GetPaymentInformationGetGET /V1/carts/mine/payment-information
CheckoutPaymentInformationManagementV1ApicheckoutPaymentInformationManagementV1SavePaymentInformationAndPlaceOrderPostPOST /V1/carts/mine/payment-information
CheckoutPaymentInformationManagementV1ApicheckoutPaymentInformationManagementV1SavePaymentInformationPostPOST /V1/carts/mine/set-payment-information
CheckoutShippingInformationManagementV1ApicheckoutShippingInformationManagementV1SaveAddressInformationPostPOST /V1/carts/mine/shipping-information
CheckoutShippingInformationManagementV1ApicheckoutShippingInformationManagementV1SaveAddressInformationPost_0POST /V1/carts/{cartId}/shipping-information
CheckoutTotalsInformationManagementV1ApicheckoutTotalsInformationManagementV1CalculatePostPOST /V1/carts/{cartId}/totals-information
CheckoutTotalsInformationManagementV1ApicheckoutTotalsInformationManagementV1CalculatePost_0POST /V1/carts/mine/totals-information
CmsBlockRepositoryV1ApicmsBlockRepositoryV1DeleteByIdDeleteDELETE /V1/cmsBlock/{blockId}
CmsBlockRepositoryV1ApicmsBlockRepositoryV1GetByIdGetGET /V1/cmsBlock/{blockId}
CmsBlockRepositoryV1ApicmsBlockRepositoryV1GetListGetGET /V1/cmsBlock/search
CmsBlockRepositoryV1ApicmsBlockRepositoryV1SavePostPOST /V1/cmsBlock
CmsBlockRepositoryV1ApicmsBlockRepositoryV1SavePutPUT /V1/cmsBlock/{id}
CmsPageRepositoryV1ApicmsPageRepositoryV1DeleteByIdDeleteDELETE /V1/cmsPage/{pageId}
CmsPageRepositoryV1ApicmsPageRepositoryV1GetByIdGetGET /V1/cmsPage/{pageId}
CmsPageRepositoryV1ApicmsPageRepositoryV1GetListGetGET /V1/cmsPage/search
CmsPageRepositoryV1ApicmsPageRepositoryV1SavePostPOST /V1/cmsPage
CmsPageRepositoryV1ApicmsPageRepositoryV1SavePutPUT /V1/cmsPage/{id}
ConfigurableProductConfigurableProductManagementV1ApiconfigurableProductConfigurableProductManagementV1GenerateVariationPutPUT /V1/configurable-products/variation
ConfigurableProductLinkManagementV1ApiconfigurableProductLinkManagementV1AddChildPostPOST /V1/configurable-products/{sku}/child
ConfigurableProductLinkManagementV1ApiconfigurableProductLinkManagementV1GetChildrenGetGET /V1/configurable-products/{sku}/children
ConfigurableProductLinkManagementV1ApiconfigurableProductLinkManagementV1RemoveChildDeleteDELETE /V1/configurable-products/{sku}/children/{childSku}
ConfigurableProductOptionRepositoryV1ApiconfigurableProductOptionRepositoryV1DeleteByIdDeleteDELETE /V1/configurable-products/{sku}/options/{id}
ConfigurableProductOptionRepositoryV1ApiconfigurableProductOptionRepositoryV1GetGetGET /V1/configurable-products/{sku}/options/{id}
ConfigurableProductOptionRepositoryV1ApiconfigurableProductOptionRepositoryV1GetListGetGET /V1/configurable-products/{sku}/options/all
ConfigurableProductOptionRepositoryV1ApiconfigurableProductOptionRepositoryV1SavePostPOST /V1/configurable-products/{sku}/options
ConfigurableProductOptionRepositoryV1ApiconfigurableProductOptionRepositoryV1SavePutPUT /V1/configurable-products/{sku}/options/{id}
CustomerAccountManagementV1ApicustomerAccountManagementV1ActivateByIdPutPUT /V1/customers/me/activate
CustomerAccountManagementV1ApicustomerAccountManagementV1ActivatePutPUT /V1/customers/{email}/activate
CustomerAccountManagementV1ApicustomerAccountManagementV1ChangePasswordByIdPutPUT /V1/customers/me/password
CustomerAccountManagementV1ApicustomerAccountManagementV1CreateAccountPostPOST /V1/customers
CustomerAccountManagementV1ApicustomerAccountManagementV1GetConfirmationStatusGetGET /V1/customers/{customerId}/confirm
CustomerAccountManagementV1ApicustomerAccountManagementV1GetDefaultBillingAddressGetGET /V1/customers/me/billingAddress
CustomerAccountManagementV1ApicustomerAccountManagementV1GetDefaultBillingAddressGet_0GET /V1/customers/{customerId}/billingAddress
CustomerAccountManagementV1ApicustomerAccountManagementV1GetDefaultShippingAddressGetGET /V1/customers/me/shippingAddress
CustomerAccountManagementV1ApicustomerAccountManagementV1GetDefaultShippingAddressGet_0GET /V1/customers/{customerId}/shippingAddress
CustomerAccountManagementV1ApicustomerAccountManagementV1InitiatePasswordResetPutPUT /V1/customers/password
CustomerAccountManagementV1ApicustomerAccountManagementV1IsEmailAvailablePostPOST /V1/customers/isEmailAvailable
CustomerAccountManagementV1ApicustomerAccountManagementV1IsReadonlyGetGET /V1/customers/{customerId}/permissions/readonly
CustomerAccountManagementV1ApicustomerAccountManagementV1ResendConfirmationPostPOST /V1/customers/confirm
CustomerAccountManagementV1ApicustomerAccountManagementV1ValidatePutPUT /V1/customers/validate
CustomerAccountManagementV1ApicustomerAccountManagementV1ValidateResetPasswordLinkTokenGetGET /V1/customers/{customerId}/password/resetLinkToken/{resetPasswordLinkToken}
CustomerAddressMetadataV1ApicustomerAddressMetadataV1GetAllAttributesMetadataGetGET /V1/attributeMetadata/customerAddress
CustomerAddressMetadataV1ApicustomerAddressMetadataV1GetAttributeMetadataGetGET /V1/attributeMetadata/customerAddress/attribute/{attributeCode}
CustomerAddressMetadataV1ApicustomerAddressMetadataV1GetAttributesGetGET /V1/attributeMetadata/customerAddress/form/{formCode}
CustomerAddressMetadataV1ApicustomerAddressMetadataV1GetCustomAttributesMetadataGetGET /V1/attributeMetadata/customerAddress/custom
CustomerAddressRepositoryV1ApicustomerAddressRepositoryV1DeleteByIdDeleteDELETE /V1/addresses/{addressId}
CustomerAddressRepositoryV1ApicustomerAddressRepositoryV1GetByIdGetGET /V1/customers/addresses/{addressId}
CustomerBalanceBalanceManagementV1ApicustomerBalanceBalanceManagementV1ApplyPostPOST /V1/carts/mine/balance/apply
CustomerCustomerMetadataV1ApicustomerCustomerMetadataV1GetAllAttributesMetadataGetGET /V1/attributeMetadata/customer
CustomerCustomerMetadataV1ApicustomerCustomerMetadataV1GetAttributeMetadataGetGET /V1/attributeMetadata/customer/attribute/{attributeCode}
CustomerCustomerMetadataV1ApicustomerCustomerMetadataV1GetAttributesGetGET /V1/attributeMetadata/customer/form/{formCode}
CustomerCustomerMetadataV1ApicustomerCustomerMetadataV1GetCustomAttributesMetadataGetGET /V1/attributeMetadata/customer/custom
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1DeleteByIdDeleteDELETE /V1/customers/{customerId}
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1GetByIdGetGET /V1/customers/{customerId}
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1GetByIdGet_0GET /V1/customers/me
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1GetListGetGET /V1/customers/search
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1SavePutPUT /V1/customers/{id}
CustomerCustomerRepositoryV1ApicustomerCustomerRepositoryV1SavePut_0PUT /V1/customers/me
CustomerGroupManagementV1ApicustomerGroupManagementV1GetDefaultGroupGetGET /V1/customerGroups/default/{storeId}
CustomerGroupManagementV1ApicustomerGroupManagementV1GetDefaultGroupGet_0GET /V1/customerGroups/default
CustomerGroupManagementV1ApicustomerGroupManagementV1IsReadonlyGetGET /V1/customerGroups/{id}/permissions
CustomerGroupRepositoryV1ApicustomerGroupRepositoryV1DeleteByIdDeleteDELETE /V1/customerGroups/{id}
CustomerGroupRepositoryV1ApicustomerGroupRepositoryV1GetByIdGetGET /V1/customerGroups/{id}
CustomerGroupRepositoryV1ApicustomerGroupRepositoryV1GetListGetGET /V1/customerGroups/search
CustomerGroupRepositoryV1ApicustomerGroupRepositoryV1SavePostPOST /V1/customerGroups
CustomerGroupRepositoryV1ApicustomerGroupRepositoryV1SavePutPUT /V1/customerGroups/{id}
DirectoryCountryInformationAcquirerV1ApidirectoryCountryInformationAcquirerV1GetCountriesInfoGetGET /V1/directory/countries
DirectoryCountryInformationAcquirerV1ApidirectoryCountryInformationAcquirerV1GetCountryInfoGetGET /V1/directory/countries/{countryId}
DirectoryCurrencyInformationAcquirerV1ApidirectoryCurrencyInformationAcquirerV1GetCurrencyInfoGetGET /V1/directory/currency
DownloadableLinkRepositoryV1ApidownloadableLinkRepositoryV1DeleteDeleteDELETE /V1/products/downloadable-links/{id}
DownloadableLinkRepositoryV1ApidownloadableLinkRepositoryV1GetListGetGET /V1/products/{sku}/downloadable-links
DownloadableLinkRepositoryV1ApidownloadableLinkRepositoryV1SavePostPOST /V1/products/{sku}/downloadable-links
DownloadableLinkRepositoryV1ApidownloadableLinkRepositoryV1SavePutPUT /V1/products/{sku}/downloadable-links/{id}
DownloadableSampleRepositoryV1ApidownloadableSampleRepositoryV1DeleteDeleteDELETE /V1/products/downloadable-links/samples/{id}
DownloadableSampleRepositoryV1ApidownloadableSampleRepositoryV1GetListGetGET /V1/products/{sku}/downloadable-links/samples
DownloadableSampleRepositoryV1ApidownloadableSampleRepositoryV1SavePostPOST /V1/products/{sku}/downloadable-links/samples
DownloadableSampleRepositoryV1ApidownloadableSampleRepositoryV1SavePutPUT /V1/products/{sku}/downloadable-links/samples/{id}
EavAttributeSetManagementV1ApieavAttributeSetManagementV1CreatePostPOST /V1/eav/attribute-sets
EavAttributeSetRepositoryV1ApieavAttributeSetRepositoryV1DeleteByIdDeleteDELETE /V1/eav/attribute-sets/{attributeSetId}
EavAttributeSetRepositoryV1ApieavAttributeSetRepositoryV1GetGetGET /V1/eav/attribute-sets/{attributeSetId}
EavAttributeSetRepositoryV1ApieavAttributeSetRepositoryV1GetListGetGET /V1/eav/attribute-sets/list
EavAttributeSetRepositoryV1ApieavAttributeSetRepositoryV1SavePutPUT /V1/eav/attribute-sets/{attributeSetId}
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1CheckGiftCardGetGET /V1/carts/mine/checkGiftCard/{giftCardCode}
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1DeleteByQuoteIdDeleteDELETE /V1/carts/{cartId}/giftCards/{giftCardCode}
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1DeleteByQuoteIdDelete_0DELETE /V1/carts/mine/giftCards/{giftCardCode}
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1GetListByQuoteIdGetGET /V1/carts/{quoteId}/giftCards
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1SaveByQuoteIdPostPOST /V1/carts/mine/giftCards
GiftCardAccountGiftCardAccountManagementV1ApigiftCardAccountGiftCardAccountManagementV1SaveByQuoteIdPutPUT /V1/carts/{cartId}/giftCards
GiftCardAccountGuestGiftCardAccountManagementV1ApigiftCardAccountGuestGiftCardAccountManagementV1AddGiftCardPostPOST /V1/carts/guest-carts/{cartId}/giftCards
GiftCardAccountGuestGiftCardAccountManagementV1ApigiftCardAccountGuestGiftCardAccountManagementV1CheckGiftCardGetGET /V1/carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}
GiftCardAccountGuestGiftCardAccountManagementV1ApigiftCardAccountGuestGiftCardAccountManagementV1DeleteByQuoteIdDeleteDELETE /V1/carts/guest-carts/{cartId}/giftCards/{giftCardCode}
GiftMessageCartRepositoryV1ApigiftMessageCartRepositoryV1GetGetGET /V1/carts/{cartId}/gift-message
GiftMessageCartRepositoryV1ApigiftMessageCartRepositoryV1GetGet_0GET /V1/carts/mine/gift-message
GiftMessageCartRepositoryV1ApigiftMessageCartRepositoryV1SavePostPOST /V1/carts/{cartId}/gift-message
GiftMessageCartRepositoryV1ApigiftMessageCartRepositoryV1SavePost_0POST /V1/carts/mine/gift-message
GiftMessageGuestCartRepositoryV1ApigiftMessageGuestCartRepositoryV1GetGetGET /V1/guest-carts/{cartId}/gift-message
GiftMessageGuestCartRepositoryV1ApigiftMessageGuestCartRepositoryV1SavePostPOST /V1/guest-carts/{cartId}/gift-message
GiftMessageGuestItemRepositoryV1ApigiftMessageGuestItemRepositoryV1GetGetGET /V1/guest-carts/{cartId}/gift-message/{itemId}
GiftMessageGuestItemRepositoryV1ApigiftMessageGuestItemRepositoryV1SavePostPOST /V1/guest-carts/{cartId}/gift-message/{itemId}
GiftMessageItemRepositoryV1ApigiftMessageItemRepositoryV1GetGetGET /V1/carts/{cartId}/gift-message/{itemId}
GiftMessageItemRepositoryV1ApigiftMessageItemRepositoryV1GetGet_0GET /V1/carts/mine/gift-message/{itemId}
GiftMessageItemRepositoryV1ApigiftMessageItemRepositoryV1SavePostPOST /V1/carts/{cartId}/gift-message/{itemId}
GiftMessageItemRepositoryV1ApigiftMessageItemRepositoryV1SavePost_0POST /V1/carts/mine/gift-message/{itemId}
GiftRegistryGuestCartShippingMethodManagementV1ApigiftRegistryGuestCartShippingMethodManagementV1EstimateByRegistryIdPostPOST /V1/guest-giftregistry/{cartId}/estimate-shipping-methods
GiftRegistryShippingMethodManagementV1ApigiftRegistryShippingMethodManagementV1EstimateByRegistryIdPostPOST /V1/giftregistry/mine/estimate-shipping-methods
GiftWrappingWrappingRepositoryV1ApigiftWrappingWrappingRepositoryV1DeleteByIdDeleteDELETE /V1/gift-wrappings/{id}
GiftWrappingWrappingRepositoryV1ApigiftWrappingWrappingRepositoryV1GetGetGET /V1/gift-wrappings/{id}
GiftWrappingWrappingRepositoryV1ApigiftWrappingWrappingRepositoryV1GetListGetGET /V1/gift-wrappings
GiftWrappingWrappingRepositoryV1ApigiftWrappingWrappingRepositoryV1SavePostPOST /V1/gift-wrappings
GiftWrappingWrappingRepositoryV1ApigiftWrappingWrappingRepositoryV1SavePutPUT /V1/gift-wrappings/{wrappingId}
IntegrationAdminTokenServiceV1ApiintegrationAdminTokenServiceV1CreateAdminAccessTokenPostPOST /V1/integration/admin/token
IntegrationCustomerTokenServiceV1ApiintegrationCustomerTokenServiceV1CreateCustomerAccessTokenPostPOST /V1/integration/customer/token
QuoteBillingAddressManagementV1ApiquoteBillingAddressManagementV1AssignPostPOST /V1/carts/{cartId}/billing-address
QuoteBillingAddressManagementV1ApiquoteBillingAddressManagementV1AssignPost_0POST /V1/carts/mine/billing-address
QuoteBillingAddressManagementV1ApiquoteBillingAddressManagementV1GetGetGET /V1/carts/{cartId}/billing-address
QuoteBillingAddressManagementV1ApiquoteBillingAddressManagementV1GetGet_0GET /V1/carts/mine/billing-address
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1DeleteByIdDeleteDELETE /V1/carts/{cartId}/items/{itemId}
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1DeleteByIdDelete_0DELETE /V1/carts/mine/items/{itemId}
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1GetListGetGET /V1/carts/{cartId}/items
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1GetListGet_0GET /V1/carts/mine/items
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1SavePostPOST /V1/carts/{quoteId}/items
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1SavePost_0POST /V1/carts/mine/items
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1SavePutPUT /V1/carts/{cartId}/items/{itemId}
QuoteCartItemRepositoryV1ApiquoteCartItemRepositoryV1SavePut_0PUT /V1/carts/mine/items/{itemId}
QuoteCartManagementV1ApiquoteCartManagementV1AssignCustomerPutPUT /V1/carts/{cartId}
QuoteCartManagementV1ApiquoteCartManagementV1CreateEmptyCartForCustomerPostPOST /V1/carts/mine
QuoteCartManagementV1ApiquoteCartManagementV1CreateEmptyCartForCustomerPost_0POST /V1/customers/{customerId}/carts
QuoteCartManagementV1ApiquoteCartManagementV1CreateEmptyCartPostPOST /V1/carts/
QuoteCartManagementV1ApiquoteCartManagementV1GetCartForCustomerGetGET /V1/carts/mine
QuoteCartManagementV1ApiquoteCartManagementV1PlaceOrderPutPUT /V1/carts/mine/order
QuoteCartManagementV1ApiquoteCartManagementV1PlaceOrderPut_0PUT /V1/carts/{cartId}/order
QuoteCartRepositoryV1ApiquoteCartRepositoryV1GetGetGET /V1/carts/{cartId}
QuoteCartRepositoryV1ApiquoteCartRepositoryV1GetListGetGET /V1/carts/search
QuoteCartRepositoryV1ApiquoteCartRepositoryV1SavePutPUT /V1/carts/mine
QuoteCartTotalManagementV1ApiquoteCartTotalManagementV1CollectTotalsPutPUT /V1/carts/mine/collect-totals
QuoteCartTotalRepositoryV1ApiquoteCartTotalRepositoryV1GetGetGET /V1/carts/{cartId}/totals
QuoteCartTotalRepositoryV1ApiquoteCartTotalRepositoryV1GetGet_0GET /V1/carts/mine/totals
QuoteCouponManagementV1ApiquoteCouponManagementV1GetGetGET /V1/carts/{cartId}/coupons
QuoteCouponManagementV1ApiquoteCouponManagementV1GetGet_0GET /V1/carts/mine/coupons
QuoteCouponManagementV1ApiquoteCouponManagementV1RemoveDeleteDELETE /V1/carts/{cartId}/coupons
QuoteCouponManagementV1ApiquoteCouponManagementV1RemoveDelete_0DELETE /V1/carts/mine/coupons
QuoteCouponManagementV1ApiquoteCouponManagementV1SetPutPUT /V1/carts/{cartId}/coupons/{couponCode}
QuoteCouponManagementV1ApiquoteCouponManagementV1SetPut_0PUT /V1/carts/mine/coupons/{couponCode}
QuoteGuestBillingAddressManagementV1ApiquoteGuestBillingAddressManagementV1AssignPostPOST /V1/guest-carts/{cartId}/billing-address
QuoteGuestBillingAddressManagementV1ApiquoteGuestBillingAddressManagementV1GetGetGET /V1/guest-carts/{cartId}/billing-address
QuoteGuestCartItemRepositoryV1ApiquoteGuestCartItemRepositoryV1DeleteByIdDeleteDELETE /V1/guest-carts/{cartId}/items/{itemId}
QuoteGuestCartItemRepositoryV1ApiquoteGuestCartItemRepositoryV1GetListGetGET /V1/guest-carts/{cartId}/items
QuoteGuestCartItemRepositoryV1ApiquoteGuestCartItemRepositoryV1SavePostPOST /V1/guest-carts/{cartId}/items
QuoteGuestCartItemRepositoryV1ApiquoteGuestCartItemRepositoryV1SavePutPUT /V1/guest-carts/{cartId}/items/{itemId}
QuoteGuestCartManagementV1ApiquoteGuestCartManagementV1AssignCustomerPutPUT /V1/guest-carts/{cartId}
QuoteGuestCartManagementV1ApiquoteGuestCartManagementV1CreateEmptyCartPostPOST /V1/guest-carts
QuoteGuestCartManagementV1ApiquoteGuestCartManagementV1PlaceOrderPutPUT /V1/guest-carts/{cartId}/order
QuoteGuestCartRepositoryV1ApiquoteGuestCartRepositoryV1GetGetGET /V1/guest-carts/{cartId}
QuoteGuestCartTotalManagementV1ApiquoteGuestCartTotalManagementV1CollectTotalsPutPUT /V1/guest-carts/{cartId}/collect-totals
QuoteGuestCartTotalRepositoryV1ApiquoteGuestCartTotalRepositoryV1GetGetGET /V1/guest-carts/{cartId}/totals
QuoteGuestCouponManagementV1ApiquoteGuestCouponManagementV1GetGetGET /V1/guest-carts/{cartId}/coupons
QuoteGuestCouponManagementV1ApiquoteGuestCouponManagementV1RemoveDeleteDELETE /V1/guest-carts/{cartId}/coupons
QuoteGuestCouponManagementV1ApiquoteGuestCouponManagementV1SetPutPUT /V1/guest-carts/{cartId}/coupons/{couponCode}
QuoteGuestPaymentMethodManagementV1ApiquoteGuestPaymentMethodManagementV1GetGetGET /V1/guest-carts/{cartId}/selected-payment-method
QuoteGuestPaymentMethodManagementV1ApiquoteGuestPaymentMethodManagementV1GetListGetGET /V1/guest-carts/{cartId}/payment-methods
QuoteGuestPaymentMethodManagementV1ApiquoteGuestPaymentMethodManagementV1SetPutPUT /V1/guest-carts/{cartId}/selected-payment-method
QuoteGuestShipmentEstimationV1ApiquoteGuestShipmentEstimationV1EstimateByExtendedAddressPostPOST /V1/guest-carts/{cartId}/estimate-shipping-methods
QuoteGuestShippingMethodManagementV1ApiquoteGuestShippingMethodManagementV1GetListGetGET /V1/guest-carts/{cartId}/shipping-methods
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1GetGetGET /V1/carts/{cartId}/selected-payment-method
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1GetGet_0GET /V1/carts/mine/selected-payment-method
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1GetListGetGET /V1/carts/{cartId}/payment-methods
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1GetListGet_0GET /V1/carts/mine/payment-methods
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1SetPutPUT /V1/carts/{cartId}/selected-payment-method
QuotePaymentMethodManagementV1ApiquotePaymentMethodManagementV1SetPut_0PUT /V1/carts/mine/selected-payment-method
QuoteShipmentEstimationV1ApiquoteShipmentEstimationV1EstimateByExtendedAddressPostPOST /V1/carts/{cartId}/estimate-shipping-methods
QuoteShipmentEstimationV1ApiquoteShipmentEstimationV1EstimateByExtendedAddressPost_0POST /V1/carts/mine/estimate-shipping-methods
QuoteShippingMethodManagementV1ApiquoteShippingMethodManagementV1EstimateByAddressIdPostPOST /V1/carts/{cartId}/estimate-shipping-methods-by-address-id
QuoteShippingMethodManagementV1ApiquoteShippingMethodManagementV1EstimateByAddressIdPost_0POST /V1/carts/mine/estimate-shipping-methods-by-address-id
QuoteShippingMethodManagementV1ApiquoteShippingMethodManagementV1GetListGetGET /V1/carts/{cartId}/shipping-methods
QuoteShippingMethodManagementV1ApiquoteShippingMethodManagementV1GetListGet_0GET /V1/carts/mine/shipping-methods
RewardRewardManagementV1ApirewardRewardManagementV1SetPostPOST /V1/reward/mine/use-reward
RmaCommentManagementV1ApirmaCommentManagementV1AddCommentPostPOST /V1/returns/{id}/comments
RmaCommentManagementV1ApirmaCommentManagementV1CommentsListGetGET /V1/returns/{id}/comments
RmaRmaAttributesManagementV1ApirmaRmaAttributesManagementV1GetAllAttributesMetadataGetGET /V1/returnsAttributeMetadata
RmaRmaAttributesManagementV1ApirmaRmaAttributesManagementV1GetAttributeMetadataGetGET /V1/returnsAttributeMetadata/{attributeCode}
RmaRmaAttributesManagementV1ApirmaRmaAttributesManagementV1GetAttributesGetGET /V1/returnsAttributeMetadata/form/{formCode}
RmaRmaAttributesManagementV1ApirmaRmaAttributesManagementV1GetCustomAttributesMetadataGetGET /V1/returnsAttributeMetadata/custom
RmaRmaManagementV1ApirmaRmaManagementV1SaveRmaPostPOST /V1/returns
RmaRmaManagementV1ApirmaRmaManagementV1SaveRmaPutPUT /V1/returns/{id}
RmaRmaManagementV1ApirmaRmaManagementV1SearchGetGET /V1/returns
RmaRmaRepositoryV1ApirmaRmaRepositoryV1DeleteDeleteDELETE /V1/returns/{id}
RmaRmaRepositoryV1ApirmaRmaRepositoryV1GetGetGET /V1/returns/{id}
RmaTrackManagementV1ApirmaTrackManagementV1AddTrackPostPOST /V1/returns/{id}/tracking-numbers
RmaTrackManagementV1ApirmaTrackManagementV1GetShippingLabelPdfGetGET /V1/returns/{id}/labels
RmaTrackManagementV1ApirmaTrackManagementV1GetTracksGetGET /V1/returns/{id}/tracking-numbers
RmaTrackManagementV1ApirmaTrackManagementV1RemoveTrackByIdDeleteDELETE /V1/returns/{id}/tracking-numbers/{trackId}
SalesCreditmemoCommentRepositoryV1ApisalesCreditmemoCommentRepositoryV1SavePostPOST /V1/creditmemo/{id}/comments
SalesCreditmemoManagementV1ApisalesCreditmemoManagementV1CancelPutPUT /V1/creditmemo/{id}
SalesCreditmemoManagementV1ApisalesCreditmemoManagementV1GetCommentsListGetGET /V1/creditmemo/{id}/comments
SalesCreditmemoManagementV1ApisalesCreditmemoManagementV1NotifyPostPOST /V1/creditmemo/{id}/emails
SalesCreditmemoManagementV1ApisalesCreditmemoManagementV1RefundPostPOST /V1/creditmemo/refund
SalesCreditmemoRepositoryV1ApisalesCreditmemoRepositoryV1GetGetGET /V1/creditmemo/{id}
SalesCreditmemoRepositoryV1ApisalesCreditmemoRepositoryV1GetListGetGET /V1/creditmemos
SalesCreditmemoRepositoryV1ApisalesCreditmemoRepositoryV1SavePostPOST /V1/creditmemo
SalesInvoiceCommentRepositoryV1ApisalesInvoiceCommentRepositoryV1SavePostPOST /V1/invoices/comments
SalesInvoiceManagementV1ApisalesInvoiceManagementV1GetCommentsListGetGET /V1/invoices/{id}/comments
SalesInvoiceManagementV1ApisalesInvoiceManagementV1NotifyPostPOST /V1/invoices/{id}/emails
SalesInvoiceManagementV1ApisalesInvoiceManagementV1SetCapturePostPOST /V1/invoices/{id}/capture
SalesInvoiceManagementV1ApisalesInvoiceManagementV1SetVoidPostPOST /V1/invoices/{id}/void
SalesInvoiceOrderV1ApisalesInvoiceOrderV1ExecutePostPOST /V1/order/{orderId}/invoice
SalesInvoiceRepositoryV1ApisalesInvoiceRepositoryV1GetGetGET /V1/invoices/{id}
SalesInvoiceRepositoryV1ApisalesInvoiceRepositoryV1GetListGetGET /V1/invoices
SalesInvoiceRepositoryV1ApisalesInvoiceRepositoryV1SavePostPOST /V1/invoices/
SalesOrderAddressRepositoryV1ApisalesOrderAddressRepositoryV1SavePutPUT /V1/orders/{parent_id}
SalesOrderItemRepositoryV1ApisalesOrderItemRepositoryV1GetGetGET /V1/orders/items/{id}
SalesOrderItemRepositoryV1ApisalesOrderItemRepositoryV1GetListGetGET /V1/orders/items
SalesOrderManagementV1ApisalesOrderManagementV1AddCommentPostPOST /V1/orders/{id}/comments
SalesOrderManagementV1ApisalesOrderManagementV1CancelPostPOST /V1/orders/{id}/cancel
SalesOrderManagementV1ApisalesOrderManagementV1GetCommentsListGetGET /V1/orders/{id}/comments
SalesOrderManagementV1ApisalesOrderManagementV1GetStatusGetGET /V1/orders/{id}/statuses
SalesOrderManagementV1ApisalesOrderManagementV1HoldPostPOST /V1/orders/{id}/hold
SalesOrderManagementV1ApisalesOrderManagementV1NotifyPostPOST /V1/orders/{id}/emails
SalesOrderManagementV1ApisalesOrderManagementV1UnHoldPostPOST /V1/orders/{id}/unhold
SalesOrderRepositoryV1ApisalesOrderRepositoryV1GetGetGET /V1/orders/{id}
SalesOrderRepositoryV1ApisalesOrderRepositoryV1GetListGetGET /V1/orders
SalesOrderRepositoryV1ApisalesOrderRepositoryV1SavePostPOST /V1/orders/
SalesOrderRepositoryV1ApisalesOrderRepositoryV1SavePutPUT /V1/orders/create
SalesRefundInvoiceV1ApisalesRefundInvoiceV1ExecutePostPOST /V1/invoice/{invoiceId}/refund
SalesRefundOrderV1ApisalesRefundOrderV1ExecutePostPOST /V1/order/{orderId}/refund
SalesRuleCouponManagementV1ApisalesRuleCouponManagementV1DeleteByCodesPostPOST /V1/coupons/deleteByCodes
SalesRuleCouponManagementV1ApisalesRuleCouponManagementV1DeleteByIdsPostPOST /V1/coupons/deleteByIds
SalesRuleCouponManagementV1ApisalesRuleCouponManagementV1GeneratePostPOST /V1/coupons/generate
SalesRuleCouponRepositoryV1ApisalesRuleCouponRepositoryV1DeleteByIdDeleteDELETE /V1/coupons/{couponId}
SalesRuleCouponRepositoryV1ApisalesRuleCouponRepositoryV1GetByIdGetGET /V1/coupons/{couponId}
SalesRuleCouponRepositoryV1ApisalesRuleCouponRepositoryV1GetListGetGET /V1/coupons/search
SalesRuleCouponRepositoryV1ApisalesRuleCouponRepositoryV1SavePostPOST /V1/coupons
SalesRuleCouponRepositoryV1ApisalesRuleCouponRepositoryV1SavePutPUT /V1/coupons/{couponId}
SalesRuleRuleRepositoryV1ApisalesRuleRuleRepositoryV1DeleteByIdDeleteDELETE /V1/salesRules/{ruleId}
SalesRuleRuleRepositoryV1ApisalesRuleRuleRepositoryV1GetByIdGetGET /V1/salesRules/{ruleId}
SalesRuleRuleRepositoryV1ApisalesRuleRuleRepositoryV1GetListGetGET /V1/salesRules/search
SalesRuleRuleRepositoryV1ApisalesRuleRuleRepositoryV1SavePostPOST /V1/salesRules
SalesRuleRuleRepositoryV1ApisalesRuleRuleRepositoryV1SavePutPUT /V1/salesRules/{ruleId}
SalesShipOrderV1ApisalesShipOrderV1ExecutePostPOST /V1/order/{orderId}/ship
SalesShipmentCommentRepositoryV1ApisalesShipmentCommentRepositoryV1SavePostPOST /V1/shipment/{id}/comments
SalesShipmentManagementV1ApisalesShipmentManagementV1GetCommentsListGetGET /V1/shipment/{id}/comments
SalesShipmentManagementV1ApisalesShipmentManagementV1GetLabelGetGET /V1/shipment/{id}/label
SalesShipmentManagementV1ApisalesShipmentManagementV1NotifyPostPOST /V1/shipment/{id}/emails
SalesShipmentRepositoryV1ApisalesShipmentRepositoryV1GetGetGET /V1/shipment/{id}
SalesShipmentRepositoryV1ApisalesShipmentRepositoryV1GetListGetGET /V1/shipments
SalesShipmentRepositoryV1ApisalesShipmentRepositoryV1SavePostPOST /V1/shipment/
SalesShipmentTrackRepositoryV1ApisalesShipmentTrackRepositoryV1DeleteByIdDeleteDELETE /V1/shipment/track/{id}
SalesShipmentTrackRepositoryV1ApisalesShipmentTrackRepositoryV1SavePostPOST /V1/shipment/track
SalesTransactionRepositoryV1ApisalesTransactionRepositoryV1GetGetGET /V1/transactions/{id}
SalesTransactionRepositoryV1ApisalesTransactionRepositoryV1GetListGetGET /V1/transactions
SearchV1ApisearchV1SearchGetGET /V1/search
StoreGroupRepositoryV1ApistoreGroupRepositoryV1GetListGetGET /V1/store/storeGroups
StoreStoreConfigManagerV1ApistoreStoreConfigManagerV1GetStoreConfigsGetGET /V1/store/storeConfigs
StoreStoreRepositoryV1ApistoreStoreRepositoryV1GetListGetGET /V1/store/storeViews
StoreWebsiteRepositoryV1ApistoreWebsiteRepositoryV1GetListGetGET /V1/store/websites
TaxTaxClassRepositoryV1ApitaxTaxClassRepositoryV1DeleteByIdDeleteDELETE /V1/taxClasses/{taxClassId}
TaxTaxClassRepositoryV1ApitaxTaxClassRepositoryV1GetGetGET /V1/taxClasses/{taxClassId}
TaxTaxClassRepositoryV1ApitaxTaxClassRepositoryV1GetListGetGET /V1/taxClasses/search
TaxTaxClassRepositoryV1ApitaxTaxClassRepositoryV1SavePostPOST /V1/taxClasses
TaxTaxClassRepositoryV1ApitaxTaxClassRepositoryV1SavePutPUT /V1/taxClasses/{classId}
TaxTaxRateRepositoryV1ApitaxTaxRateRepositoryV1DeleteByIdDeleteDELETE /V1/taxRates/{rateId}
TaxTaxRateRepositoryV1ApitaxTaxRateRepositoryV1GetGetGET /V1/taxRates/{rateId}
TaxTaxRateRepositoryV1ApitaxTaxRateRepositoryV1GetListGetGET /V1/taxRates/search
TaxTaxRateRepositoryV1ApitaxTaxRateRepositoryV1SavePostPOST /V1/taxRates
TaxTaxRateRepositoryV1ApitaxTaxRateRepositoryV1SavePutPUT /V1/taxRates
TaxTaxRuleRepositoryV1ApitaxTaxRuleRepositoryV1DeleteByIdDeleteDELETE /V1/taxRules/{ruleId}
TaxTaxRuleRepositoryV1ApitaxTaxRuleRepositoryV1GetGetGET /V1/taxRules/{ruleId}
TaxTaxRuleRepositoryV1ApitaxTaxRuleRepositoryV1GetListGetGET /V1/taxRules/search
TaxTaxRuleRepositoryV1ApitaxTaxRuleRepositoryV1SavePostPOST /V1/taxRules
TaxTaxRuleRepositoryV1ApitaxTaxRuleRepositoryV1SavePutPUT /V1/taxRules
WorldpayGuestPaymentInformationManagementProxyV1ApiworldpayGuestPaymentInformationManagementProxyV1SavePaymentInformationAndPlaceOrderPostPOST /V1/worldpay-guest-carts/{cartId}/payment-information

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author