From 8cff1edc96d163dd2e2f6da02b2185774a28ee19 Mon Sep 17 00:00:00 2001 From: Jarrod Swift Date: Wed, 14 Jul 2021 16:27:48 +0930 Subject: [PATCH 1/3] Update release notes with Customers getallpages note --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 69ee9cac..b9a23cdf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,3 +9,5 @@ has been added to allow for a common parent to both the V3 and V2 apis. - Add support for creating Orders via the V2 API. It's a bit rough at the moment, but since this hasn't been implemented in BigCommerce V3 yet, it will do. In the future this will be removed in favour of a V3 API. + - Add `CustomersApi::getAllPages()` which allows fetching all the Customers matching the filter in one request. + From 47a486a1210bd6c4592f0c04360ad981fb679afb Mon Sep 17 00:00:00 2001 From: Jarrod Swift Date: Mon, 19 Jul 2021 21:40:59 +0930 Subject: [PATCH 2/3] Improve notes --- RELEASE_NOTES.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b9a23cdf..0d29f074 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,8 +6,6 @@ has been added to allow for a common parent to both the V3 and V2 apis. ### New Features - - Add support for creating Orders via the V2 API. It's a bit rough at the moment, - but since this hasn't been implemented in BigCommerce V3 yet, it will do. In the future - this will be removed in favour of a V3 API. + - Add support for creating Orders via the V2 API. In the future this will be removed in favour of a V3 API when an endpoint is added. - Add `CustomersApi::getAllPages()` which allows fetching all the Customers matching the filter in one request. From 88a59b42a79db470aae3bb0db32570f055aba40b Mon Sep 17 00:00:00 2001 From: Jarrod Swift Date: Mon, 19 Jul 2021 21:41:33 +0930 Subject: [PATCH 3/3] Update docs for 1.6.0 release --- .../BigCommerce-ApiV2-Api-Generic-V2Api.html | 363 +++ ...gCommerce-ApiV2-Api-Generic-V2ApiBase.html | 423 +++ ...igCommerce-ApiV2-Api-Orders-OrdersApi.html | 558 ++++ ...erce-ApiV2-ResourceModels-Order-Order.html | 2901 +++++++++++++++++ ...iV2-ResourceModels-Order-OrderAddress.html | 814 +++++ ...ourceModels-Order-OrderBillingAddress.html | 906 +++++ ...iV2-ResourceModels-Order-OrderProduct.html | 643 ++++ ...urceModels-Order-OrderShippingAddress.html | 855 +++++ .../BigCommerce-ApiV2-V2ApiClient.html | 730 +++++ ...Commerce-ApiV3-Api-Carts-CartItemsApi.html | 1 + ...e-ApiV3-Api-Carts-CartRedirectUrlsApi.html | 1 + .../BigCommerce-ApiV3-Api-Carts-CartsApi.html | 1 + ...piV3-Api-Catalog-Brands-BrandImageApi.html | 1 + ...Api-Catalog-Brands-BrandMetafieldsApi.html | 1 + ...gCommerce-ApiV3-Api-Catalog-BrandsApi.html | 1 + ...Commerce-ApiV3-Api-Catalog-CatalogApi.html | 1 + ...i-Catalog-Categories-CategoryImageApi.html | 1 + ...alog-Categories-CategoryMetafieldsApi.html | 1 + ...merce-ApiV3-Api-Catalog-CategoriesApi.html | 1 + ...-Api-Catalog-Products-ComplexRulesApi.html | 1 + ...-Api-Catalog-Products-CustomFieldsApi.html | 1 + ...iV3-Api-Catalog-Products-ModifiersApi.html | 1 + ...ApiV3-Api-Catalog-Products-OptionsApi.html | 1 + ...g-Products-ProductBulkPricingRulesApi.html | 1 + ...Api-Catalog-Products-ProductImagesApi.html | 1 + ...Catalog-Products-ProductMetafieldsApi.html | 1 + ...ductModifier-ProductModifierImagesApi.html | 1 + ...ductModifier-ProductModifierValuesApi.html | 1 + ...-ProductOption-ProductOptionValuesApi.html | 1 + ...pi-Catalog-Products-ProductReviewsApi.html | 1 + ...ctVariant-ProductVariantMetafieldsApi.html | 1 + ...Api-Catalog-Products-ProductVideosApi.html | 1 + ...talog-Products-ProductsSubResourceApi.html | 1 + ...piV3-Api-Catalog-Products-VariantsApi.html | 1 + ...ommerce-ApiV3-Api-Catalog-ProductsApi.html | 1 + ...Commerce-ApiV3-Api-Catalog-SummaryApi.html | 1 + ...hannels-ChannelCurrencyAssignmentsApi.html | 1 + ...ApiV3-Api-Channels-ChannelListingsApi.html | 1 + ...ce-ApiV3-Api-Channels-ChannelSitesApi.html | 1 + ...mmerce-ApiV3-Api-Channels-ChannelsApi.html | 1 + ...iations-CustomTemplateAssociationsApi.html | 1 + ...V3-Api-Customers-CustomerAddressesApi.html | 1 + ...e-ApiV3-Api-Customers-CustomerApiBase.html | 1 + ...-Customers-CustomerAttributeValuesApi.html | 1 + ...3-Api-Customers-CustomerAttributesApi.html | 1 + ...piV3-Api-Customers-CustomerConsentApi.html | 1 + ...-Customers-CustomerFormFieldValuesApi.html | 1 + ...erce-ApiV3-Api-Customers-CustomersApi.html | 74 +- ...rce-ApiV3-Api-Generic-AttributeFilter.html | 1 + ...ApiV3-Api-Generic-BatchCreateResource.html | 1 + ...ApiV3-Api-Generic-BatchUpdateResource.html | 98 +- ...ommerce-ApiV3-Api-Generic-CreateImage.html | 1 + ...erce-ApiV3-Api-Generic-CreateResource.html | 7 +- ...erce-ApiV3-Api-Generic-DeleteInIdList.html | 1 + ...erce-ApiV3-Api-Generic-DeleteResource.html | 1 + ...merce-ApiV3-Api-Generic-FetchAllPages.html | 1 + ...rce-ApiV3-Api-Generic-GetAllResources.html | 1 + ...ommerce-ApiV3-Api-Generic-GetResource.html | 7 +- ...ommerce-ApiV3-Api-Generic-ResourceApi.html | 1 + ...ApiV3-Api-Generic-ResourceApiNoDelete.html | 1 + ...ce-ApiV3-Api-Generic-ResourceImageApi.html | 1 + ...pi-Generic-ResourceWithBatchUpdateApi.html | 1 + ...erce-ApiV3-Api-Generic-UpdateResource.html | 1 + ...3-Api-Generic-UuidCompleteResourceApi.html | 1 + ...rce-ApiV3-Api-Generic-UuidResourceApi.html | 1 + ...Generic-UuidResourceWithUuidParentApi.html | 1 + .../BigCommerce-ApiV3-Api-Generic-V3Api.html | 1 + ...gCommerce-ApiV3-Api-Generic-V3ApiBase.html | 1 + ...e-ApiV3-Api-Orders-OrderMetafieldsApi.html | 1 + ...igCommerce-ApiV3-Api-Orders-OrdersApi.html | 1 + ...gCommerce-ApiV3-Api-Orders-RefundsApi.html | 1 + ...V3-Api-Payments-PaymentsProcessingApi.html | 1 + ...pi-PriceLists-PriceListAssignmentsApi.html | 1 + ...V3-Api-PriceLists-PriceListRecordsApi.html | 1 + ...ce-ApiV3-Api-PriceLists-PriceListsApi.html | 1 + ...erce-ApiV3-Api-Redirects-RedirectsApi.html | 1 + ...Commerce-ApiV3-Api-Scripts-ScriptsApi.html | 1 + ...-ApiV3-Api-Subscribers-SubscribersApi.html | 1 + ...erce-ApiV3-Api-Themes-ThemeActionsApi.html | 1 + ...ommerce-ApiV3-Api-Themes-ThemeJobsApi.html | 1 + ...igCommerce-ApiV3-Api-Themes-ThemesApi.html | 1 + ...mmerce-ApiV3-Api-Widgets-PlacementApi.html | 1 + ...gCommerce-ApiV3-Api-Widgets-RegionApi.html | 1 + ...gCommerce-ApiV3-Api-Widgets-WidgetApi.html | 1 + ...e-ApiV3-Api-Widgets-WidgetTemplateApi.html | 1 + ...Commerce-ApiV3-Api-Widgets-WidgetsApi.html | 1 + .../BigCommerce-ApiV3-BaseApiClient.html | 671 ++++ docs/classes/BigCommerce-ApiV3-Client.html | 248 +- ...mmerce-ApiV3-ResourceModels-Cart-Cart.html | 1 + ...ce-ApiV3-ResourceModels-Cart-CartItem.html | 1 + ...-ResourceModels-Cart-CartRedirectUrls.html | 1 + ...V3-ResourceModels-Catalog-Brand-Brand.html | 1 + ...ceModels-Catalog-Brand-BrandMetafield.html | 1 + ...ourceModels-Catalog-Category-Category.html | 1 + ...ls-Catalog-Category-CategoryMetafield.html | 1 + ...s-Catalog-Category-CategoryTreeBranch.html | 1 + ...rceModels-Catalog-Product-ComplexRule.html | 1 + ...Catalog-Product-ComplexRuleConditions.html | 1 + ...rceModels-Catalog-Product-CustomField.html | 1 + ...eModels-Catalog-Product-PriceAdjuster.html | 1 + ...esourceModels-Catalog-Product-Product.html | 1 + ...atalog-Product-ProductBulkPricingRule.html | 1 + ...ceModels-Catalog-Product-ProductImage.html | 1 + ...dels-Catalog-Product-ProductMetafield.html | 1 + ...odels-Catalog-Product-ProductModifier.html | 1 + ...Catalog-Product-ProductModifierConfig.html | 1 + ...-Catalog-Product-ProductModifierValue.html | 1 + ...-Product-ProductModifierValueAdjuster.html | 1 + ...eModels-Catalog-Product-ProductOption.html | 1 + ...ls-Catalog-Product-ProductOptionValue.html | 1 + ...eModels-Catalog-Product-ProductReview.html | 1 + ...Models-Catalog-Product-ProductVariant.html | 1 + ...talog-Product-ProductVariantMetafield.html | 1 + ...ceModels-Catalog-Product-ProductVideo.html | 1 + ...Models-Catalog-Product-WeightAdjuster.html | 1 + ...-ApiV3-ResourceModels-Catalog-Summary.html | 1 + ...-ApiV3-ResourceModels-Channel-Channel.html | 1 + ...els-Channel-ChannelCurrencyAssignment.html | 1 + ...ResourceModels-Channel-ChannelListing.html | 1 + ...eModels-Channel-ChannelListingVariant.html | 1 + ...V3-ResourceModels-Channel-ChannelSite.html | 1 + ...sourceModels-Channel-ChannelSiteRoute.html | 1 + ...3-ResourceModels-Channel-ChannelTheme.html | 1 + ...Association-CustomTemplateAssociation.html | 1 + ...esourceModels-Customer-AttributeValue.html | 1 + ...piV3-ResourceModels-Customer-Customer.html | 1 + ...sourceModels-Customer-CustomerAddress.html | 1 + ...urceModels-Customer-CustomerAttribute.html | 1 + ...odels-Customer-CustomerAttributeValue.html | 1 + ...odels-Customer-CustomerAuthentication.html | 1 + ...sourceModels-Customer-CustomerConsent.html | 1 + ...odels-Customer-CustomerFormFieldValue.html | 1 + ...V3-ResourceModels-Customer-Subscriber.html | 1 + ...rce-ApiV3-ResourceModels-HasCustomUrl.html | 1 + ...mmerce-ApiV3-ResourceModels-Metafield.html | 1 + ...erce-ApiV3-ResourceModels-Order-Order.html | 1 + ...3-ResourceModels-Order-OrderMetafield.html | 1 + ...-ResourceModels-Order-OrderRefundItem.html | 1 + ...rce-ApiV3-ResourceModels-Order-Refund.html | 1 + ...piV3-ResourceModels-Order-RefundQuote.html | 1 + ...piV3-ResourceModels-Order-Transaction.html | 1 + ...urceModels-Payment-PaymentAccessToken.html | 1 + ...-ResourceModels-Payment-PaymentMethod.html | 1 + ...V3-ResourceModels-PriceList-PriceList.html | 1 + ...eModels-PriceList-PriceListAssignment.html | 1 + ...ourceModels-PriceList-PriceListRecord.html | 1 + ...piV3-ResourceModels-Redirect-Redirect.html | 1 + ...V3-ResourceModels-Redirect-RedirectTo.html | 1 + ...ce-ApiV3-ResourceModels-ResourceModel.html | 1 + ...ce-ApiV3-ResourceModels-Script-Script.html | 1 + ...e-ApiV3-ResourceModels-Theme-JobError.html | 1 + ...-ApiV3-ResourceModels-Theme-JobResult.html | 1 + ...ApiV3-ResourceModels-Theme-JobWarning.html | 1 + ...erce-ApiV3-ResourceModels-Theme-Theme.html | 1 + ...e-ApiV3-ResourceModels-Theme-ThemeJob.html | 1 + ...3-ResourceModels-Theme-ThemeVariation.html | 1 + ...ApiV3-ResourceModels-Widget-Placement.html | 1 + ...ce-ApiV3-ResourceModels-Widget-Region.html | 1 + ...ce-ApiV3-ResourceModels-Widget-Widget.html | 1 + ...urceModels-Widget-WidgetConfiguration.html | 1 + ...odels-Widget-WidgetConfigurationImage.html | 1 + ...-ResourceModels-Widget-WidgetTemplate.html | 1 + ...seModels-Brand-BrandMetafieldResponse.html | 1 + ...eModels-Brand-BrandMetafieldsResponse.html | 1 + ...V3-ResponseModels-Brand-BrandResponse.html | 1 + ...3-ResponseModels-Brand-BrandsResponse.html | 1 + ...eModels-Cart-CartRedirectUrlsResponse.html | 1 + ...piV3-ResponseModels-Cart-CartResponse.html | 1 + ...nseModels-Category-CategoriesResponse.html | 1 + ...ls-Category-CategoryMetafieldResponse.html | 1 + ...s-Category-CategoryMetafieldsResponse.html | 1 + ...ponseModels-Category-CategoryResponse.html | 1 + ...eModels-Category-CategoryTreeResponse.html | 1 + ...ls-Channel-ChannelActiveThemeResponse.html | 1 + ...nel-ChannelCurrencyAssignmentResponse.html | 1 + ...el-ChannelCurrencyAssignmentsResponse.html | 1 + ...Models-Channel-ChannelListingResponse.html | 1 + ...odels-Channel-ChannelListingsResponse.html | 1 + ...esponseModels-Channel-ChannelResponse.html | 1 + ...nseModels-Channel-ChannelSiteResponse.html | 1 + ...sponseModels-Channel-ChannelsResponse.html | 1 + ...V3-ResponseModels-ComplexRuleResponse.html | 1 + ...3-ResponseModels-ComplexRulesResponse.html | 1 + ...V3-ResponseModels-CustomFieldResponse.html | 1 + ...3-ResponseModels-CustomFieldsResponse.html | 1 + ...on-CustomTemplateAssociationsResponse.html | 1 + ...ls-Customer-CustomerAddressesResponse.html | 1 + ...tomer-CustomerAttributeValuesResponse.html | 1 + ...s-Customer-CustomerAttributesResponse.html | 1 + ...dels-Customer-CustomerConsentResponse.html | 1 + ...tomer-CustomerFormFieldValuesResponse.html | 1 + ...ponseModels-Customer-CustomerResponse.html | 1 + ...onseModels-Customer-CustomersResponse.html | 56 +- ...nseModels-Customer-SubscriberResponse.html | 1 + ...seModels-Customer-SubscribersResponse.html | 1 + ...-ApiV3-ResponseModels-Meta-Pagination.html | 1 + ...-ApiV3-ResponseModels-OptionsResponse.html | 1 + ...seModels-Order-OrderMetafieldResponse.html | 1 + ...eModels-Order-OrderMetafieldsResponse.html | 1 + ...ponseModels-Order-RefundQuoteResponse.html | 1 + ...3-ResponseModels-Order-RefundResponse.html | 1 + ...-ResponseModels-Order-RefundsResponse.html | 1 + ...onseModels-Order-TransactionsResponse.html | 1 + ...onseModels-PaginatedBatchableResponse.html | 1 + ...piV3-ResponseModels-PaginatedResponse.html | 1 + ...ayment-AcceptedPaymentMethodsResponse.html | 1 + ...ls-Payment-PaymentAccessTokenResponse.html | 1 + ...riceList-PriceListAssignmentsResponse.html | 1 + ...els-PriceList-PriceListRecordResponse.html | 1 + ...ls-PriceList-PriceListRecordsResponse.html | 1 + ...nseModels-PriceList-PriceListResponse.html | 1 + ...seModels-PriceList-PriceListsResponse.html | 1 + ...sponseModels-Product-ModifierResponse.html | 1 + ...ponseModels-Product-ModifiersResponse.html | 1 + ...ResponseModels-Product-OptionResponse.html | 1 + ...roduct-ProductBulkPricingRuleResponse.html | 1 + ...oduct-ProductBulkPricingRulesResponse.html | 1 + ...seModels-Product-ProductImageResponse.html | 1 + ...eModels-Product-ProductImagesResponse.html | 1 + ...dels-Product-ProductMetafieldResponse.html | 1 + ...els-Product-ProductMetafieldsResponse.html | 1 + ...-Product-ProductModifierValueResponse.html | 1 + ...Product-ProductModifierValuesResponse.html | 1 + ...ls-Product-ProductOptionValueResponse.html | 1 + ...s-Product-ProductOptionValuesResponse.html | 1 + ...esponseModels-Product-ProductResponse.html | 1 + ...eModels-Product-ProductReviewResponse.html | 1 + ...Models-Product-ProductReviewsResponse.html | 1 + ...oduct-ProductVariantMetafieldResponse.html | 1 + ...duct-ProductVariantMetafieldsResponse.html | 1 + ...Models-Product-ProductVariantResponse.html | 1 + ...odels-Product-ProductVariantsResponse.html | 1 + ...seModels-Product-ProductVideoResponse.html | 1 + ...eModels-Product-ProductVideosResponse.html | 1 + ...sponseModels-Product-ProductsResponse.html | 1 + ...onseModels-Redirect-RedirectsResponse.html | 1 + ...-ResponseModels-Script-ScriptResponse.html | 1 + ...ResponseModels-Script-ScriptsResponse.html | 1 + ...ResponseModels-SingleResourceResponse.html | 1 + ...-ApiV3-ResponseModels-SummaryResponse.html | 1 + ...nseModels-Theme-JobIdentifierResponse.html | 1 + ...ResponseModels-Theme-ThemeJobResponse.html | 1 + ...V3-ResponseModels-Theme-ThemeResponse.html | 1 + ...3-ResponseModels-Theme-ThemesResponse.html | 1 + ...sponseModels-Widget-PlacementResponse.html | 1 + ...ponseModels-Widget-PlacementsResponse.html | 1 + ...ResponseModels-Widget-RegionsResponse.html | 1 + ...-ResponseModels-Widget-WidgetResponse.html | 1 + ...eModels-Widget-WidgetTemplateResponse.html | 1 + ...Models-Widget-WidgetTemplatesResponse.html | 1 + ...ResponseModels-Widget-WidgetsResponse.html | 1 + .../bigcommerce-api-carts-cartitemsapi.html | 1 + ...ommerce-api-carts-cartredirecturlsapi.html | 1 + .../files/bigcommerce-api-carts-cartsapi.html | 1 + ...erce-api-catalog-brands-brandimageapi.html | 1 + ...api-catalog-brands-brandmetafieldsapi.html | 1 + .../bigcommerce-api-catalog-brandsapi.html | 1 + .../bigcommerce-api-catalog-catalogapi.html | 1 + ...i-catalog-categories-categoryimageapi.html | 1 + ...alog-categories-categorymetafieldsapi.html | 1 + ...bigcommerce-api-catalog-categoriesapi.html | 1 + ...-api-catalog-products-complexrulesapi.html | 1 + ...-api-catalog-products-customfieldsapi.html | 1 + ...rce-api-catalog-products-modifiersapi.html | 1 + ...merce-api-catalog-products-optionsapi.html | 1 + ...g-products-productbulkpricingrulesapi.html | 1 + ...api-catalog-products-productimagesapi.html | 1 + ...catalog-products-productmetafieldsapi.html | 1 + ...ductmodifier-productmodifierimagesapi.html | 1 + ...ductmodifier-productmodifiervaluesapi.html | 1 + ...-productoption-productoptionvaluesapi.html | 1 + ...pi-catalog-products-productreviewsapi.html | 1 + ...talog-products-productssubresourceapi.html | 1 + ...ctvariant-productvariantmetafieldsapi.html | 1 + ...api-catalog-products-productvideosapi.html | 1 + ...erce-api-catalog-products-variantsapi.html | 1 + .../bigcommerce-api-catalog-productsapi.html | 1 + .../bigcommerce-api-catalog-summaryapi.html | 1 + ...hannels-channelcurrencyassignmentsapi.html | 1 + ...merce-api-channels-channellistingsapi.html | 1 + .../bigcommerce-api-channels-channelsapi.html | 1 + ...commerce-api-channels-channelsitesapi.html | 1 + ...ce-api-customers-customeraddressesapi.html | 1 + ...ommerce-api-customers-customerapibase.html | 1 + ...e-api-customers-customerattributesapi.html | 1 + ...-customers-customerattributevaluesapi.html | 1 + ...erce-api-customers-customerconsentapi.html | 1 + ...-customers-customerformfieldvaluesapi.html | 1 + ...igcommerce-api-customers-customersapi.html | 1 + ...iations-customtemplateassociationsapi.html | 1 + ...gcommerce-api-generic-attributefilter.html | 1 + ...merce-api-generic-batchcreateresource.html | 1 + ...merce-api-generic-batchupdateresource.html | 1 + .../bigcommerce-api-generic-createimage.html | 1 + ...igcommerce-api-generic-createresource.html | 1 + ...igcommerce-api-generic-deleteinidlist.html | 1 + ...igcommerce-api-generic-deleteresource.html | 1 + ...bigcommerce-api-generic-fetchallpages.html | 1 + ...gcommerce-api-generic-getallresources.html | 1 + .../bigcommerce-api-generic-getresource.html | 1 + .../bigcommerce-api-generic-resourceapi.html | 1 + ...merce-api-generic-resourceapinodelete.html | 1 + ...commerce-api-generic-resourceimageapi.html | 1 + ...pi-generic-resourcewithbatchupdateapi.html | 1 + ...igcommerce-api-generic-updateresource.html | 1 + ...e-api-generic-uuidcompleteresourceapi.html | 1 + ...gcommerce-api-generic-uuidresourceapi.html | 1 + ...generic-uuidresourcewithuuidparentapi.html | 1 + docs/files/bigcommerce-api-generic-v3api.html | 1 + .../bigcommerce-api-generic-v3apibase.html | 1 + ...ommerce-api-orders-ordermetafieldsapi.html | 1 + .../bigcommerce-api-orders-ordersapi.html | 1 + .../bigcommerce-api-orders-refundsapi.html | 1 + ...ce-api-payments-paymentsprocessingapi.html | 1 + ...pi-pricelists-pricelistassignmentsapi.html | 1 + ...ce-api-pricelists-pricelistrecordsapi.html | 1 + ...commerce-api-pricelists-pricelistsapi.html | 1 + ...igcommerce-api-redirects-redirectsapi.html | 1 + .../bigcommerce-api-scripts-scriptsapi.html | 1 + ...mmerce-api-subscribers-subscribersapi.html | 1 + ...igcommerce-api-themes-themeactionsapi.html | 1 + .../bigcommerce-api-themes-themejobsapi.html | 1 + .../bigcommerce-api-themes-themesapi.html | 1 + .../bigcommerce-api-widgets-placementapi.html | 1 + .../bigcommerce-api-widgets-regionapi.html | 1 + .../bigcommerce-api-widgets-widgetapi.html | 1 + .../bigcommerce-api-widgets-widgetsapi.html | 1 + ...ommerce-api-widgets-widgettemplateapi.html | 1 + docs/files/bigcommerce-baseapiclient.html | 139 + docs/files/bigcommerce-client.html | 3 +- .../bigcommerce-resourcemodels-cart-cart.html | 1 + ...commerce-resourcemodels-cart-cartitem.html | 1 + ...-resourcemodels-cart-cartredirecturls.html | 1 + ...ce-resourcemodels-catalog-brand-brand.html | 1 + ...cemodels-catalog-brand-brandmetafield.html | 1 + ...ourcemodels-catalog-category-category.html | 1 + ...ls-catalog-category-categorymetafield.html | 1 + ...s-catalog-category-categorytreebranch.html | 1 + ...rcemodels-catalog-product-complexrule.html | 1 + ...catalog-product-complexruleconditions.html | 1 + ...rcemodels-catalog-product-customfield.html | 1 + ...emodels-catalog-product-priceadjuster.html | 1 + ...esourcemodels-catalog-product-product.html | 1 + ...atalog-product-productbulkpricingrule.html | 1 + ...cemodels-catalog-product-productimage.html | 1 + ...dels-catalog-product-productmetafield.html | 1 + ...odels-catalog-product-productmodifier.html | 1 + ...catalog-product-productmodifierconfig.html | 1 + ...-catalog-product-productmodifiervalue.html | 1 + ...-product-productmodifiervalueadjuster.html | 1 + ...emodels-catalog-product-productoption.html | 1 + ...ls-catalog-product-productoptionvalue.html | 1 + ...emodels-catalog-product-productreview.html | 1 + ...models-catalog-product-productvariant.html | 1 + ...talog-product-productvariantmetafield.html | 1 + ...cemodels-catalog-product-productvideo.html | 1 + ...models-catalog-product-weightadjuster.html | 1 + ...mmerce-resourcemodels-catalog-summary.html | 1 + ...mmerce-resourcemodels-channel-channel.html | 1 + ...els-channel-channelcurrencyassignment.html | 1 + ...resourcemodels-channel-channellisting.html | 1 + ...emodels-channel-channellistingvariant.html | 1 + ...ce-resourcemodels-channel-channelsite.html | 1 + ...sourcemodels-channel-channelsiteroute.html | 1 + ...e-resourcemodels-channel-channeltheme.html | 1 + ...esourcemodels-customer-attributevalue.html | 1 + ...erce-resourcemodels-customer-customer.html | 1 + ...sourcemodels-customer-customeraddress.html | 1 + ...urcemodels-customer-customerattribute.html | 1 + ...odels-customer-customerattributevalue.html | 1 + ...odels-customer-customerauthentication.html | 1 + ...sourcemodels-customer-customerconsent.html | 1 + ...odels-customer-customerformfieldvalue.html | 1 + ...ce-resourcemodels-customer-subscriber.html | 1 + ...association-customtemplateassociation.html | 1 + ...gcommerce-resourcemodels-hascustomurl.html | 1 + .../bigcommerce-resourcemodels-metafield.html | 1 + ...igcommerce-resourcemodels-order-order.html | 1 + ...e-resourcemodels-order-ordermetafield.html | 1 + ...-resourcemodels-order-orderrefunditem.html | 1 + ...gcommerce-resourcemodels-order-refund.html | 1 + ...erce-resourcemodels-order-refundquote.html | 1 + ...erce-resourcemodels-order-transaction.html | 1 + ...urcemodels-payment-paymentaccesstoken.html | 1 + ...-resourcemodels-payment-paymentmethod.html | 1 + ...ce-resourcemodels-pricelist-pricelist.html | 1 + ...emodels-pricelist-pricelistassignment.html | 1 + ...ourcemodels-pricelist-pricelistrecord.html | 1 + ...erce-resourcemodels-redirect-redirect.html | 1 + ...ce-resourcemodels-redirect-redirectto.html | 1 + ...commerce-resourcemodels-resourcemodel.html | 1 + ...commerce-resourcemodels-script-script.html | 1 + ...ommerce-resourcemodels-theme-joberror.html | 1 + ...mmerce-resourcemodels-theme-jobresult.html | 1 + ...merce-resourcemodels-theme-jobwarning.html | 1 + ...igcommerce-resourcemodels-theme-theme.html | 1 + ...ommerce-resourcemodels-theme-themejob.html | 1 + ...e-resourcemodels-theme-themevariation.html | 1 + ...merce-resourcemodels-widget-placement.html | 1 + ...commerce-resourcemodels-widget-region.html | 1 + ...commerce-resourcemodels-widget-widget.html | 1 + ...urcemodels-widget-widgetconfiguration.html | 1 + ...odels-widget-widgetconfigurationimage.html | 1 + ...-resourcemodels-widget-widgettemplate.html | 1 + ...semodels-brand-brandmetafieldresponse.html | 1 + ...emodels-brand-brandmetafieldsresponse.html | 1 + ...ce-responsemodels-brand-brandresponse.html | 1 + ...e-responsemodels-brand-brandsresponse.html | 1 + ...emodels-cart-cartredirecturlsresponse.html | 1 + ...erce-responsemodels-cart-cartresponse.html | 1 + ...nsemodels-category-categoriesresponse.html | 1 + ...ls-category-categorymetafieldresponse.html | 1 + ...s-category-categorymetafieldsresponse.html | 1 + ...ponsemodels-category-categoryresponse.html | 1 + ...emodels-category-categorytreeresponse.html | 1 + ...ls-channel-channelactivethemeresponse.html | 1 + ...nel-channelcurrencyassignmentresponse.html | 1 + ...el-channelcurrencyassignmentsresponse.html | 1 + ...models-channel-channellistingresponse.html | 1 + ...odels-channel-channellistingsresponse.html | 1 + ...esponsemodels-channel-channelresponse.html | 1 + ...nsemodels-channel-channelsiteresponse.html | 1 + ...sponsemodels-channel-channelsresponse.html | 1 + ...ce-responsemodels-complexruleresponse.html | 1 + ...e-responsemodels-complexrulesresponse.html | 1 + ...ls-customer-customeraddressesresponse.html | 1 + ...s-customer-customerattributesresponse.html | 1 + ...tomer-customerattributevaluesresponse.html | 1 + ...dels-customer-customerconsentresponse.html | 1 + ...tomer-customerformfieldvaluesresponse.html | 1 + ...ponsemodels-customer-customerresponse.html | 1 + ...onsemodels-customer-customersresponse.html | 1 + ...nsemodels-customer-subscriberresponse.html | 1 + ...semodels-customer-subscribersresponse.html | 1 + ...ce-responsemodels-customfieldresponse.html | 1 + ...e-responsemodels-customfieldsresponse.html | 1 + ...on-customtemplateassociationsresponse.html | 1 + ...mmerce-responsemodels-meta-pagination.html | 1 + ...mmerce-responsemodels-optionsresponse.html | 1 + ...semodels-order-ordermetafieldresponse.html | 1 + ...emodels-order-ordermetafieldsresponse.html | 1 + ...ponsemodels-order-refundquoteresponse.html | 1 + ...e-responsemodels-order-refundresponse.html | 1 + ...-responsemodels-order-refundsresponse.html | 1 + ...onsemodels-order-transactionsresponse.html | 1 + ...onsemodels-paginatedbatchableresponse.html | 1 + ...erce-responsemodels-paginatedresponse.html | 1 + ...ayment-acceptedpaymentmethodsresponse.html | 1 + ...ls-payment-paymentaccesstokenresponse.html | 1 + ...ricelist-pricelistassignmentsresponse.html | 1 + ...els-pricelist-pricelistrecordresponse.html | 1 + ...ls-pricelist-pricelistrecordsresponse.html | 1 + ...nsemodels-pricelist-pricelistresponse.html | 1 + ...semodels-pricelist-pricelistsresponse.html | 1 + ...sponsemodels-product-modifierresponse.html | 1 + ...ponsemodels-product-modifiersresponse.html | 1 + ...responsemodels-product-optionresponse.html | 1 + ...roduct-productbulkpricingruleresponse.html | 1 + ...oduct-productbulkpricingrulesresponse.html | 1 + ...semodels-product-productimageresponse.html | 1 + ...emodels-product-productimagesresponse.html | 1 + ...dels-product-productmetafieldresponse.html | 1 + ...els-product-productmetafieldsresponse.html | 1 + ...-product-productmodifiervalueresponse.html | 1 + ...product-productmodifiervaluesresponse.html | 1 + ...ls-product-productoptionvalueresponse.html | 1 + ...s-product-productoptionvaluesresponse.html | 1 + ...esponsemodels-product-productresponse.html | 1 + ...emodels-product-productreviewresponse.html | 1 + ...models-product-productreviewsresponse.html | 1 + ...sponsemodels-product-productsresponse.html | 1 + ...oduct-productvariantmetafieldresponse.html | 1 + ...duct-productvariantmetafieldsresponse.html | 1 + ...models-product-productvariantresponse.html | 1 + ...odels-product-productvariantsresponse.html | 1 + ...semodels-product-productvideoresponse.html | 1 + ...emodels-product-productvideosresponse.html | 1 + ...onsemodels-redirect-redirectsresponse.html | 1 + ...-responsemodels-script-scriptresponse.html | 1 + ...responsemodels-script-scriptsresponse.html | 1 + ...responsemodels-singleresourceresponse.html | 1 + ...mmerce-responsemodels-summaryresponse.html | 1 + ...nsemodels-theme-jobidentifierresponse.html | 1 + ...responsemodels-theme-themejobresponse.html | 1 + ...ce-responsemodels-theme-themeresponse.html | 1 + ...e-responsemodels-theme-themesresponse.html | 1 + ...sponsemodels-widget-placementresponse.html | 1 + ...ponsemodels-widget-placementsresponse.html | 1 + ...responsemodels-widget-regionsresponse.html | 1 + ...-responsemodels-widget-widgetresponse.html | 1 + ...responsemodels-widget-widgetsresponse.html | 1 + ...emodels-widget-widgettemplateresponse.html | 1 + ...models-widget-widgettemplatesresponse.html | 1 + ...igcommercelegacyapi-api-generic-v2api.html | 139 + ...mmercelegacyapi-api-generic-v2apibase.html | 139 + ...ommercelegacyapi-api-orders-ordersapi.html | 139 + ...elegacyapi-resourcemodels-order-order.html | 139 + ...api-resourcemodels-order-orderaddress.html | 139 + ...ourcemodels-order-orderbillingaddress.html | 139 + ...api-resourcemodels-order-orderproduct.html | 139 + ...urcemodels-order-ordershippingaddress.html | 139 + .../bigcommercelegacyapi-v2apiclient.html | 139 + docs/graphs/classes.html | 1 + docs/index.html | 1 + docs/indices/files.html | 11 + docs/js/searchIndex.js | 687 +++- .../bigcommerce-apiv2-api-generic.html | 136 + .../bigcommerce-apiv2-api-orders.html | 134 + docs/namespaces/bigcommerce-apiv2-api.html | 131 + ...igcommerce-apiv2-resourcemodels-order.html | 142 + .../bigcommerce-apiv2-resourcemodels.html | 130 + docs/namespaces/bigcommerce-apiv2.html | 141 + .../bigcommerce-apiv3-api-carts.html | 1 + .../bigcommerce-apiv3-api-catalog-brands.html | 1 + ...commerce-apiv3-api-catalog-categories.html | 1 + ...-api-catalog-products-productmodifier.html | 1 + ...v3-api-catalog-products-productoption.html | 1 + ...3-api-catalog-products-productvariant.html | 1 + ...igcommerce-apiv3-api-catalog-products.html | 1 + .../bigcommerce-apiv3-api-catalog.html | 1 + .../bigcommerce-apiv3-api-channels.html | 1 + .../bigcommerce-apiv3-api-customers.html | 1 + ...-apiv3-api-customtemplateassociations.html | 1 + .../bigcommerce-apiv3-api-generic.html | 1 + .../bigcommerce-apiv3-api-orders.html | 1 + .../bigcommerce-apiv3-api-payments.html | 1 + .../bigcommerce-apiv3-api-pricelists.html | 1 + .../bigcommerce-apiv3-api-redirects.html | 1 + .../bigcommerce-apiv3-api-scripts.html | 1 + .../bigcommerce-apiv3-api-subscribers.html | 1 + .../bigcommerce-apiv3-api-themes.html | 1 + .../bigcommerce-apiv3-api-widgets.html | 1 + docs/namespaces/bigcommerce-apiv3-api.html | 1 + ...bigcommerce-apiv3-resourcemodels-cart.html | 1 + ...ce-apiv3-resourcemodels-catalog-brand.html | 1 + ...apiv3-resourcemodels-catalog-category.html | 1 + ...-apiv3-resourcemodels-catalog-product.html | 1 + ...commerce-apiv3-resourcemodels-catalog.html | 1 + ...commerce-apiv3-resourcemodels-channel.html | 1 + ...ommerce-apiv3-resourcemodels-customer.html | 1 + ...ourcemodels-customtemplateassociation.html | 1 + ...igcommerce-apiv3-resourcemodels-order.html | 1 + ...commerce-apiv3-resourcemodels-payment.html | 1 + ...mmerce-apiv3-resourcemodels-pricelist.html | 1 + ...ommerce-apiv3-resourcemodels-redirect.html | 1 + ...gcommerce-apiv3-resourcemodels-script.html | 1 + ...igcommerce-apiv3-resourcemodels-theme.html | 1 + ...gcommerce-apiv3-resourcemodels-widget.html | 1 + .../bigcommerce-apiv3-resourcemodels.html | 1 + ...igcommerce-apiv3-responsemodels-brand.html | 1 + ...bigcommerce-apiv3-responsemodels-cart.html | 1 + ...ommerce-apiv3-responsemodels-category.html | 1 + ...commerce-apiv3-responsemodels-channel.html | 1 + ...ommerce-apiv3-responsemodels-customer.html | 1 + ...ponsemodels-customtemplateassociation.html | 1 + ...bigcommerce-apiv3-responsemodels-meta.html | 1 + ...igcommerce-apiv3-responsemodels-order.html | 1 + ...commerce-apiv3-responsemodels-payment.html | 1 + ...mmerce-apiv3-responsemodels-pricelist.html | 1 + ...commerce-apiv3-responsemodels-product.html | 1 + ...ommerce-apiv3-responsemodels-redirect.html | 1 + ...gcommerce-apiv3-responsemodels-script.html | 1 + ...igcommerce-apiv3-responsemodels-theme.html | 1 + ...gcommerce-apiv3-responsemodels-widget.html | 1 + .../bigcommerce-apiv3-responsemodels.html | 1 + docs/namespaces/bigcommerce-apiv3.html | 3 + docs/namespaces/bigcommerce.html | 2 + docs/namespaces/default.html | 1 + .../packages/BigCommerce-ApiV3-Api-Carts.html | 1 + docs/packages/BigCommerce-ApiV3-Api.html | 1 + .../BigCommerce-ApiV3-ResourceModels.html | 1 + docs/packages/BigCommerce-ApiV3.html | 1 + docs/packages/BigCommerce.html | 23 +- docs/packages/default.html | 1 + docs/reports/deprecated.html | 1 + docs/reports/errors.html | 1 + docs/reports/markers.html | 64 +- 577 files changed, 12667 insertions(+), 222 deletions(-) create mode 100644 docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html create mode 100644 docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html create mode 100644 docs/classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html create mode 100644 docs/classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html create mode 100644 docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html create mode 100644 docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html create mode 100644 docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html create mode 100644 docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html create mode 100644 docs/classes/BigCommerce-ApiV2-V2ApiClient.html create mode 100644 docs/classes/BigCommerce-ApiV3-BaseApiClient.html create mode 100644 docs/files/bigcommerce-baseapiclient.html create mode 100644 docs/files/bigcommercelegacyapi-api-generic-v2api.html create mode 100644 docs/files/bigcommercelegacyapi-api-generic-v2apibase.html create mode 100644 docs/files/bigcommercelegacyapi-api-orders-ordersapi.html create mode 100644 docs/files/bigcommercelegacyapi-resourcemodels-order-order.html create mode 100644 docs/files/bigcommercelegacyapi-resourcemodels-order-orderaddress.html create mode 100644 docs/files/bigcommercelegacyapi-resourcemodels-order-orderbillingaddress.html create mode 100644 docs/files/bigcommercelegacyapi-resourcemodels-order-orderproduct.html create mode 100644 docs/files/bigcommercelegacyapi-resourcemodels-order-ordershippingaddress.html create mode 100644 docs/files/bigcommercelegacyapi-v2apiclient.html create mode 100644 docs/namespaces/bigcommerce-apiv2-api-generic.html create mode 100644 docs/namespaces/bigcommerce-apiv2-api-orders.html create mode 100644 docs/namespaces/bigcommerce-apiv2-api.html create mode 100644 docs/namespaces/bigcommerce-apiv2-resourcemodels-order.html create mode 100644 docs/namespaces/bigcommerce-apiv2-resourcemodels.html create mode 100644 docs/namespaces/bigcommerce-apiv2.html diff --git a/docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html b/docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html new file mode 100644 index 00000000..547d418d --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-Api-Generic-V2Api.html @@ -0,0 +1,363 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
+

Documentation

+ + + + + +
+ +
+
+ + + + +
+ + +
+

+ V2Api +

+ + + + +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ __construct() + +  : mixed +
+
+ +
+ getClient() + +  : V2ApiClient +
+
+ +
+ getResourceId() + +  : int|null +
+
+ +
+ + + + + +
+

+ Methods + +

+
+

+ __construct() + +

+ + + + + public + __construct(V2ApiClient $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed + +
+ +
Parameters
+
+
+ $client + : V2ApiClient +
+
+
+ +
+
+ $resourceId + : int|null + = null
+
+
+ +
+
+ $parentResourceId + : int|null + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — + + +
+ +
+

+ getResourceId() + +

+ + + + + public + getResourceId() : int|null + +
+ + + + +
Return values
+ int|null + — + + +
+
+ + + + +
+
+
+
+

Search results

+ +
+
+
    +
    +
    +
    +
    +
    + + +
    + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html b/docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html new file mode 100644 index 00000000..df37c51c --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html @@ -0,0 +1,423 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    + + +
    +

    + V2ApiBase + + + + + implements + V2Api + +

    + + + + +
    + + + + + + +

    + Interfaces, Classes and Traits + +

    + +
    +
    V2Api
    +
    + + +
    + + +

    + Table of Contents + +

    + +
    +
    + __construct() + +  : mixed +
    +
    + +
    + getClient() + +  : V2ApiClient +
    +
    + +
    + getParentResourceId() + +  : int|null +
    +
    + +
    + getResourceId() + +  : int|null +
    +
    + +
    + + + + + + + +
    +

    + Methods + +

    +
    +

    + __construct() + +

    + + + + + public + __construct(V2ApiClient $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed + +
    + +
    Parameters
    +
    +
    + $client + : V2ApiClient +
    +
    +
    + +
    +
    + $resourceId + : int|null + = null
    +
    +
    + +
    +
    + $parentResourceId + : int|null + = null
    +
    +
    + +
    +
    + + + +
    Return values
    + mixed + — + + +
    + +
    +

    + getParentResourceId() + +

    + + + + + public + getParentResourceId() : int|null + +
    + + + + +
    Return values
    + int|null + — + + +
    +
    +

    + getResourceId() + +

    + + + + + public + getResourceId() : int|null + +
    + + + + +
    Return values
    + int|null + — + + +
    +
    + + + + +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html b/docs/classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html new file mode 100644 index 00000000..68e14751 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html @@ -0,0 +1,558 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

      + + + + + +
      + +
      +
      + + + + +
      + + +
      +

      + OrdersApi + + + extends V2ApiBase + + + + +

      + + + +

      Orders v2 API

      + +

      Currently only implements create.

      +

      Example

      +
      $api = new BigCommerce\ApiV2\V2ApiClient($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
      +
      +$order = new BigCommerce\ApiV2\ResourceModels\Order\Order();
      +// set order details...
      +
      +try {
      +    $createdOrder = $api->orders->create($order);
      +    echo "Order {$createdOrder->id} has been created.";
      +} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
      +    echo "Unable to update product: {$exception->getMessage()}";
      +}
      +
      +
      + + + + + + + + +

      + Table of Contents + +

      + +
      +
      + __construct() + +  : mixed +
      +
      + +
      + create() + +  : object +
      +
      + +
      + getClient() + +  : V2ApiClient +
      +
      + +
      + getParentResourceId() + +  : int|null +
      +
      + +
      + getResourceId() + +  : int|null +
      +
      + +
      + multipleResourceUrl() + +  : string +
      +
      + +
      + singleResourceUrl() + +  : string +
      +
      + +
      + + + + + + + +
      +

      + Methods + +

      +
      +

      + __construct() + +

      + + + + + public + __construct(V2ApiClient $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed + +
      + +
      Parameters
      +
      +
      + $client + : V2ApiClient +
      +
      +
      + +
      +
      + $resourceId + : int|null + = null
      +
      +
      + +
      +
      + $parentResourceId + : int|null + = null
      +
      +
      + +
      +
      + + + +
      Return values
      + mixed + — + + +
      +
      +

      + create() + +

      + + + + + public + create(Order $order) : object + +
      + +
      Parameters
      +
      +
      + $order + : Order +
      +
      +
      + +
      +
      + + + +
      Return values
      + object + — + + +
      + +
      +

      + getParentResourceId() + +

      + + + + + public + getParentResourceId() : int|null + +
      + + + + +
      Return values
      + int|null + — + + +
      +
      +

      + getResourceId() + +

      + + + + + public + getResourceId() : int|null + +
      + + + + +
      Return values
      + int|null + — + + +
      +
      +

      + multipleResourceUrl() + +

      + + + + + public + multipleResourceUrl() : string + +
      + + + + +
      Return values
      + string + — + + +
      +
      +

      + singleResourceUrl() + +

      + + + + + public + singleResourceUrl() : string + +
      + + + + +
      Return values
      + string + — + + +
      +
      + + + + +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html new file mode 100644 index 00000000..b527f81a --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html @@ -0,0 +1,2901 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

        + + + + + +
        + +
        +
        + + + + +
        + + +
        +

        + Order + + + extends ResourceModel + + + + +

        + + + + +
        + + + + + + + + +

        + Table of Contents + +

        + +
        +
        + $base_handling_cost + +  : string +
        +
        + +
        + $base_shipping_cost + +  : string +
        +
        + +
        + $base_wrapping_cost + +  : string|float|int +
        +
        + +
        + $billing_address + +  : OrderBillingAddress +
        +
        + +
        + $cart_id + +  : string +
        +
        + +
        + $channel_id + +  : int +
        +
        + +
        + $coupon_discount + +  : string +
        +
        + +
        + $coupons + +  : object +
        +
        + +
        + $currency_code + +  : string +
        +
        + +
        + $currency_exchange_rate + +  : string +
        +
        + +
        + $currency_id + +  : int +
        +
        + +
        + $customer_id + +  : int +
        +
        + +
        + $customer_locale + +  : string +
        +
        + +
        + $customer_message + +  : string +
        +
        + +
        + $date_created + +  : string +
        +
        + +
        + $date_modified + +  : string +
        +
        + +
        + $date_shipped + +  : string +
        +
        + +
        + $default_currency_code + +  : string +
        +
        + +
        + $default_currency_id + +  : int +
        +
        + +
        + $discount_amount + +  : string +
        +
        + +
        + $ebay_order_id + +  : string +
        +
        + +
        + $external_id + +  : string|null +
        +
        + +
        + $external_source + +  : string|null +
        +
        + +
        + $geoip_country + +  : string +
        +
        + +
        + $geoip_country_iso2 + +  : string +
        +
        + +
        + $gift_certificate_amount + +  : string +
        +
        + +
        + $handling_cost_ex_tax + +  : string +
        +
        + +
        + $handling_cost_inc_tax + +  : string +
        +
        + +
        + $handling_cost_tax + +  : string +
        +
        + +
        + $handling_cost_tax_class_id + +  : int +
        +
        + +
        + $id + +  : int|null +
        +
        + +
        + $ip_address + +  : string +
        +
        + +
        + $is_deleted + +  : bool +
        +
        + +
        + $is_email_opt_in + +  : bool +
        +
        + +
        + $items_shipped + +  : int +
        +
        + +
        + $items_total + +  : int +
        +
        + +
        + $order_is_digital + +  : bool +
        +
        + +
        + $order_source + +  : string +
        +
        + +
        + $payment_method + +  : string +
        +
        + +
        + $payment_provider_id + +  : string|int|float +
        +
        + +
        + $payment_status + +  : string +
        +
        + +
        + $products + +  : array<string|int, mixed> +
        +
        + +
        + $refunded_amount + +  : string +
        +
        + +
        + $shipping_address_count + +  : int +
        +
        + +
        + $shipping_addresses + +  : array<string|int, mixed> +
        +
        + +
        + $shipping_cost_ex_tax + +  : string +
        +
        + +
        + $shipping_cost_inc_tax + +  : string +
        +
        + +
        + $shipping_cost_tax + +  : string +
        +
        + +
        + $shipping_cost_tax_class_id + +  : int +
        +
        + +
        + $staff_notes + +  : string +
        +
        + +
        + $status + +  : string +
        +
        + +
        + $status_id + +  : int +
        +
        + +
        + $store_credit_amount + +  : string +
        +
        + +
        + $subtotal_ex_tax + +  : string +
        +
        + +
        + $subtotal_inc_tax + +  : string +
        +
        + +
        + $subtotal_tax + +  : string +
        +
        + +
        + $tax_provider_id + +  : string +
        +
        + +
        + $total_ex_tax + +  : string +
        +
        + +
        + $total_inc_tax + +  : string +
        +
        + +
        + $wrapping_cost_ex_tax + +  : string +
        +
        + +
        + $wrapping_cost_inc_tax + +  : string +
        +
        + +
        + $wrapping_cost_tax + +  : string +
        +
        + +
        + $wrapping_cost_tax_class_id + +  : int +
        +
        + +
        + __construct() + +  : mixed +
        +
        + +
        + jsonSerialize() + +  : array<string|int, mixed> +
        +
        + +
        + + + + + + +
        +

        + Properties + +

        +
        +

        + $base_handling_cost + + + +

        + + + + + public + string + $base_handling_cost + + +
        + +
        + + + +
        +
        +

        + $base_shipping_cost + + + +

        + + + + + public + string + $base_shipping_cost + + +
        + +
        + + + +
        +
        +

        + $base_wrapping_cost + + + +

        + + + + + public + string|float|int + $base_wrapping_cost + + +
        + +
        + + + +
        + +
        +

        + $cart_id + + + +

        + + + + + public + string + $cart_id + + +
        + +
        + + + +
        +
        +

        + $channel_id + + + +

        + + + + + public + int + $channel_id + + +
        + +
        + + + +
        +
        +

        + $coupon_discount + + + +

        + + + + + public + string + $coupon_discount + + +
        + +
        + + + +
        +
        +

        + $coupons + + + +

        + + + + + public + object + $coupons + + +
        + +
        + + + +
        +
        +

        + $currency_code + + + +

        + + + + + public + string + $currency_code + + +
        + +
        + + + +
        +
        +

        + $currency_exchange_rate + + + +

        + + + + + public + string + $currency_exchange_rate + + +
        + +
        + + + +
        +
        +

        + $currency_id + + + +

        + + + + + public + int + $currency_id + + +
        + +
        + + + +
        +
        +

        + $customer_id + + + +

        + + + + + public + int + $customer_id + + +
        + +
        + + + +
        +
        +

        + $customer_locale + + + +

        + + + + + public + string + $customer_locale + + +
        + +
        + + + +
        +
        +

        + $customer_message + + + +

        + + + + + public + string + $customer_message + + +
        + +
        + + + +
        +
        +

        + $date_created + + + +

        + + + + + public + string + $date_created + + +
        + +
        + + + +
        +
        +

        + $date_modified + + + +

        + + + + + public + string + $date_modified + + +
        + +
        + + + +
        +
        +

        + $date_shipped + + + +

        + + + + + public + string + $date_shipped + + +
        + +
        + + + +
        +
        +

        + $default_currency_code + + + +

        + + + + + public + string + $default_currency_code + + +
        + +
        + + + +
        +
        +

        + $default_currency_id + + + +

        + + + + + public + int + $default_currency_id + + +
        + +
        + + + +
        +
        +

        + $discount_amount + + + +

        + + + + + public + string + $discount_amount + + +
        + +
        + + + +
        +
        +

        + $ebay_order_id + + + +

        + + + + + public + string + $ebay_order_id + + +
        + +
        + + + +
        +
        +

        + $external_id + + + +

        + + + + + public + string|null + $external_id + + +
        + +
        + + + +
        +
        +

        + $external_source + + + +

        + + + + + public + string|null + $external_source + + +
        + +
        + + + +
        +
        +

        + $geoip_country + + + +

        + + + + + public + string + $geoip_country + + +
        + +
        + + + +
        +
        +

        + $geoip_country_iso2 + + + +

        + + + + + public + string + $geoip_country_iso2 + + +
        + +
        + + + +
        +
        +

        + $gift_certificate_amount + + + +

        + + + + + public + string + $gift_certificate_amount + + +
        + +
        + + + +
        +
        +

        + $handling_cost_ex_tax + + + +

        + + + + + public + string + $handling_cost_ex_tax + + +
        + +
        + + + +
        +
        +

        + $handling_cost_inc_tax + + + +

        + + + + + public + string + $handling_cost_inc_tax + + +
        + +
        + + + +
        +
        +

        + $handling_cost_tax + + + +

        + + + + + public + string + $handling_cost_tax + + +
        + +
        + + + +
        +
        +

        + $handling_cost_tax_class_id + + + +

        + + + + + public + int + $handling_cost_tax_class_id + + +
        + +
        + + + +
        +
        +

        + $id + + + +

        + + + + + public + int|null + $id + + +
        + +
        + + + +
        +
        +

        + $ip_address + + + +

        + + + + + public + string + $ip_address + + +
        + +
        + + + +
        +
        +

        + $is_deleted + + + +

        + + + + + public + bool + $is_deleted + + +
        + +
        + + + +
        +
        +

        + $is_email_opt_in + + + +

        + + + + + public + bool + $is_email_opt_in + + +
        + +
        + + + +
        +
        +

        + $items_shipped + + + +

        + + + + + public + int + $items_shipped + + +
        + +
        + + + +
        +
        +

        + $items_total + + + +

        + + + + + public + int + $items_total + + +
        + +
        + + + +
        +
        +

        + $order_is_digital + + + +

        + + + + + public + bool + $order_is_digital + + +
        + +
        + + + +
        +
        +

        + $order_source + + + +

        + + + + + public + string + $order_source + + +
        + +
        + + + +
        +
        +

        + $payment_method + + + +

        + + + + + public + string + $payment_method + + +
        + +
        + + + +
        +
        +

        + $payment_provider_id + + + +

        + + + + + public + string|int|float + $payment_provider_id + + +
        + +
        + + + +
        +
        +

        + $payment_status + + + +

        + + + + + public + string + $payment_status + + +
        + +
        + + + +
        +
        +

        + $products + + + +

        + + + + + public + array<string|int, mixed> + $products + + + + + + +
        +
        +

        + $refunded_amount + + + +

        + + + + + public + string + $refunded_amount + + +
        + +
        + + + +
        +
        +

        + $shipping_address_count + + + +

        + + + + + public + int + $shipping_address_count + + +
        + +
        + + + +
        +
        +

        + $shipping_addresses + + + +

        + + + + + public + array<string|int, mixed> + $shipping_addresses + + + + + + +
        +
        +

        + $shipping_cost_ex_tax + + + +

        + + + + + public + string + $shipping_cost_ex_tax + + +
        + +
        + + + +
        +
        +

        + $shipping_cost_inc_tax + + + +

        + + + + + public + string + $shipping_cost_inc_tax + + +
        + +
        + + + +
        +
        +

        + $shipping_cost_tax + + + +

        + + + + + public + string + $shipping_cost_tax + + +
        + +
        + + + +
        +
        +

        + $shipping_cost_tax_class_id + + + +

        + + + + + public + int + $shipping_cost_tax_class_id + + +
        + +
        + + + +
        +
        +

        + $staff_notes + + + +

        + + + + + public + string + $staff_notes + + +
        + +
        + + + +
        +
        +

        + $status + + + +

        + + + + + public + string + $status + + +
        + +
        + + + +
        +
        +

        + $status_id + + + +

        + + + + + public + int + $status_id + + +
        + +
        + + + +
        +
        +

        + $store_credit_amount + + + +

        + + + + + public + string + $store_credit_amount + + +
        + +
        + + + +
        +
        +

        + $subtotal_ex_tax + + + +

        + + + + + public + string + $subtotal_ex_tax + + +
        + +
        + + + +
        +
        +

        + $subtotal_inc_tax + + + +

        + + + + + public + string + $subtotal_inc_tax + + +
        + +
        + + + +
        +
        +

        + $subtotal_tax + + + +

        + + + + + public + string + $subtotal_tax + + +
        + +
        + + + +
        +
        +

        + $tax_provider_id + + + +

        + + + + + public + string + $tax_provider_id + + +
        + +
        + + + +
        +
        +

        + $total_ex_tax + + + +

        + + + + + public + string + $total_ex_tax + + +
        + +
        + + + +
        +
        +

        + $total_inc_tax + + + +

        + + + + + public + string + $total_inc_tax + + +
        + +
        + + + +
        +
        +

        + $wrapping_cost_ex_tax + + + +

        + + + + + public + string + $wrapping_cost_ex_tax + + +
        + +
        + + + +
        +
        +

        + $wrapping_cost_inc_tax + + + +

        + + + + + public + string + $wrapping_cost_inc_tax + + +
        + +
        + + + +
        +
        +

        + $wrapping_cost_tax + + + +

        + + + + + public + string + $wrapping_cost_tax + + +
        + +
        + + + +
        +
        +

        + $wrapping_cost_tax_class_id + + + +

        + + + + + public + int + $wrapping_cost_tax_class_id + + +
        + +
        + + + +
        +
        + +
        +

        + Methods + +

        +
        +

        + __construct() + +

        + + + + + public + __construct([stdClass|null $optionObject = null ]) : mixed + +
        + +
        Parameters
        +
        +
        + $optionObject + : stdClass|null + = null
        +
        +
        + +
        +
        + + + +
        Return values
        + mixed + — + + +
        +
        +

        + jsonSerialize() + +

        + + + + + public + jsonSerialize() : array<string|int, mixed> + +
        + + + + +
        Return values
        + array<string|int, mixed> + — + + +
        +
        + + + + +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html new file mode 100644 index 00000000..289b6a21 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html @@ -0,0 +1,814 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
          +

          Documentation

          + + + + + +
          + +
          +
          + + + + +
          + + +
          +

          + OrderAddress + + + extends ResourceModel + + + + +

          + + + + +
          + + + + + + + + +

          + Table of Contents + +

          + +
          +
          + $city + +  : string +
          +
          + +
          + $company + +  : string +
          +
          + +
          + $country + +  : string +
          +
          + +
          + $country_iso2 + +  : string +
          +
          + +
          + $email + +  : string +
          +
          + +
          + $first_name + +  : string +
          +
          + +
          + $last_name + +  : string +
          +
          + +
          + $phone + +  : string +
          +
          + +
          + $state + +  : string +
          +
          + +
          + $street_1 + +  : string +
          +
          + +
          + $street_2 + +  : string +
          +
          + +
          + $zip + +  : string +
          +
          + +
          + __construct() + +  : mixed +
          +
          + +
          + jsonSerialize() + +  : array<string|int, mixed> +
          +
          + +
          + + + + + + +
          +

          + Properties + +

          +
          +

          + $city + + + +

          + + + + + public + string + $city + + +
          + +
          + + + +
          +
          +

          + $company + + + +

          + + + + + public + string + $company + + +
          + +
          + + + +
          +
          +

          + $country + + + +

          + + + + + public + string + $country + + +
          + +
          + + + +
          +
          +

          + $country_iso2 + + + +

          + + + + + public + string + $country_iso2 + + +
          + +
          + + + +
          +
          +

          + $email + + + +

          + + + + + public + string + $email + + +
          + +
          + + + +
          +
          +

          + $first_name + + + +

          + + + + + public + string + $first_name + + +
          + +
          + + + +
          +
          +

          + $last_name + + + +

          + + + + + public + string + $last_name + + +
          + +
          + + + +
          +
          +

          + $phone + + + +

          + + + + + public + string + $phone + + +
          + +
          + + + +
          +
          +

          + $state + + + +

          + + + + + public + string + $state + + +
          + +
          + + + +
          +
          +

          + $street_1 + + + +

          + + + + + public + string + $street_1 + + +
          + +
          + + + +
          +
          +

          + $street_2 + + + +

          + + + + + public + string + $street_2 + + +
          + +
          + + + +
          +
          +

          + $zip + + + +

          + + + + + public + string + $zip + + +
          + +
          + + + +
          +
          + +
          +

          + Methods + +

          +
          +

          + __construct() + +

          + + + + + public + __construct([stdClass|null $optionObject = null ]) : mixed + +
          + +
          Parameters
          +
          +
          + $optionObject + : stdClass|null + = null
          +
          +
          + +
          +
          + + + +
          Return values
          + mixed + — + + +
          +
          +

          + jsonSerialize() + +

          + + + + + public + jsonSerialize() : array<string|int, mixed> + +
          + + + + +
          Return values
          + array<string|int, mixed> + — + + +
          +
          + + + + +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html new file mode 100644 index 00000000..a8691c1a --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html @@ -0,0 +1,906 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
            +

            Documentation

            + + + + + +
            + +
            +
            + + + + +
            + + +
            +

            + OrderBillingAddress + + + extends OrderAddress + + + + +

            + + + + +
            + + + + + + + + +

            + Table of Contents + +

            + +
            +
            + $city + +  : string +
            +
            + +
            + $company + +  : string +
            +
            + +
            + $country + +  : string +
            +
            + +
            + $country_iso2 + +  : string +
            +
            + +
            + $email + +  : string +
            +
            + +
            + $first_name + +  : string +
            +
            + +
            + $form_fields + +  : array<string|int, mixed> +
            +
            + +
            + $last_name + +  : string +
            +
            + +
            + $phone + +  : string +
            +
            + +
            + $state + +  : string +
            +
            + +
            + $street_1 + +  : string +
            +
            + +
            + $street_2 + +  : string +
            +
            + +
            + $zip + +  : string +
            +
            + +
            + __construct() + +  : mixed +
            +
            + +
            + jsonSerialize() + +  : array<string|int, mixed> +
            +
            + +
            + sameAsShipping() + +  : self +
            +
            + +
            + + + + + + +
            +

            + Properties + +

            +
            +

            + $city + + + +

            + + + + + public + string + $city + + +
            + +
            + + + +
            +
            +

            + $company + + + +

            + + + + + public + string + $company + + +
            + +
            + + + +
            +
            +

            + $country + + + +

            + + + + + public + string + $country + + +
            + +
            + + + +
            +
            +

            + $country_iso2 + + + +

            + + + + + public + string + $country_iso2 + + +
            + +
            + + + +
            +
            +

            + $email + + + +

            + + + + + public + string + $email + + +
            + +
            + + + +
            +
            +

            + $first_name + + + +

            + + + + + public + string + $first_name + + +
            + +
            + + + +
            +
            +

            + $form_fields + + + +

            + + + + + public + array<string|int, mixed> + $form_fields + + +
            + +
            + + + +
            +
            +

            + $last_name + + + +

            + + + + + public + string + $last_name + + +
            + +
            + + + +
            +
            +

            + $phone + + + +

            + + + + + public + string + $phone + + +
            + +
            + + + +
            +
            +

            + $state + + + +

            + + + + + public + string + $state + + +
            + +
            + + + +
            +
            +

            + $street_1 + + + +

            + + + + + public + string + $street_1 + + +
            + +
            + + + +
            +
            +

            + $street_2 + + + +

            + + + + + public + string + $street_2 + + +
            + +
            + + + +
            +
            +

            + $zip + + + +

            + + + + + public + string + $zip + + +
            + +
            + + + +
            +
            + +
            +

            + Methods + +

            +
            +

            + __construct() + +

            + + + + + public + __construct([stdClass|null $optionObject = null ]) : mixed + +
            + +
            Parameters
            +
            +
            + $optionObject + : stdClass|null + = null
            +
            +
            + +
            +
            + + + +
            Return values
            + mixed + — + + +
            +
            +

            + jsonSerialize() + +

            + + + + + public + jsonSerialize() : array<string|int, mixed> + +
            + + + + +
            Return values
            + array<string|int, mixed> + — + + +
            + +
            + + + + +
            +
            +
            +
            +

            Search results

            + +
            +
            +
              +
              +
              +
              +
              +
              + + +
              + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html new file mode 100644 index 00000000..9f2b6b31 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html @@ -0,0 +1,643 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
              +

              Documentation

              + + + + + +
              + +
              +
              + + + + +
              + + +
              +

              + OrderProduct + + + extends ResourceModel + + + + +

              + + + + +
              + + + + + + + + +

              + Table of Contents + +

              + +
              +
              + $name + +  : string +
              +
              + +
              + $price_ex_tax + +  : string +
              +
              + +
              + $price_inc_tax + +  : string +
              +
              + +
              + $quantity + +  : string +
              +
              + +
              + $sku + +  : string|null +
              +
              + +
              + $upc + +  : string|null +
              +
              + +
              + __construct() + +  : mixed +
              +
              + +
              + build() + +  : self +
              +
              + +
              + jsonSerialize() + +  : array<string|int, mixed> +
              +
              + +
              + + + + + + +
              +

              + Properties + +

              +
              +

              + $name + + + +

              + + + + + public + string + $name + + +
              + +
              + + + +
              +
              +

              + $price_ex_tax + + + +

              + + + + + public + string + $price_ex_tax + + +
              + +
              + + + +
              +
              +

              + $price_inc_tax + + + +

              + + + + + public + string + $price_inc_tax + + +
              + +
              + + + +
              +
              +

              + $quantity + + + +

              + + + + + public + string + $quantity + + +
              + +
              + + + +
              +
              +

              + $sku + + + +

              + + + + + public + string|null + $sku + + +
              + +
              + + + +
              +
              +

              + $upc + + + +

              + + + + + public + string|null + $upc + + +
              + +
              + + + +
              +
              + +
              +

              + Methods + +

              +
              +

              + __construct() + +

              + + + + + public + __construct([stdClass|null $optionObject = null ]) : mixed + +
              + +
              Parameters
              +
              +
              + $optionObject + : stdClass|null + = null
              +
              +
              + +
              +
              + + + +
              Return values
              + mixed + — + + +
              +
              +

              + build() + +

              + + + + + public + static build(string $name, string $quantity, string $price_inc_tax, string $price_ex_tax) : self + +
              + +
              Parameters
              +
              +
              + $name + : string +
              +
              +
              + +
              +
              + $quantity + : string +
              +
              +
              + +
              +
              + $price_inc_tax + : string +
              +
              +
              + +
              +
              + $price_ex_tax + : string +
              +
              +
              + +
              +
              + + + +
              Return values
              + self + — + + +
              +
              +

              + jsonSerialize() + +

              + + + + + public + jsonSerialize() : array<string|int, mixed> + +
              + + + + +
              Return values
              + array<string|int, mixed> + — + + +
              +
              + + + + +
              +
              +
              +
              +

              Search results

              + +
              +
              +
                +
                +
                +
                +
                +
                + + +
                + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html new file mode 100644 index 00000000..9daaa980 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html @@ -0,0 +1,855 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                +

                Documentation

                + + + + + +
                + +
                +
                + + + + +
                + + +
                +

                + OrderShippingAddress + + + extends OrderAddress + + + + +

                + + + + +
                + + + + + + + + +

                + Table of Contents + +

                + +
                +
                + $city + +  : string +
                +
                + +
                + $company + +  : string +
                +
                + +
                + $country + +  : string +
                +
                + +
                + $country_iso2 + +  : string +
                +
                + +
                + $email + +  : string +
                +
                + +
                + $first_name + +  : string +
                +
                + +
                + $last_name + +  : string +
                +
                + +
                + $phone + +  : string +
                +
                + +
                + $shipping_method + +  : string +
                +
                + +
                + $state + +  : string +
                +
                + +
                + $street_1 + +  : string +
                +
                + +
                + $street_2 + +  : string +
                +
                + +
                + $zip + +  : string +
                +
                + +
                + __construct() + +  : mixed +
                +
                + +
                + jsonSerialize() + +  : array<string|int, mixed> +
                +
                + +
                + + + + + + +
                +

                + Properties + +

                +
                +

                + $city + + + +

                + + + + + public + string + $city + + +
                + +
                + + + +
                +
                +

                + $company + + + +

                + + + + + public + string + $company + + +
                + +
                + + + +
                +
                +

                + $country + + + +

                + + + + + public + string + $country + + +
                + +
                + + + +
                +
                +

                + $country_iso2 + + + +

                + + + + + public + string + $country_iso2 + + +
                + +
                + + + +
                +
                +

                + $email + + + +

                + + + + + public + string + $email + + +
                + +
                + + + +
                +
                +

                + $first_name + + + +

                + + + + + public + string + $first_name + + +
                + +
                + + + +
                +
                +

                + $last_name + + + +

                + + + + + public + string + $last_name + + +
                + +
                + + + +
                +
                +

                + $phone + + + +

                + + + + + public + string + $phone + + +
                + +
                + + + +
                +
                +

                + $shipping_method + + + +

                + + + + + public + string + $shipping_method + + +
                + +
                + + + +
                +
                +

                + $state + + + +

                + + + + + public + string + $state + + +
                + +
                + + + +
                +
                +

                + $street_1 + + + +

                + + + + + public + string + $street_1 + + +
                + +
                + + + +
                +
                +

                + $street_2 + + + +

                + + + + + public + string + $street_2 + + +
                + +
                + + + +
                +
                +

                + $zip + + + +

                + + + + + public + string + $zip + + +
                + +
                + + + +
                +
                + +
                +

                + Methods + +

                +
                +

                + __construct() + +

                + + + + + public + __construct([stdClass|null $optionObject = null ]) : mixed + +
                + +
                Parameters
                +
                +
                + $optionObject + : stdClass|null + = null
                +
                +
                + +
                +
                + + + +
                Return values
                + mixed + — + + +
                +
                +

                + jsonSerialize() + +

                + + + + + public + jsonSerialize() : array<string|int, mixed> + +
                + + + + +
                Return values
                + array<string|int, mixed> + — + + +
                +
                + + + + +
                +
                +
                +
                +

                Search results

                + +
                +
                +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV2-V2ApiClient.html b/docs/classes/BigCommerce-ApiV2-V2ApiClient.html new file mode 100644 index 00000000..b73ad5ef --- /dev/null +++ b/docs/classes/BigCommerce-ApiV2-V2ApiClient.html @@ -0,0 +1,730 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                  +

                  Documentation

                  + + + + + +
                  + +
                  +
                  + + + + +
                  + + +
                  +

                  + V2ApiClient + + + extends BaseApiClient + + + + +

                  + + + +

                  Class for accessing BigCommerce V2 Endpoints

                  + +

                  Currently only the +Create Order +endpoint is implement as it has no V3 equivalent.

                  +

                  The class is used similarly to the V3 client.

                  +
                  $api = new BigCommerce\ApiV2\V2ApiClient($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
                  +
                  +$order = new BigCommerce\ApiV2\ResourceModels\Order\Order();
                  +// set order details...
                  +
                  +try {
                  +    $api->orders->create($order);
                  +} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
                  +    echo "Unable to update product: {$exception->getMessage()}";
                  +}
                  +
                  +
                  + + + + + + + + +

                  + Table of Contents + +

                  + +
                  +
                  + DEFAULT_BASE_URI + +  = 'base_uri' +
                  +
                  + +
                  + DEFAULT_HANDLER + +  = 'handler' +
                  +
                  + +
                  + DEFAULT_HEADERS + +  = 'headers' +
                  +
                  + +
                  + __construct() + +  : mixed +
                  +
                  + +
                  + getBaseUri() + +  : string +
                  +
                  + +
                  + getRestClient() + +  : Client +
                  +
                  + +
                  + orders() + +  : mixed +
                  +
                  + +
                  + printDebug() + +  : mixed +
                  +
                  + +
                  + printDebugLastRequest() + +  : mixed +
                  +
                  + +
                  + setBaseUri() + +  : mixed +
                  +
                  + +
                  + setRestClient() + +  : void +
                  +
                  + +
                  + + + + +
                  +

                  + Constants + +

                  +
                  +

                  + DEFAULT_BASE_URI + +

                  + + + + + + public + mixed + DEFAULT_BASE_URI + = 'base_uri' + + + +
                  + +
                  + + + +
                  +
                  +

                  + DEFAULT_HANDLER + +

                  + + + + + + public + mixed + DEFAULT_HANDLER + = 'handler' + + + +
                  + +
                  + + + +
                  +
                  +

                  + DEFAULT_HEADERS + +

                  + + + + + + public + mixed + DEFAULT_HEADERS + = 'headers' + + + +
                  + +
                  + + + +
                  +
                  + + + +
                  +

                  + Methods + +

                  +
                  +

                  + __construct() + +

                  + + + + + public + __construct(string $storeHash, string $clientId, string $accessToken[, Client|null $client = null ]) : mixed + +
                  + +
                  Parameters
                  +
                  +
                  + $storeHash + : string +
                  +
                  +
                  + +
                  +
                  + $clientId + : string +
                  +
                  +
                  + +
                  +
                  + $accessToken + : string +
                  +
                  +
                  + +
                  +
                  + $client + : Client|null + = null
                  +
                  +
                  + +
                  +
                  + + + +
                  Return values
                  + mixed + — + + +
                  +
                  +

                  + getBaseUri() + +

                  + + + + + public + getBaseUri() : string + +
                  + + + + +
                  Return values
                  + string + — + + +
                  +
                  +

                  + getRestClient() + +

                  + + + + + public + getRestClient() : Client + +
                  + + + + +
                  Return values
                  + Client + — + + +
                  +
                  +

                  + orders() + +

                  + + + + + public + orders() : mixed + +
                  + + + + +
                  Return values
                  + mixed + — + + +
                  +
                  +

                  + printDebug() + +

                  + + + + + public + printDebug() : mixed + +
                  + + + + +
                  Return values
                  + mixed + — + + +
                  +
                  +

                  + printDebugLastRequest() + +

                  + + + + + public + printDebugLastRequest() : mixed + +
                  + + + + +
                  Return values
                  + mixed + — + + +
                  +
                  +

                  + setBaseUri() + +

                  + + + + + public + setBaseUri(string $baseUri) : mixed + +
                  + +
                  Parameters
                  +
                  +
                  + $baseUri + : string +
                  +
                  +
                  + +
                  +
                  + + + +
                  Return values
                  + mixed + — + + +
                  +
                  +

                  + setRestClient() + +

                  + + + + + public + setRestClient(Client $client) : void + +
                  + +
                  Parameters
                  +
                  +
                  + $client + : Client +
                  +
                  +
                  + +
                  +
                  + + + +
                  Return values
                  + void + — + + +
                  +
                  + + + + +
                  +
                  +
                  +
                  +

                  Search results

                  + +
                  +
                  +
                    +
                    +
                    +
                    +
                    +
                    + + +
                    + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html index d8bfe586..57b577db 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html index aa172f41..7f034f89 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html index 342040ee..0ecbd629 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandImageApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandImageApi.html index f77bdc60..8b27a0a9 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandImageApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandImageApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html index a8a5a750..f5ab0477 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html index 0c373fb8..10f69ded 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html index d96482a9..7ea613bf 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html index 3917a829..7c6a92e7 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html index 84cce7cd..3c86e6c8 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html index 4622406c..9ce275f4 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html index 1ee7dcbb..c3042227 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html index e88d4006..b32d076a 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html index 0c38bed0..f3a6e85d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html index f0646eeb..3a3eb5ae 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html index 23e15fb5..fc71524f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html index 8cb35b55..40be340d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html index 914dc920..575c95a9 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html index 1d6f7462..75a62c20 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html index 14bc83b8..a90e30a5 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html index 9ab1b194..9a8857c4 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html index 88fbbb34..35bdb6e2 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html index cb31db07..35cd5866 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html index 8d72930d..24f4047f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html index 0c97f956..8ed91e85 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html index a446f0b7..5d650ae3 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html index e49e676e..eb6e4241 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html index ae4ff8fe..bf1fab25 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html index 7711d2b5..20fc4226 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html index 5d5d1c9c..56f52534 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html index 21f8ad3d..6e085a9b 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html index da82377b..83acd00d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html b/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html index 4ef40c10..68624b67 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html index c22cdb43..2116cc48 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html index 561e1db1..ff54fa2e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html index 493219c0..447fce27 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html index c4a76652..81f1b543 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html index 80e8cb5e..fd03ef1b 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html index af7090fe..6c78067d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html index d560fdfb..1d985eff 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    @@ -189,6 +190,13 @@

                     : CustomersResponse +
                    + +
                    + getAllPages() + +  : CustomersResponse +
                    @@ -397,7 +405,7 @@

                    @@ -430,7 +438,7 @@

                    @@ -463,7 +471,7 @@

                    @@ -496,7 +504,7 @@

                    @@ -573,7 +581,7 @@

                    @@ -652,6 +660,50 @@

                    Return values
                    — + +
                    +

                    + getAllPages() + +

                    + + + + + public + getAllPages([array<string|int, mixed> $filter = [] ]) : CustomersResponse + +
                    + +
                    Parameters
                    +
                    +
                    + $filter + : array<string|int, mixed> + = []
                    +
                    +
                    + +
                    +
                    + + + +
                    Return values
                    + CustomersResponse + — + +
                    @@ -710,7 +762,7 @@

                    @@ -853,7 +905,7 @@

                    @@ -897,7 +949,7 @@

                    @@ -930,7 +982,7 @@

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html index db894c14..de968b9f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html index 8dfffd81..28ff82f2 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html index 907ac76c..255cc192 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    @@ -91,7 +92,7 @@

                    @@ -123,6 +124,20 @@

                     : Client

                    +
                    + +
                    + getMaxRetries() + +  : int +
                    +
                    + +
                    + setMaxRetries() + +  : void +
                    @@ -149,7 +164,7 @@

                    @@ -193,7 +208,7 @@

                    @@ -212,6 +227,83 @@

                    Return values
                    — + +
                    +

                    + getMaxRetries() + +

                    + + + + + public + getMaxRetries() : int + +
                    + + + + +
                    Return values
                    + int + — + + +
                    +
                    +

                    + setMaxRetries() + +

                    + + + + + public + setMaxRetries(int $maxRetries) : void + +
                    + +
                    Parameters
                    +
                    +
                    + $maxRetries + : int +
                    +
                    +
                    + +
                    +
                    + + + +
                    Return values
                    + void + — + +
                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html index 030c1968..d390c12d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html index 9bbfd1f5..7317b8be 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    @@ -114,7 +115,7 @@

                    getClient() -  : Client +  : BaseApiClient
                    @@ -156,7 +157,7 @@

                    public - abstract getClient() : Client + abstract getClient() : BaseApiClient
                    @@ -164,7 +165,7 @@

                    Return values
                    - Client + BaseApiClient — diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html index a800d2b2..de9e28cd 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html index db0efd89..5619c10d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html index 2083991f..feae5773 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html index 2c18e5aa..2f426704 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html index e84231e8..34f630d9 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    @@ -114,7 +115,7 @@

                    getClient() -  : Client +  : BaseApiClient
                    @@ -156,7 +157,7 @@

                    public - abstract getClient() : Client + abstract getClient() : BaseApiClient
                    @@ -164,7 +165,7 @@

                    Return values
                    - Client + BaseApiClient — diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html index 4501f5a1..beab6696 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html index f16ede2d..7af56835 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html index ae6b1da5..41339b20 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html index 33a3e0e7..8c01815a 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html index aea41b0b..1449566b 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html index 80a32f11..2612da7f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html index 7ed45d74..35f18ef9 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html index 1c28c11e..86e0b775 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html index 0d230058..1a2ee033 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html index 839078e6..9324faf4 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html index efcd4cd2..b3c59a1a 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html index f7077de0..53699198 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html index 6eebb495..54406171 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html b/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html index f17f293c..3b7bdb56 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html index 6d61cc66..ae27668e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html index b2bca494..d4601d05 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html index 45f93dd2..98618bae 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html index 23b59f81..f273cf17 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html index a74d5c88..5ed0bb0a 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html index 2d2e111d..4c418df1 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html index 3c5c57ca..491869ad 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html index a46f3ddf..641afa1e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html index 30bcdcaf..39afc044 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html index 6a72cea7..12b67487 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html index f29b65ae..4d1e557f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html index 76e0aa44..385cbf17 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html index 06cd33dd..7abc3c6c 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html index a5b9e1bd..7f61ac27 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html @@ -58,6 +58,7 @@

                    Namespaces

                    BigCommerce

                    diff --git a/docs/classes/BigCommerce-ApiV3-BaseApiClient.html b/docs/classes/BigCommerce-ApiV3-BaseApiClient.html new file mode 100644 index 00000000..d986f739 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV3-BaseApiClient.html @@ -0,0 +1,671 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                    +

                    Documentation

                    + + + + + +
                    + +
                    +
                    + + + + +
                    + + +
                    +

                    + BaseApiClient + + + + +

                    + + + + +
                    + + + + + + + + +

                    + Table of Contents + +

                    + +
                    +
                    + DEFAULT_BASE_URI + +  = 'base_uri' +
                    +
                    + +
                    + DEFAULT_HANDLER + +  = 'handler' +
                    +
                    + +
                    + DEFAULT_HEADERS + +  = 'headers' +
                    +
                    + +
                    + __construct() + +  : mixed +
                    +
                    + +
                    + getBaseUri() + +  : string +
                    +
                    + +
                    + getRestClient() + +  : Client +
                    +
                    + +
                    + printDebug() + +  : mixed +
                    +
                    + +
                    + printDebugLastRequest() + +  : mixed +
                    +
                    + +
                    + setBaseUri() + +  : mixed +
                    +
                    + +
                    + setRestClient() + +  : void +
                    +
                    + +
                    + + + + +
                    +

                    + Constants + +

                    +
                    +

                    + DEFAULT_BASE_URI + +

                    + + + + + + public + mixed + DEFAULT_BASE_URI + = 'base_uri' + + + +
                    + +
                    + + + +
                    +
                    +

                    + DEFAULT_HANDLER + +

                    + + + + + + public + mixed + DEFAULT_HANDLER + = 'handler' + + + +
                    + +
                    + + + +
                    +
                    +

                    + DEFAULT_HEADERS + +

                    + + + + + + public + mixed + DEFAULT_HEADERS + = 'headers' + + + +
                    + +
                    + + + +
                    +
                    + + + +
                    +

                    + Methods + +

                    +
                    +

                    + __construct() + +

                    + + + + + public + __construct(string $storeHash, string $clientId, string $accessToken[, Client|null $client = null ]) : mixed + +
                    + +
                    Parameters
                    +
                    +
                    + $storeHash + : string +
                    +
                    +
                    + +
                    +
                    + $clientId + : string +
                    +
                    +
                    + +
                    +
                    + $accessToken + : string +
                    +
                    +
                    + +
                    +
                    + $client + : Client|null + = null
                    +
                    +
                    + +
                    +
                    + + + +
                    Return values
                    + mixed + — + + +
                    +
                    +

                    + getBaseUri() + +

                    + + + + + public + getBaseUri() : string + +
                    + + + + +
                    Return values
                    + string + — + + +
                    +
                    +

                    + getRestClient() + +

                    + + + + + public + getRestClient() : Client + +
                    + + + + +
                    Return values
                    + Client + — + + +
                    +
                    +

                    + printDebug() + +

                    + + + + + public + printDebug() : mixed + +
                    + + + + +
                    Return values
                    + mixed + — + + +
                    +
                    +

                    + printDebugLastRequest() + +

                    + + + + + public + printDebugLastRequest() : mixed + +
                    + + + + +
                    Return values
                    + mixed + — + + +
                    +
                    +

                    + setBaseUri() + +

                    + + + + + public + setBaseUri(string $baseUri) : mixed + +
                    + +
                    Parameters
                    +
                    +
                    + $baseUri + : string +
                    +
                    +
                    + +
                    +
                    + + + +
                    Return values
                    + mixed + — + + +
                    +
                    +

                    + setRestClient() + +

                    + + + + + public + setRestClient(Client $client) : void + +
                    + +
                    Parameters
                    +
                    +
                    + $client + : Client +
                    +
                    +
                    + +
                    +
                    + + + +
                    Return values
                    + void + — + + +
                    +
                    + + + + +
                    +
                    +
                    +
                    +

                    Search results

                    + +
                    +
                    +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV3-Client.html b/docs/classes/BigCommerce-ApiV3-Client.html index 2d1e6183..beab98e2 100644 --- a/docs/classes/BigCommerce-ApiV3-Client.html +++ b/docs/classes/BigCommerce-ApiV3-Client.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      @@ -85,6 +86,9 @@

                      Fil

                      Client + + extends BaseApiClient + @@ -93,12 +97,60 @@

                      - -
                      +

                      The parent API class

                      + +

                      Usage Examples

                      +

                      Trivial example of updating a product name:

                      +
                      $api = new BigCommerce\ApiV3\Client($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
                      +
                      +$product = $api->catalog()->product(123)->get()->getProduct();
                      +$product->name = 'Updated product name';
                      +try {
                      +    $api->catalog()->product($product->id)->update($product);
                      +} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
                      +    echo "Unable to update product: {$exception->getMessage()}";
                      +}
                      +
                      +

                      Fetching all visible products (all pages of products):

                      +
                      $api = new BigCommerce\ApiV3\Client($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
                      +
                      +$productsResponse = $api->catalog()->products()->getAllPages(['is_visible' => true]);
                      +
                      +echo "Found {$productsResponse->getPagination()->total} products";
                      +
                      +$products = $productsResponse->getProducts();
                      +
                      +

                      Example of updating a product variant

                      +
                      $api = new BigCommerce\ApiV3\Client($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
                      +
                      +$productVariant = $api->catalog()->product(123)->variant(456)->get()->getProductVariant();
                      +$productVariant->price = '12';
                      +
                      +try {
                      +    $api->catalog()->product($productVariant->product_id)->variant($productVariant->id)->update($productVariant);
                      +} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
                      +    echo "Unable to update product variant: {$exception->getMessage()}";
                      +}
                      +
                      +

                      Example of creating a product variant

                      +
                      $api = new BigCommerce\ApiV3\Client($_ENV['hash'], $_ENV['CLIENT_ID'], $_ENV['ACCESS_TOKEN']);
                      +
                      +$productVariant = new \BigCommerce\ApiV3\ResourceModels\Catalog\Product\ProductVariant();
                      +$productVariant->product_id = 123;
                      +$productVariant->sku = "SKU-123";
                      +//...
                      +
                      +try {
                      +    $api->catalog()->product($productVariant->product_id)->variants()->create($productVariant);
                      +} catch (\Psr\Http\Client\ClientExceptionInterface $exception) {
                      +    echo "Unable to create product variant: {$exception->getMessage()}";
                      +}
                      +
                      +
                      @@ -121,42 +173,28 @@

                      - DEFAULT_BASE_URI + DEFAULT_BASE_URI  = 'base_uri'
                      - DEFAULT_HANDLER + DEFAULT_HANDLER  = 'handler'
                      - DEFAULT_HEADERS + DEFAULT_HEADERS  = 'headers'
                      -
                      - -
                      - HEADERS__AUTH_CLIENT - -  = 'X-Auth-Client' -
                      -
                      - -
                      - HEADERS__AUTH_TOKEN - -  = 'X-Auth-Token' -
                      - __construct() + __construct()  : mixed
                      @@ -219,14 +257,14 @@

                      - getBaseUri() + getBaseUri()  : string
                      - getRestClient() + getRestClient()  : Client
                      @@ -261,14 +299,14 @@

                      - printDebug() + printDebug()  : mixed
                      - printDebugLastRequest() + printDebugLastRequest()  : mixed
                      @@ -296,14 +334,14 @@

                      - setBaseUri() + setBaseUri()  : mixed
                      - setRestClient() + setRestClient()  : void
                      @@ -349,7 +387,7 @@

                      @@ -372,13 +410,13 @@

                      DEFAULT_BASE_URI - +

                      @@ -401,13 +439,13 @@

                      DEFAULT_HANDLER - +

                      @@ -430,13 +468,13 @@

                      -
                      -

                      - HEADERS__AUTH_CLIENT - -

                      - - - - - - public - mixed - HEADERS__AUTH_CLIENT - = 'X-Auth-Client' - - - -
                      - -
                      - - - -
                      -
                      -

                      - HEADERS__AUTH_TOKEN - -

                      - - - - - - public - mixed - HEADERS__AUTH_TOKEN - = 'X-Auth-Token' - - - -
                      - -
                      - - -
                      @@ -531,12 +511,12 @@

                      >

                      __construct() - +

                      @@ -604,7 +584,7 @@

                      @@ -648,7 +628,7 @@

                      @@ -681,7 +661,7 @@

                      @@ -714,7 +694,7 @@

                      @@ -758,7 +738,7 @@

                      @@ -791,7 +771,7 @@

                      @@ -824,7 +804,7 @@

                      @@ -857,7 +837,7 @@

                      @@ -885,12 +865,12 @@

                      Return values
                      >

                      getBaseUri() - +

                      @@ -918,12 +898,12 @@
                      Return values
                      >

                      getRestClient() - +

                      @@ -956,7 +936,7 @@

                      @@ -1000,7 +980,7 @@

                      @@ -1033,7 +1013,7 @@

                      @@ -1077,7 +1057,7 @@

                      @@ -1105,12 +1085,12 @@

                      Return values
                      >

                      printDebug() - +

                      @@ -1138,12 +1118,12 @@
                      Return values
                      >

                      printDebugLastRequest() - +

                      @@ -1176,7 +1156,7 @@

                      @@ -1209,7 +1189,7 @@

                      @@ -1253,7 +1233,7 @@

                      @@ -1281,12 +1261,12 @@

                      Return values
                      >

                      setBaseUri() - +

                      @@ -1325,12 +1305,12 @@
                      Return values
                      >

                      setRestClient() - +

                      @@ -1374,7 +1354,7 @@

                      @@ -1418,7 +1398,7 @@

                      @@ -1451,7 +1431,7 @@

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html index 3d855e5c..46e6ee63 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html index 3009095a..bc386b4d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html index 6fe45ad8..f34091da 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html index 8155586d..8220f657 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html index e3459130..f56fa3ef 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html index d3d1d902..abe351c1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html index 71bffa17..5e478a40 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html index 111de548..1392b7da 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html index 8b805c4a..ce78c453 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html index 09919dd8..4335a7bf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html index be511093..ef567353 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html index ff63f0d6..68d1ff05 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html index 98a2ead3..4fdd4a04 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html index 1148bee2..e1982484 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html index dde8430d..3e04b8f6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html index 31d9e32a..0606f0e2 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html index 5ae112c8..7d733358 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html index 9e7bf136..c63ae05c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html index 18ff0592..78d03f66 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html index 56e35c2f..85506493 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html index df5aa309..738692ff 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html index 57c98d8b..7dd69ce0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html index ac6d6907..56a91559 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html index 81631cb1..62cf6c04 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html index 1305eee0..d513bb27 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html index c04a3773..02cd5843 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html index 250cb584..4b3a80cd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html index 30681ec4..f71a45f8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html index 51c9ad06..4dbc9a9a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html index 22df0a85..16a8057d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html index d0d2d600..ab9435f3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html index 3c23ac3c..52398ebe 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html index 69c68db5..f400ef37 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html index 1e8bc9ef..3d3f9f2b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html index d9e3bbf7..8d1a8976 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html index a44d8156..537d1026 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html index cace48d8..89fdeaba 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html index edea8e66..52211dd0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html index f0bacf48..adce3023 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html index c47926d6..5f1e9bec 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html index 8a9d2466..5c498fc0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html index 9ac5ed44..99c30857 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html index 17009b0c..3d96faee 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html index 20a8c6d0..57efc8e7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html index 422b6caf..84a14fa2 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html index 9ad2163e..fabac3fe 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html index bfff582f..b08358f8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html index c16118e6..a7fd03aa 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html index 101677e1..47c4bfdf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html index 71f74a9b..27e442cd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html index 4392350b..4a8ff4fd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html index c2f3eff5..0aabea8c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html index 6af77bfc..9aedcc5b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html index 3a3c1f39..58dec8ee 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html index f8ed7fb5..e92e2110 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html index cc8e8fc7..39a26602 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html index a4311bd5..03838fea 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html index f7a18af4..231af604 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html index 0fb643f9..5a4c2ac9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html index 141874e2..513ee620 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html index 2de912fa..4b368ecd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html index 85f89cbf..583f9e9a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html index 9689820d..78fbc1f3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html index 96b6718c..0e4486ba 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html index 18e33c90..ecb7a586 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html index b2a1fa35..2a30dfa7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html index bd77cb2a..afe81321 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html index 9e4145bc..8813d12b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html index efaae231..b5823170 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html index 0149f92e..59fa1823 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html index c253cef8..2bd1d8da 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html index 016380f2..86ca7626 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html index 20f877d1..74b2d300 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html index 33050038..c676fe18 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html index 77c91359..65da0773 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html index 0c52cb02..c88e813f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html index af5bfee5..13191786 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html index 74258941..528f0a27 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html index 3adc13df..dcb2d0f6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html index 0ff61649..9bf83b61 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html index ccda588f..b8cef9a6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html index 501d60a3..8de59742 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html index fc68bcd5..21bfa53c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html index c6b4ccb8..4c3532ba 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html index 18bd97b7..19ad1fa9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html index b3c1c6e9..20fdb1dd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html index d35e23fe..7be8026d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html index 332e1ceb..067687e8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html index aa3d3fc9..361922c1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html index e666de64..75e50135 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html index c0160961..7d61d11a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html index c95632a3..87fbc0ee 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html index 27881487..67e317dd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html index 1c4ea6bd..52ca8fb9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html index 0d781871..79e36729 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html index 6d248555..e5f1edbb 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html index 2e48d198..cfb272e9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html index a8adee36..a843b645 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html index 8d18ac2c..7d4f1146 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html index 4f5f8951..488fc7df 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html index d767ed6a..0da8fdec 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html index 37b5c1f7..f2aec993 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html index 84147dc2..ce73379d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html index f2cb2020..907ba060 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html index 72bf1bfd..a7b7ac4a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      @@ -88,7 +89,7 @@

                      CustomersResponse - extends PaginatedResponse + extends PaginatedBatchableResponse @@ -98,7 +99,7 @@

                      @@ -123,6 +124,13 @@

                       : mixed +
                      + +
                      + buildFromMultipleResponses() + +  : static +
                      @@ -195,6 +203,48 @@
                      Return values
                      — +

                      +
                      +

                      + buildFromMultipleResponses() + +

                      + + + + + public + static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static + + +
                      Parameters
                      +
                      +
                      + $responses + : array<string|int, ResponseInterface> +
                      +
                      + +
                      +
                      + + + +
                      Return values
                      + static + — + +
                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html index 15184187..9f62c496 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html index 5ac21bc7..279c14d3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html index a6686dea..43f2be41 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html index 0d451484..badb6c5f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html index 7384d8b5..70585e93 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html index 109e6164..71b0d188 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html index bc2503a9..d07f1795 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html index 486dbfd7..b385f0d3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html index 2a4bb309..d9296060 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html index d8cfafe4..7055b675 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html index f5550692..0684b028 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html index 16584319..f8b7e0d5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html index 928a668d..a53ed334 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html index 43aa8991..19275092 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html index f32386b0..0444fee9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html index 12646eaf..cc927d8b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html index 3466d6ba..4521259d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html index 81982424..90aebc83 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html index 3156bfff..c0ae4d3e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html index 41fd15ed..2051c1a1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html index f867c585..3b751390 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html index 3b12eb2e..78e28050 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html index c7d36d8b..8b3b2756 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html index 1a9f193b..08eb9a81 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html index 4c625258..7ddb73c1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html index 607378ce..5e3b23fa 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html index 47daff27..5f6be90f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html index 60cf7d6d..74840e4c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html index b83c24ac..ac3abf32 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html index 99521e9d..dfdb9dd9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html index 75764d18..e1b02f23 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html index bd672a36..bce924ff 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html index 43211c02..cdfeca65 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html index 31dd07ef..fd618c44 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html index 2d11cc0b..981fb92a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html index d7a9dee3..ea9e5488 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html index d747a112..b3bbf644 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html index 5d687f5a..dc557bfa 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html index 07476dae..f621b157 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html index 6a1e66e5..8e55d775 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html index d7641a73..aa34847f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html index c64067da..0e87cafb 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html index 04f86e24..9772982d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html index 2639c27f..e4e3c4ca 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html index aebdaec4..7cad51e5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html index 75f38df5..648af697 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html index 68c95d49..19e942b6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html index f80deaac..f5440c4c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html index e95963d5..cf9cdfda 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html index 678f3189..98b42866 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html index f526ee90..1513b064 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html index 511f277e..ffb9ff47 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html index 1d2767d1..9b601d3e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html index 16aa5634..d5df1a67 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html index fb8fd57e..c75e7ddf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html index daff4303..6db8ee61 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html index b9dd71b0..4e48d0fc 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html index b5a68f7b..1442098b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-carts-cartitemsapi.html b/docs/files/bigcommerce-api-carts-cartitemsapi.html index f3b52b39..20f67bc5 100644 --- a/docs/files/bigcommerce-api-carts-cartitemsapi.html +++ b/docs/files/bigcommerce-api-carts-cartitemsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html b/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html index 911de4f8..6cc37b48 100644 --- a/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html +++ b/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-carts-cartsapi.html b/docs/files/bigcommerce-api-carts-cartsapi.html index 41dcccf4..76ced833 100644 --- a/docs/files/bigcommerce-api-carts-cartsapi.html +++ b/docs/files/bigcommerce-api-carts-cartsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html b/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html index c50f353f..8833aedb 100644 --- a/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html +++ b/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html index c5ff11db..49d7a88e 100644 --- a/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-brandsapi.html b/docs/files/bigcommerce-api-catalog-brandsapi.html index b3512ca2..2681e4f6 100644 --- a/docs/files/bigcommerce-api-catalog-brandsapi.html +++ b/docs/files/bigcommerce-api-catalog-brandsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-catalogapi.html b/docs/files/bigcommerce-api-catalog-catalogapi.html index 53c3f7a4..0cd8f22c 100644 --- a/docs/files/bigcommerce-api-catalog-catalogapi.html +++ b/docs/files/bigcommerce-api-catalog-catalogapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html b/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html index 742c5298..3c727a55 100644 --- a/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html +++ b/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html b/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html index 363f6589..4e5fcf45 100644 --- a/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-categoriesapi.html b/docs/files/bigcommerce-api-catalog-categoriesapi.html index 141ca488..50e7b562 100644 --- a/docs/files/bigcommerce-api-catalog-categoriesapi.html +++ b/docs/files/bigcommerce-api-catalog-categoriesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html b/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html index f28a3065..8a8274f5 100644 --- a/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html b/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html index bfb2d20a..1d33f196 100644 --- a/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-modifiersapi.html b/docs/files/bigcommerce-api-catalog-products-modifiersapi.html index 32a7eb00..0b5d7245 100644 --- a/docs/files/bigcommerce-api-catalog-products-modifiersapi.html +++ b/docs/files/bigcommerce-api-catalog-products-modifiersapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-optionsapi.html b/docs/files/bigcommerce-api-catalog-products-optionsapi.html index ae214246..34e79da3 100644 --- a/docs/files/bigcommerce-api-catalog-products-optionsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-optionsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productbulkpricingrulesapi.html b/docs/files/bigcommerce-api-catalog-products-productbulkpricingrulesapi.html index 2ab0d812..c6ca2197 100644 --- a/docs/files/bigcommerce-api-catalog-products-productbulkpricingrulesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productbulkpricingrulesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productimagesapi.html b/docs/files/bigcommerce-api-catalog-products-productimagesapi.html index 8882c5ed..5b494fde 100644 --- a/docs/files/bigcommerce-api-catalog-products-productimagesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productimagesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html index 518bb511..723498e9 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html index 89a1ad77..236475bb 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html index 3b3e0973..1fa88628 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html b/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html index e5a0662e..c07da7f5 100644 --- a/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html b/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html index d3facaa7..cf666c48 100644 --- a/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html b/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html index e8084d16..e9b7485a 100644 --- a/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html index 3198a475..2d7b3029 100644 --- a/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-productvideosapi.html b/docs/files/bigcommerce-api-catalog-products-productvideosapi.html index e51e68f5..d5e4b76d 100644 --- a/docs/files/bigcommerce-api-catalog-products-productvideosapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productvideosapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-products-variantsapi.html b/docs/files/bigcommerce-api-catalog-products-variantsapi.html index 0462fcbd..e9af0535 100644 --- a/docs/files/bigcommerce-api-catalog-products-variantsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-variantsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-productsapi.html b/docs/files/bigcommerce-api-catalog-productsapi.html index 0f9c7237..f4a94f39 100644 --- a/docs/files/bigcommerce-api-catalog-productsapi.html +++ b/docs/files/bigcommerce-api-catalog-productsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-catalog-summaryapi.html b/docs/files/bigcommerce-api-catalog-summaryapi.html index bd46d0a9..b85e17d8 100644 --- a/docs/files/bigcommerce-api-catalog-summaryapi.html +++ b/docs/files/bigcommerce-api-catalog-summaryapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html b/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html index 488f4ac2..a92c33e4 100644 --- a/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html +++ b/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-channels-channellistingsapi.html b/docs/files/bigcommerce-api-channels-channellistingsapi.html index 56a3b222..86516e14 100644 --- a/docs/files/bigcommerce-api-channels-channellistingsapi.html +++ b/docs/files/bigcommerce-api-channels-channellistingsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-channels-channelsapi.html b/docs/files/bigcommerce-api-channels-channelsapi.html index 3d78bc7d..3c31deaa 100644 --- a/docs/files/bigcommerce-api-channels-channelsapi.html +++ b/docs/files/bigcommerce-api-channels-channelsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-channels-channelsitesapi.html b/docs/files/bigcommerce-api-channels-channelsitesapi.html index 46f8131a..f3a6b925 100644 --- a/docs/files/bigcommerce-api-channels-channelsitesapi.html +++ b/docs/files/bigcommerce-api-channels-channelsitesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customeraddressesapi.html b/docs/files/bigcommerce-api-customers-customeraddressesapi.html index 43d297b0..265b80fe 100644 --- a/docs/files/bigcommerce-api-customers-customeraddressesapi.html +++ b/docs/files/bigcommerce-api-customers-customeraddressesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customerapibase.html b/docs/files/bigcommerce-api-customers-customerapibase.html index d1c799b7..8461694e 100644 --- a/docs/files/bigcommerce-api-customers-customerapibase.html +++ b/docs/files/bigcommerce-api-customers-customerapibase.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customerattributesapi.html b/docs/files/bigcommerce-api-customers-customerattributesapi.html index b96ec89f..793c326e 100644 --- a/docs/files/bigcommerce-api-customers-customerattributesapi.html +++ b/docs/files/bigcommerce-api-customers-customerattributesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html b/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html index daa6d413..bfc4c23f 100644 --- a/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html +++ b/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customerconsentapi.html b/docs/files/bigcommerce-api-customers-customerconsentapi.html index f43a83cd..541ac712 100644 --- a/docs/files/bigcommerce-api-customers-customerconsentapi.html +++ b/docs/files/bigcommerce-api-customers-customerconsentapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html b/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html index 4f036958..ac32bde6 100644 --- a/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html +++ b/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customers-customersapi.html b/docs/files/bigcommerce-api-customers-customersapi.html index eb961c48..1a1f212f 100644 --- a/docs/files/bigcommerce-api-customers-customersapi.html +++ b/docs/files/bigcommerce-api-customers-customersapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html b/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html index bc71252a..eb621e34 100644 --- a/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html +++ b/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-attributefilter.html b/docs/files/bigcommerce-api-generic-attributefilter.html index 80e65e0d..8bf1fa48 100644 --- a/docs/files/bigcommerce-api-generic-attributefilter.html +++ b/docs/files/bigcommerce-api-generic-attributefilter.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-batchcreateresource.html b/docs/files/bigcommerce-api-generic-batchcreateresource.html index 4a330156..25e89d75 100644 --- a/docs/files/bigcommerce-api-generic-batchcreateresource.html +++ b/docs/files/bigcommerce-api-generic-batchcreateresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-batchupdateresource.html b/docs/files/bigcommerce-api-generic-batchupdateresource.html index 704650bc..7ba47a07 100644 --- a/docs/files/bigcommerce-api-generic-batchupdateresource.html +++ b/docs/files/bigcommerce-api-generic-batchupdateresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-createimage.html b/docs/files/bigcommerce-api-generic-createimage.html index 1cedbe16..e799df0e 100644 --- a/docs/files/bigcommerce-api-generic-createimage.html +++ b/docs/files/bigcommerce-api-generic-createimage.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-createresource.html b/docs/files/bigcommerce-api-generic-createresource.html index 3fa887a4..7ec615af 100644 --- a/docs/files/bigcommerce-api-generic-createresource.html +++ b/docs/files/bigcommerce-api-generic-createresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-deleteinidlist.html b/docs/files/bigcommerce-api-generic-deleteinidlist.html index 4435c52b..2395239b 100644 --- a/docs/files/bigcommerce-api-generic-deleteinidlist.html +++ b/docs/files/bigcommerce-api-generic-deleteinidlist.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-deleteresource.html b/docs/files/bigcommerce-api-generic-deleteresource.html index b2c3bcf1..51a32a86 100644 --- a/docs/files/bigcommerce-api-generic-deleteresource.html +++ b/docs/files/bigcommerce-api-generic-deleteresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-fetchallpages.html b/docs/files/bigcommerce-api-generic-fetchallpages.html index bbb604c1..0794eac9 100644 --- a/docs/files/bigcommerce-api-generic-fetchallpages.html +++ b/docs/files/bigcommerce-api-generic-fetchallpages.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-getallresources.html b/docs/files/bigcommerce-api-generic-getallresources.html index 21a6c641..5bb39af3 100644 --- a/docs/files/bigcommerce-api-generic-getallresources.html +++ b/docs/files/bigcommerce-api-generic-getallresources.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-getresource.html b/docs/files/bigcommerce-api-generic-getresource.html index ec51c143..8f5732c4 100644 --- a/docs/files/bigcommerce-api-generic-getresource.html +++ b/docs/files/bigcommerce-api-generic-getresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-resourceapi.html b/docs/files/bigcommerce-api-generic-resourceapi.html index 95f78304..751b2406 100644 --- a/docs/files/bigcommerce-api-generic-resourceapi.html +++ b/docs/files/bigcommerce-api-generic-resourceapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-resourceapinodelete.html b/docs/files/bigcommerce-api-generic-resourceapinodelete.html index 6f3ae48c..7a778833 100644 --- a/docs/files/bigcommerce-api-generic-resourceapinodelete.html +++ b/docs/files/bigcommerce-api-generic-resourceapinodelete.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-resourceimageapi.html b/docs/files/bigcommerce-api-generic-resourceimageapi.html index 094cd568..448b27a5 100644 --- a/docs/files/bigcommerce-api-generic-resourceimageapi.html +++ b/docs/files/bigcommerce-api-generic-resourceimageapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html b/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html index 1826d559..f496818e 100644 --- a/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html +++ b/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-updateresource.html b/docs/files/bigcommerce-api-generic-updateresource.html index 0b371db2..4f6b6f63 100644 --- a/docs/files/bigcommerce-api-generic-updateresource.html +++ b/docs/files/bigcommerce-api-generic-updateresource.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html b/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html index 0ec1974c..b3ecb5ce 100644 --- a/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html +++ b/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-uuidresourceapi.html b/docs/files/bigcommerce-api-generic-uuidresourceapi.html index 1cf8b9b4..d711240c 100644 --- a/docs/files/bigcommerce-api-generic-uuidresourceapi.html +++ b/docs/files/bigcommerce-api-generic-uuidresourceapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html b/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html index 956aaa5b..6b79694c 100644 --- a/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html +++ b/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-v3api.html b/docs/files/bigcommerce-api-generic-v3api.html index 91dc4c70..c8cfbec8 100644 --- a/docs/files/bigcommerce-api-generic-v3api.html +++ b/docs/files/bigcommerce-api-generic-v3api.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-generic-v3apibase.html b/docs/files/bigcommerce-api-generic-v3apibase.html index 598badb0..a74a1248 100644 --- a/docs/files/bigcommerce-api-generic-v3apibase.html +++ b/docs/files/bigcommerce-api-generic-v3apibase.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html b/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html index d0e54c09..680a0ccb 100644 --- a/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html +++ b/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-orders-ordersapi.html b/docs/files/bigcommerce-api-orders-ordersapi.html index 42cacff9..0d214ba5 100644 --- a/docs/files/bigcommerce-api-orders-ordersapi.html +++ b/docs/files/bigcommerce-api-orders-ordersapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-orders-refundsapi.html b/docs/files/bigcommerce-api-orders-refundsapi.html index ae9858a1..9e497aa9 100644 --- a/docs/files/bigcommerce-api-orders-refundsapi.html +++ b/docs/files/bigcommerce-api-orders-refundsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html b/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html index 73bf5cdf..597e62f1 100644 --- a/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html +++ b/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html index 170dda4c..46c17b13 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html index a921eaa9..e4882459 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-pricelists-pricelistsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistsapi.html index 94d2c61e..236a4ae7 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-redirects-redirectsapi.html b/docs/files/bigcommerce-api-redirects-redirectsapi.html index e6fb4036..2e7374a8 100644 --- a/docs/files/bigcommerce-api-redirects-redirectsapi.html +++ b/docs/files/bigcommerce-api-redirects-redirectsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-scripts-scriptsapi.html b/docs/files/bigcommerce-api-scripts-scriptsapi.html index b75fbd23..16049850 100644 --- a/docs/files/bigcommerce-api-scripts-scriptsapi.html +++ b/docs/files/bigcommerce-api-scripts-scriptsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-subscribers-subscribersapi.html b/docs/files/bigcommerce-api-subscribers-subscribersapi.html index 96cfcca3..d3332bf0 100644 --- a/docs/files/bigcommerce-api-subscribers-subscribersapi.html +++ b/docs/files/bigcommerce-api-subscribers-subscribersapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-themes-themeactionsapi.html b/docs/files/bigcommerce-api-themes-themeactionsapi.html index c10173f8..fa80f6d1 100644 --- a/docs/files/bigcommerce-api-themes-themeactionsapi.html +++ b/docs/files/bigcommerce-api-themes-themeactionsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-themes-themejobsapi.html b/docs/files/bigcommerce-api-themes-themejobsapi.html index 410986aa..5b9591fb 100644 --- a/docs/files/bigcommerce-api-themes-themejobsapi.html +++ b/docs/files/bigcommerce-api-themes-themejobsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-themes-themesapi.html b/docs/files/bigcommerce-api-themes-themesapi.html index de7b8a3b..fb11afaf 100644 --- a/docs/files/bigcommerce-api-themes-themesapi.html +++ b/docs/files/bigcommerce-api-themes-themesapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-widgets-placementapi.html b/docs/files/bigcommerce-api-widgets-placementapi.html index a3deb858..44fd9b18 100644 --- a/docs/files/bigcommerce-api-widgets-placementapi.html +++ b/docs/files/bigcommerce-api-widgets-placementapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-widgets-regionapi.html b/docs/files/bigcommerce-api-widgets-regionapi.html index 8df3e937..db1f5e08 100644 --- a/docs/files/bigcommerce-api-widgets-regionapi.html +++ b/docs/files/bigcommerce-api-widgets-regionapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-widgets-widgetapi.html b/docs/files/bigcommerce-api-widgets-widgetapi.html index 37dae088..eb75bbbb 100644 --- a/docs/files/bigcommerce-api-widgets-widgetapi.html +++ b/docs/files/bigcommerce-api-widgets-widgetapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-widgets-widgetsapi.html b/docs/files/bigcommerce-api-widgets-widgetsapi.html index 1f46a275..cfdd7d13 100644 --- a/docs/files/bigcommerce-api-widgets-widgetsapi.html +++ b/docs/files/bigcommerce-api-widgets-widgetsapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-api-widgets-widgettemplateapi.html b/docs/files/bigcommerce-api-widgets-widgettemplateapi.html index 9c656924..7e29f6e2 100644 --- a/docs/files/bigcommerce-api-widgets-widgettemplateapi.html +++ b/docs/files/bigcommerce-api-widgets-widgettemplateapi.html @@ -58,6 +58,7 @@

                      Namespaces

                      BigCommerce

                      diff --git a/docs/files/bigcommerce-baseapiclient.html b/docs/files/bigcommerce-baseapiclient.html new file mode 100644 index 00000000..bc1bf490 --- /dev/null +++ b/docs/files/bigcommerce-baseapiclient.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                      +

                      Documentation

                      + + + + + +
                      + +
                      +
                      + + + + +
                      +
                        +
                      + +
                      +

                      BaseApiClient.php

                      + + +
                      + + + + + + +

                      + Interfaces, Classes and Traits + +

                      + +
                      + +
                      BaseApiClient
                      +
                      + +
                      + + + + + + + + +
                      +
                      +
                      +
                      +

                      Search results

                      + +
                      +
                      +
                        +
                        +
                        +
                        +
                        +
                        + + +
                        + + + + + + + + diff --git a/docs/files/bigcommerce-client.html b/docs/files/bigcommerce-client.html index 612a5c2a..91d68e24 100644 --- a/docs/files/bigcommerce-client.html +++ b/docs/files/bigcommerce-client.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        @@ -98,7 +99,7 @@

                        Client
                        -
                        +
                        The parent API class
                        diff --git a/docs/files/bigcommerce-resourcemodels-cart-cart.html b/docs/files/bigcommerce-resourcemodels-cart-cart.html index 5f7e7033..73b725a2 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cart.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cart.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-cart-cartitem.html b/docs/files/bigcommerce-resourcemodels-cart-cartitem.html index 3a767ab3..bf83113a 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cartitem.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cartitem.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html b/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html index 0572686e..abbbc721 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html b/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html index 9888dffc..01e70753 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html index c916eb76..2356f717 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-category.html b/docs/files/bigcommerce-resourcemodels-catalog-category-category.html index 61dadde7..e4954e44 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-category.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-category.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html index 0e94ca1a..1b67fe7c 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html b/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html index 3c133bd9..93e6994d 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-complexrule.html b/docs/files/bigcommerce-resourcemodels-catalog-product-complexrule.html index 0454a27d..c31b0248 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-complexrule.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-complexrule.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html b/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html index eef3af8e..131a1c41 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html index cc51ee8a..fabf8aa8 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html index d210e5a8..89d4430f 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-product.html b/docs/files/bigcommerce-resourcemodels-catalog-product-product.html index f51f2503..8d0377fa 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-product.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-product.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html index a9cd41ce..87c4f185 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html index 5f3bfe76..6cd2cde0 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html index 770c41fb..9d8bf234 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html index f05b6f94..e904ba6d 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html index 766591c5..be2b8be5 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalue.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalue.html index 5bcf6640..aaa8ad13 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalue.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalue.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html index c35ea395..da34a366 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html index d4760361..f16cfc16 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html index 304e14a6..21c8c871 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html index ba5acc24..d8443fda 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html index a35bef72..b499fc9e 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html index b6285ba8..6bff3e2c 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html index a8e81d63..9e0c5ada 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html index 4e8c9d42..7341dff5 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-catalog-summary.html b/docs/files/bigcommerce-resourcemodels-catalog-summary.html index 8a683b79..49de3132 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-summary.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-summary.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channel.html b/docs/files/bigcommerce-resourcemodels-channel-channel.html index 90cc4c0e..f4672bb5 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channel.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channel.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html b/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html index 761d0482..28ddd39f 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channellisting.html b/docs/files/bigcommerce-resourcemodels-channel-channellisting.html index 4d3d6bd5..226b5e0d 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channellisting.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channellisting.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html b/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html index e7da310e..b2e1b263 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelsite.html b/docs/files/bigcommerce-resourcemodels-channel-channelsite.html index a0423a8b..9c494579 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelsite.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelsite.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html b/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html index b156920f..3d5d6121 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html b/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html index 62fd40b4..14a7bb5d 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html b/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html index e5ae32b5..6580e3b9 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html +++ b/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customer.html b/docs/files/bigcommerce-resourcemodels-customer-customer.html index 3b5b568f..d802f831 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customer.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customer.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html b/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html index 0d934db7..c8a38038 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html b/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html index 09999367..46947568 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerattributevalue.html b/docs/files/bigcommerce-resourcemodels-customer-customerattributevalue.html index 58d896b8..b3b8bf9e 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerattributevalue.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerattributevalue.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html b/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html index d8467f7c..32c0e103 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html b/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html index 29880c1b..8017b423 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html b/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html index d93150a2..72b9cfc2 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customer-subscriber.html b/docs/files/bigcommerce-resourcemodels-customer-subscriber.html index b373601f..d1602b78 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-subscriber.html +++ b/docs/files/bigcommerce-resourcemodels-customer-subscriber.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html b/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html index ed86ce1e..4a03ecf6 100644 --- a/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html +++ b/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-hascustomurl.html b/docs/files/bigcommerce-resourcemodels-hascustomurl.html index 7b844192..7b9dae5e 100644 --- a/docs/files/bigcommerce-resourcemodels-hascustomurl.html +++ b/docs/files/bigcommerce-resourcemodels-hascustomurl.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-metafield.html b/docs/files/bigcommerce-resourcemodels-metafield.html index ec0e36fa..abfe9893 100644 --- a/docs/files/bigcommerce-resourcemodels-metafield.html +++ b/docs/files/bigcommerce-resourcemodels-metafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-order.html b/docs/files/bigcommerce-resourcemodels-order-order.html index bf205fd1..18e54225 100644 --- a/docs/files/bigcommerce-resourcemodels-order-order.html +++ b/docs/files/bigcommerce-resourcemodels-order-order.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html b/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html index df13355a..8880b220 100644 --- a/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html +++ b/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html b/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html index 46cc0c8b..31e1e4f9 100644 --- a/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html +++ b/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-refund.html b/docs/files/bigcommerce-resourcemodels-order-refund.html index ec62c6ef..17393ee1 100644 --- a/docs/files/bigcommerce-resourcemodels-order-refund.html +++ b/docs/files/bigcommerce-resourcemodels-order-refund.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-refundquote.html b/docs/files/bigcommerce-resourcemodels-order-refundquote.html index de1b9d3f..cf4cb36e 100644 --- a/docs/files/bigcommerce-resourcemodels-order-refundquote.html +++ b/docs/files/bigcommerce-resourcemodels-order-refundquote.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-order-transaction.html b/docs/files/bigcommerce-resourcemodels-order-transaction.html index fcdfb1d1..3b4e73d8 100644 --- a/docs/files/bigcommerce-resourcemodels-order-transaction.html +++ b/docs/files/bigcommerce-resourcemodels-order-transaction.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html b/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html index 01ace9aa..415db9b0 100644 --- a/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html +++ b/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html b/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html index 26b65034..670dc3e5 100644 --- a/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html +++ b/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html index 799d9d88..5ebb4ab8 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html index 64e15340..c59ec8e0 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html index ec521f30..6bc135bf 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-redirect-redirect.html b/docs/files/bigcommerce-resourcemodels-redirect-redirect.html index 2db582b7..cda8d47c 100644 --- a/docs/files/bigcommerce-resourcemodels-redirect-redirect.html +++ b/docs/files/bigcommerce-resourcemodels-redirect-redirect.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html b/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html index 8c459f1e..f9e7d7e4 100644 --- a/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html +++ b/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-resourcemodel.html b/docs/files/bigcommerce-resourcemodels-resourcemodel.html index d3124251..68080115 100644 --- a/docs/files/bigcommerce-resourcemodels-resourcemodel.html +++ b/docs/files/bigcommerce-resourcemodels-resourcemodel.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-script-script.html b/docs/files/bigcommerce-resourcemodels-script-script.html index ba670411..a5d7e2ac 100644 --- a/docs/files/bigcommerce-resourcemodels-script-script.html +++ b/docs/files/bigcommerce-resourcemodels-script-script.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-joberror.html b/docs/files/bigcommerce-resourcemodels-theme-joberror.html index 282b9a9d..2fbc8138 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-joberror.html +++ b/docs/files/bigcommerce-resourcemodels-theme-joberror.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-jobresult.html b/docs/files/bigcommerce-resourcemodels-theme-jobresult.html index f4d79b69..f28999a8 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-jobresult.html +++ b/docs/files/bigcommerce-resourcemodels-theme-jobresult.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html b/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html index 65734653..e0a05633 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html +++ b/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-theme.html b/docs/files/bigcommerce-resourcemodels-theme-theme.html index b9cd75ea..c6cf8e0c 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-theme.html +++ b/docs/files/bigcommerce-resourcemodels-theme-theme.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-themejob.html b/docs/files/bigcommerce-resourcemodels-theme-themejob.html index 93f8906b..ff2ad1f6 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-themejob.html +++ b/docs/files/bigcommerce-resourcemodels-theme-themejob.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-theme-themevariation.html b/docs/files/bigcommerce-resourcemodels-theme-themevariation.html index d553b144..7d6025e0 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-themevariation.html +++ b/docs/files/bigcommerce-resourcemodels-theme-themevariation.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-placement.html b/docs/files/bigcommerce-resourcemodels-widget-placement.html index dae9dcc5..a0214026 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-placement.html +++ b/docs/files/bigcommerce-resourcemodels-widget-placement.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-region.html b/docs/files/bigcommerce-resourcemodels-widget-region.html index b8115645..0df1be72 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-region.html +++ b/docs/files/bigcommerce-resourcemodels-widget-region.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-widget.html b/docs/files/bigcommerce-resourcemodels-widget-widget.html index 3518f356..55807bb7 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widget.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widget.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html b/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html index 050999b8..161e4e29 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html b/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html index 9bf1bf3b..dce514dc 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html b/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html index 368e502b..c5f15fc4 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html index 3878dca2..0006c528 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html index 4d520f4a..d0517c9c 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-brand-brandresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandresponse.html index 62c2de34..e2f771ba 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html index 455d3034..93a3a16a 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html b/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html index 27c4e5c1..9d76fc64 100644 --- a/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html +++ b/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-cart-cartresponse.html b/docs/files/bigcommerce-responsemodels-cart-cartresponse.html index 4932d920..2c729915 100644 --- a/docs/files/bigcommerce-responsemodels-cart-cartresponse.html +++ b/docs/files/bigcommerce-responsemodels-cart-cartresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html b/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html index 8448a120..ac665fd5 100644 --- a/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html b/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html index 526a87f8..3ce0ce12 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html index da1165a7..76053188 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-category-categoryresponse.html b/docs/files/bigcommerce-responsemodels-category-categoryresponse.html index f553da46..a678a623 100644 --- a/docs/files/bigcommerce-responsemodels-category-categoryresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categoryresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html b/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html index ab0c837e..9fe68549 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html index cd9aa717..9e4377ca 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html index e29d40be..68a94481 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html index 6a2a4c07..9beae497 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html b/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html index 1be88d97..cc5e60ce 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html index 0d0b9504..8c32f01e 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelresponse.html index 9f1c2224..99c39c3a 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html index d9bb51a3..0f17dbf1 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html index 818c17b5..6ec60162 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-complexruleresponse.html b/docs/files/bigcommerce-responsemodels-complexruleresponse.html index 5df20b31..37ae1492 100644 --- a/docs/files/bigcommerce-responsemodels-complexruleresponse.html +++ b/docs/files/bigcommerce-responsemodels-complexruleresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-complexrulesresponse.html b/docs/files/bigcommerce-responsemodels-complexrulesresponse.html index 3b293f35..e9999d93 100644 --- a/docs/files/bigcommerce-responsemodels-complexrulesresponse.html +++ b/docs/files/bigcommerce-responsemodels-complexrulesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html index bd7bd53b..058cff9e 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html index ed2fbb52..894a47a1 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html index 9efa957a..723cbc54 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html index cabede11..63f73550 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html index 96d4138b..0ba94216 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customerresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerresponse.html index c878c675..88f3b497 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-customersresponse.html b/docs/files/bigcommerce-responsemodels-customer-customersresponse.html index f0b82ae0..5ce0b728 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customersresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customersresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html b/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html index e5a888eb..9657d667 100644 --- a/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html b/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html index a04247e2..6365c46a 100644 --- a/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customfieldresponse.html b/docs/files/bigcommerce-responsemodels-customfieldresponse.html index d6456b95..cb9e2395 100644 --- a/docs/files/bigcommerce-responsemodels-customfieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-customfieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customfieldsresponse.html b/docs/files/bigcommerce-responsemodels-customfieldsresponse.html index b9b6d98b..dc21c089 100644 --- a/docs/files/bigcommerce-responsemodels-customfieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-customfieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html b/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html index e58cfd83..c7abd8c4 100644 --- a/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html +++ b/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-meta-pagination.html b/docs/files/bigcommerce-responsemodels-meta-pagination.html index 060e609f..0f051b5a 100644 --- a/docs/files/bigcommerce-responsemodels-meta-pagination.html +++ b/docs/files/bigcommerce-responsemodels-meta-pagination.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-optionsresponse.html b/docs/files/bigcommerce-responsemodels-optionsresponse.html index e304e114..ed28ef50 100644 --- a/docs/files/bigcommerce-responsemodels-optionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-optionsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html b/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html index a51bdb7e..8a95c9fa 100644 --- a/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html index f6769453..61ff6432 100644 --- a/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html b/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html index 19bfd50a..469a1aa0 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-refundresponse.html b/docs/files/bigcommerce-responsemodels-order-refundresponse.html index 0506e9d5..b2a78d10 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-refundsresponse.html b/docs/files/bigcommerce-responsemodels-order-refundsresponse.html index 1544f07f..ebdb2d6b 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html b/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html index 2f9bb82f..7550f163 100644 --- a/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html b/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html index b99c613d..4d1bc6f7 100644 --- a/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html +++ b/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-paginatedresponse.html b/docs/files/bigcommerce-responsemodels-paginatedresponse.html index 0bf71703..15197a23 100644 --- a/docs/files/bigcommerce-responsemodels-paginatedresponse.html +++ b/docs/files/bigcommerce-responsemodels-paginatedresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html b/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html index 46dd75d4..b089b82c 100644 --- a/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html +++ b/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html b/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html index ef2b272f..455f760b 100644 --- a/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html +++ b/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html index 390331be..a5fba07c 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html index a89d3c0e..9692a1a2 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html index 1d92b885..e4790035 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html index c5b9f420..819ba369 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html index 764b763a..a4476574 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-modifierresponse.html b/docs/files/bigcommerce-responsemodels-product-modifierresponse.html index 28780d08..435e1807 100644 --- a/docs/files/bigcommerce-responsemodels-product-modifierresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-modifierresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html b/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html index a5c50bb1..a5e90f74 100644 --- a/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-optionresponse.html b/docs/files/bigcommerce-responsemodels-product-optionresponse.html index b2a56e17..c82da58d 100644 --- a/docs/files/bigcommerce-responsemodels-product-optionresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-optionresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html b/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html index aa77dc5b..efa7f2a9 100644 --- a/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html b/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html index f9e84942..232585d7 100644 --- a/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productimageresponse.html b/docs/files/bigcommerce-responsemodels-product-productimageresponse.html index 3fb27150..9795ed36 100644 --- a/docs/files/bigcommerce-responsemodels-product-productimageresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productimageresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html b/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html index 7c302234..a3872e12 100644 --- a/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html index fce30917..21dd5314 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html index 7a5c8125..60fa74a4 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html b/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html index f7fe54be..0f92494f 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html b/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html index c3b8bbe7..497f7856 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html b/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html index 414d3520..f677c2fb 100644 --- a/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html b/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html index cdc78a57..26b673a8 100644 --- a/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productresponse.html b/docs/files/bigcommerce-responsemodels-product-productresponse.html index f9bfb950..f260f1d2 100644 --- a/docs/files/bigcommerce-responsemodels-product-productresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html b/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html index 29f75079..488befa3 100644 --- a/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html b/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html index 64cf962c..651d28aa 100644 --- a/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productsresponse.html b/docs/files/bigcommerce-responsemodels-product-productsresponse.html index b523fe2f..32939fab 100644 --- a/docs/files/bigcommerce-responsemodels-product-productsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html index aebc1072..cc606f2c 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html index cffe4cc8..ce079e1b 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html index 0b7893dc..52c17f45 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html index 316b13c5..edd51b01 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html b/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html index 4d77d6ff..65be5238 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html b/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html index 3693f072..292f0493 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html b/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html index dd4457f7..2c58d6f2 100644 --- a/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html +++ b/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-script-scriptresponse.html b/docs/files/bigcommerce-responsemodels-script-scriptresponse.html index 54f55746..97b83b1f 100644 --- a/docs/files/bigcommerce-responsemodels-script-scriptresponse.html +++ b/docs/files/bigcommerce-responsemodels-script-scriptresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html b/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html index 69bb3c5c..faddf742 100644 --- a/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html +++ b/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-singleresourceresponse.html b/docs/files/bigcommerce-responsemodels-singleresourceresponse.html index 5ae21f79..e617b809 100644 --- a/docs/files/bigcommerce-responsemodels-singleresourceresponse.html +++ b/docs/files/bigcommerce-responsemodels-singleresourceresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-summaryresponse.html b/docs/files/bigcommerce-responsemodels-summaryresponse.html index a5e22b9d..a16d219c 100644 --- a/docs/files/bigcommerce-responsemodels-summaryresponse.html +++ b/docs/files/bigcommerce-responsemodels-summaryresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html b/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html index 7ff0a15c..4432b3ae 100644 --- a/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html b/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html index f23a9e20..1118c7aa 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-theme-themeresponse.html b/docs/files/bigcommerce-responsemodels-theme-themeresponse.html index 34477305..7990a67a 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themeresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themeresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-theme-themesresponse.html b/docs/files/bigcommerce-responsemodels-theme-themesresponse.html index 137a9f0b..c46cb854 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themesresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-placementresponse.html b/docs/files/bigcommerce-responsemodels-widget-placementresponse.html index 040946ac..8b864acc 100644 --- a/docs/files/bigcommerce-responsemodels-widget-placementresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-placementresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html b/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html index d502ef5e..a924a048 100644 --- a/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html b/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html index 90325d13..be696af4 100644 --- a/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html index 1cc7ebc6..89c873e7 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html index 5cb82686..daf12248 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html index 609b1edf..ef9aa5df 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html index a62ee7c5..ac4ef71a 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html @@ -58,6 +58,7 @@

                        Namespaces

                        BigCommerce

                        diff --git a/docs/files/bigcommercelegacyapi-api-generic-v2api.html b/docs/files/bigcommercelegacyapi-api-generic-v2api.html new file mode 100644 index 00000000..2f727372 --- /dev/null +++ b/docs/files/bigcommercelegacyapi-api-generic-v2api.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                        +

                        Documentation

                        + + + + + +
                        + +
                        +
                        + + + + +
                        +
                          +
                        + +
                        +

                        V2Api.php

                        + + +
                        + + + + + + +

                        + Interfaces, Classes and Traits + +

                        + +
                        +
                        V2Api
                        +
                        + + +
                        + + + + + + + + +
                        +
                        +
                        +
                        +

                        Search results

                        + +
                        +
                        +
                          +
                          +
                          +
                          +
                          +
                          + + +
                          + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-api-generic-v2apibase.html b/docs/files/bigcommercelegacyapi-api-generic-v2apibase.html new file mode 100644 index 00000000..e8ee149e --- /dev/null +++ b/docs/files/bigcommercelegacyapi-api-generic-v2apibase.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                          +

                          Documentation

                          + + + + + +
                          + +
                          +
                          + + + + +
                          +
                            +
                          + +
                          +

                          V2ApiBase.php

                          + + +
                          + + + + + + +

                          + Interfaces, Classes and Traits + +

                          + +
                          + +
                          V2ApiBase
                          +
                          + +
                          + + + + + + + + +
                          +
                          +
                          +
                          +

                          Search results

                          + +
                          +
                          +
                            +
                            +
                            +
                            +
                            +
                            + + +
                            + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-api-orders-ordersapi.html b/docs/files/bigcommercelegacyapi-api-orders-ordersapi.html new file mode 100644 index 00000000..4280e421 --- /dev/null +++ b/docs/files/bigcommercelegacyapi-api-orders-ordersapi.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                            +

                            Documentation

                            + + + + + +
                            + +
                            +
                            + + + + +
                            +
                              +
                            + +
                            +

                            OrdersApi.php

                            + + +
                            + + + + + + +

                            + Interfaces, Classes and Traits + +

                            + +
                            + +
                            OrdersApi
                            +
                            Orders v2 API
                            + +
                            + + + + + + + + +
                            +
                            +
                            +
                            +

                            Search results

                            + +
                            +
                            +
                              +
                              +
                              +
                              +
                              +
                              + + +
                              + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-resourcemodels-order-order.html b/docs/files/bigcommercelegacyapi-resourcemodels-order-order.html new file mode 100644 index 00000000..d8dc92fc --- /dev/null +++ b/docs/files/bigcommercelegacyapi-resourcemodels-order-order.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                              +

                              Documentation

                              + + + + + +
                              + +
                              +
                              + + + + +
                              +
                                +
                              + +
                              +

                              Order.php

                              + + +
                              + + + + + + +

                              + Interfaces, Classes and Traits + +

                              + +
                              + +
                              Order
                              +
                              + +
                              + + + + + + + + +
                              +
                              +
                              +
                              +

                              Search results

                              + +
                              +
                              +
                                +
                                +
                                +
                                +
                                +
                                + + +
                                + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-resourcemodels-order-orderaddress.html b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderaddress.html new file mode 100644 index 00000000..333505b4 --- /dev/null +++ b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderaddress.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                +

                                Documentation

                                + + + + + +
                                + +
                                +
                                + + + + +
                                +
                                  +
                                + +
                                +

                                OrderAddress.php

                                + + +
                                + + + + + + +

                                + Interfaces, Classes and Traits + +

                                + +
                                + +
                                OrderAddress
                                +
                                + +
                                + + + + + + + + +
                                +
                                +
                                +
                                +

                                Search results

                                + +
                                +
                                +
                                  +
                                  +
                                  +
                                  +
                                  +
                                  + + +
                                  + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-resourcemodels-order-orderbillingaddress.html b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderbillingaddress.html new file mode 100644 index 00000000..edce83a5 --- /dev/null +++ b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderbillingaddress.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                  +

                                  Documentation

                                  + + + + + +
                                  + +
                                  +
                                  + + + + +
                                  +
                                    +
                                  + +
                                  +

                                  OrderBillingAddress.php

                                  + + +
                                  + + + + + + +

                                  + Interfaces, Classes and Traits + +

                                  + +
                                  + +
                                  OrderBillingAddress
                                  +
                                  + +
                                  + + + + + + + + +
                                  +
                                  +
                                  +
                                  +

                                  Search results

                                  + +
                                  +
                                  +
                                    +
                                    +
                                    +
                                    +
                                    +
                                    + + +
                                    + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-resourcemodels-order-orderproduct.html b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderproduct.html new file mode 100644 index 00000000..aae550ed --- /dev/null +++ b/docs/files/bigcommercelegacyapi-resourcemodels-order-orderproduct.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                    +

                                    Documentation

                                    + + + + + +
                                    + +
                                    +
                                    + + + + +
                                    +
                                      +
                                    + +
                                    +

                                    OrderProduct.php

                                    + + +
                                    + + + + + + +

                                    + Interfaces, Classes and Traits + +

                                    + +
                                    + +
                                    OrderProduct
                                    +
                                    + +
                                    + + + + + + + + +
                                    +
                                    +
                                    +
                                    +

                                    Search results

                                    + +
                                    +
                                    +
                                      +
                                      +
                                      +
                                      +
                                      +
                                      + + +
                                      + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-resourcemodels-order-ordershippingaddress.html b/docs/files/bigcommercelegacyapi-resourcemodels-order-ordershippingaddress.html new file mode 100644 index 00000000..6fb26cdb --- /dev/null +++ b/docs/files/bigcommercelegacyapi-resourcemodels-order-ordershippingaddress.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                      +

                                      Documentation

                                      + + + + + +
                                      + +
                                      +
                                      + + + + +
                                      +
                                        +
                                      + +
                                      +

                                      OrderShippingAddress.php

                                      + + +
                                      + + + + + + +

                                      + Interfaces, Classes and Traits + +

                                      + +
                                      + +
                                      OrderShippingAddress
                                      +
                                      + +
                                      + + + + + + + + +
                                      +
                                      +
                                      +
                                      +

                                      Search results

                                      + +
                                      +
                                      +
                                        +
                                        +
                                        +
                                        +
                                        +
                                        + + +
                                        + + + + + + + + diff --git a/docs/files/bigcommercelegacyapi-v2apiclient.html b/docs/files/bigcommercelegacyapi-v2apiclient.html new file mode 100644 index 00000000..b8f7ffb0 --- /dev/null +++ b/docs/files/bigcommercelegacyapi-v2apiclient.html @@ -0,0 +1,139 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                        +

                                        Documentation

                                        + + + + + +
                                        + +
                                        +
                                        + + + + +
                                        +
                                          +
                                        + +
                                        +

                                        V2ApiClient.php

                                        + + +
                                        + + + + + + +

                                        + Interfaces, Classes and Traits + +

                                        + +
                                        + +
                                        V2ApiClient
                                        +
                                        Class for accessing BigCommerce V2 Endpoints
                                        + +
                                        + + + + + + + + +
                                        +
                                        +
                                        +
                                        +

                                        Search results

                                        + +
                                        +
                                        +
                                          +
                                          +
                                          +
                                          +
                                          +
                                          + + +
                                          + + + + + + + + diff --git a/docs/graphs/classes.html b/docs/graphs/classes.html index 33f14cd2..95819450 100644 --- a/docs/graphs/classes.html +++ b/docs/graphs/classes.html @@ -47,6 +47,7 @@

                                          Namespaces

                                          BigCommerce

                                          diff --git a/docs/index.html b/docs/index.html index 225c3d9d..e17ef81d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,6 +58,7 @@

                                          Namespaces

                                          BigCommerce

                                          diff --git a/docs/indices/files.html b/docs/indices/files.html index a16b405d..72293d80 100644 --- a/docs/indices/files.html +++ b/docs/indices/files.html @@ -58,6 +58,7 @@

                                          Namespaces

                                          BigCommerce

                                          @@ -86,6 +87,7 @@

                                          A

                                          B

                                          P

                                          @@ -351,6 +359,9 @@

                                          U

                                          V

                                            +
                                          • V2Api.php
                                          • +
                                          • V2ApiBase.php
                                          • +
                                          • V2ApiClient.php
                                          • V3Api.php
                                          • V3ApiBase.php
                                          • VariantsApi.php
                                          • diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js index cf0e1b9a..b99e0cf2 100644 --- a/docs/js/searchIndex.js +++ b/docs/js/searchIndex.js @@ -1225,6 +1225,11 @@ Search.appendIndex( "name": "getAll", "summary": "", "url": "classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html#method_getAll" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\Api\\Customers\\CustomersApi\u003A\u003AgetAllPages\u0028\u0029", + "name": "getAllPages", + "summary": "", + "url": "classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html#method_getAllPages" }, { "fqsen": "\\BigCommerce\\ApiV3\\Api\\Customers\\CustomersApi\u003A\u003AgetByEmail\u0028\u0029", "name": "getByEmail", @@ -1470,6 +1475,16 @@ Search.appendIndex( "name": "getClient", "summary": "", "url": "classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html#method_getClient" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\Api\\Generic\\BatchUpdateResource\u003A\u003AgetMaxRetries\u0028\u0029", + "name": "getMaxRetries", + "summary": "", + "url": "classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html#method_getMaxRetries" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\Api\\Generic\\BatchUpdateResource\u003A\u003AsetMaxRetries\u0028\u0029", + "name": "setMaxRetries", + "summary": "", + "url": "classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html#method_setMaxRetries" }, { "fqsen": "\\BigCommerce\\ApiV3\\Api\\Generic\\CreateImage", "name": "CreateImage", @@ -2223,43 +2238,8 @@ Search.appendIndex( }, { "fqsen": "\\BigCommerce\\ApiV3\\Client", "name": "Client", - "summary": "", + "summary": "The\u0020parent\u0020API\u0020class", "url": "classes/BigCommerce-ApiV3-Client.html" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003A__construct\u0028\u0029", - "name": "__construct", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method___construct" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AgetBaseUri\u0028\u0029", - "name": "getBaseUri", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_getBaseUri" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AsetBaseUri\u0028\u0029", - "name": "setBaseUri", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_setBaseUri" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AgetRestClient\u0028\u0029", - "name": "getRestClient", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_getRestClient" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AsetRestClient\u0028\u0029", - "name": "setRestClient", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_setRestClient" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AprintDebug\u0028\u0029", - "name": "printDebug", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_printDebug" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AprintDebugLastRequest\u0028\u0029", - "name": "printDebugLastRequest", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#method_printDebugLastRequest" }, { "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003Acatalog\u0028\u0029", "name": "catalog", @@ -2350,31 +2330,6 @@ Search.appendIndex( "name": "redirects", "summary": "", "url": "classes/BigCommerce-ApiV3-Client.html#method_redirects" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003ADEFAULT_HANDLER", - "name": "DEFAULT_HANDLER", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#constant_DEFAULT_HANDLER" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003ADEFAULT_BASE_URI", - "name": "DEFAULT_BASE_URI", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#constant_DEFAULT_BASE_URI" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003ADEFAULT_HEADERS", - "name": "DEFAULT_HEADERS", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#constant_DEFAULT_HEADERS" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AHEADERS__AUTH_CLIENT", - "name": "HEADERS__AUTH_CLIENT", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#constant_HEADERS__AUTH_CLIENT" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AHEADERS__AUTH_TOKEN", - "name": "HEADERS__AUTH_TOKEN", - "summary": "", - "url": "classes/BigCommerce-ApiV3-Client.html#constant_HEADERS__AUTH_TOKEN" }, { "fqsen": "\\BigCommerce\\ApiV3\\Client\u003A\u003AAPI_URI", "name": "API_URI", @@ -7080,6 +7035,586 @@ Search.appendIndex( "name": "custom_url", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html#property_custom_url" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient", + "name": "BaseApiClient", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method___construct" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AgetBaseUri\u0028\u0029", + "name": "getBaseUri", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_getBaseUri" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AsetBaseUri\u0028\u0029", + "name": "setBaseUri", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_setBaseUri" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AgetRestClient\u0028\u0029", + "name": "getRestClient", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_getRestClient" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AsetRestClient\u0028\u0029", + "name": "setRestClient", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_setRestClient" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AprintDebug\u0028\u0029", + "name": "printDebug", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_printDebug" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003AprintDebugLastRequest\u0028\u0029", + "name": "printDebugLastRequest", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#method_printDebugLastRequest" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003ADEFAULT_HANDLER", + "name": "DEFAULT_HANDLER", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#constant_DEFAULT_HANDLER" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003ADEFAULT_BASE_URI", + "name": "DEFAULT_BASE_URI", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#constant_DEFAULT_BASE_URI" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\BaseApiClient\u003A\u003ADEFAULT_HEADERS", + "name": "DEFAULT_HEADERS", + "summary": "", + "url": "classes/BigCommerce-ApiV3-BaseApiClient.html#constant_DEFAULT_HEADERS" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2Api", + "name": "V2Api", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2Api.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2Api\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2Api.html#method___construct" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2Api\u003A\u003AgetResourceId\u0028\u0029", + "name": "getResourceId", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2Api.html#method_getResourceId" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2Api\u003A\u003AgetClient\u0028\u0029", + "name": "getClient", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2Api.html#method_getClient" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2ApiBase", + "name": "V2ApiBase", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2ApiBase\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method___construct" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2ApiBase\u003A\u003AgetResourceId\u0028\u0029", + "name": "getResourceId", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method_getResourceId" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2ApiBase\u003A\u003AgetParentResourceId\u0028\u0029", + "name": "getParentResourceId", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method_getParentResourceId" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic\\V2ApiBase\u003A\u003AgetClient\u0028\u0029", + "name": "getClient", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Generic-V2ApiBase.html#method_getClient" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Orders\\OrdersApi", + "name": "OrdersApi", + "summary": "Orders\u0020v2\u0020API", + "url": "classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Orders\\OrdersApi\u003A\u003AsingleResourceUrl\u0028\u0029", + "name": "singleResourceUrl", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html#method_singleResourceUrl" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Orders\\OrdersApi\u003A\u003AmultipleResourceUrl\u0028\u0029", + "name": "multipleResourceUrl", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html#method_multipleResourceUrl" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Orders\\OrdersApi\u003A\u003Acreate\u0028\u0029", + "name": "create", + "summary": "", + "url": "classes/BigCommerce-ApiV2-Api-Orders-OrdersApi.html#method_create" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order", + "name": "Order", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024id", + "name": "id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024date_modified", + "name": "date_modified", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_date_modified" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024date_shipped", + "name": "date_shipped", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_date_shipped" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024cart_id", + "name": "cart_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_cart_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024status", + "name": "status", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_status" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024subtotal_tax", + "name": "subtotal_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_subtotal_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_cost_tax", + "name": "shipping_cost_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_cost_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_cost_tax_class_id", + "name": "shipping_cost_tax_class_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_cost_tax_class_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024handling_cost_tax", + "name": "handling_cost_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_handling_cost_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024handling_cost_tax_class_id", + "name": "handling_cost_tax_class_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_handling_cost_tax_class_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024wrapping_cost_tax", + "name": "wrapping_cost_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_wrapping_cost_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024wrapping_cost_tax_class_id", + "name": "wrapping_cost_tax_class_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_wrapping_cost_tax_class_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024payment_status", + "name": "payment_status", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_payment_status" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024store_credit_amount", + "name": "store_credit_amount", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_store_credit_amount" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024gift_certificate_amount", + "name": "gift_certificate_amount", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_gift_certificate_amount" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024currency_id", + "name": "currency_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_currency_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024currency_code", + "name": "currency_code", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_currency_code" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024currency_exchange_rate", + "name": "currency_exchange_rate", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_currency_exchange_rate" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024default_currency_id", + "name": "default_currency_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_default_currency_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024coupon_discount", + "name": "coupon_discount", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_coupon_discount" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_address_count", + "name": "shipping_address_count", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_address_count" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024is_email_opt_in", + "name": "is_email_opt_in", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_is_email_opt_in" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024order_source", + "name": "order_source", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_order_source" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024products", + "name": "products", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_products" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_addresses", + "name": "shipping_addresses", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_addresses" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024coupons", + "name": "coupons", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_coupons" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024status_id", + "name": "status_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_status_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024base_handling_cost", + "name": "base_handling_cost", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_base_handling_cost" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024base_shipping_cost", + "name": "base_shipping_cost", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_base_shipping_cost" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024base_wrapping_cost", + "name": "base_wrapping_cost", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_base_wrapping_cost" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024billing_address", + "name": "billing_address", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_billing_address" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024channel_id", + "name": "channel_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_channel_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024customer_id", + "name": "customer_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_customer_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024customer_message", + "name": "customer_message", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_customer_message" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024date_created", + "name": "date_created", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_date_created" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024default_currency_code", + "name": "default_currency_code", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_default_currency_code" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024discount_amount", + "name": "discount_amount", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_discount_amount" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024ebay_order_id", + "name": "ebay_order_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_ebay_order_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024external_id", + "name": "external_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_external_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024external_source", + "name": "external_source", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_external_source" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024geoip_country", + "name": "geoip_country", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_geoip_country" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024geoip_country_iso2", + "name": "geoip_country_iso2", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_geoip_country_iso2" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024handling_cost_ex_tax", + "name": "handling_cost_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_handling_cost_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024handling_cost_inc_tax", + "name": "handling_cost_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_handling_cost_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024ip_address", + "name": "ip_address", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_ip_address" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024is_deleted", + "name": "is_deleted", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_is_deleted" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024items_shipped", + "name": "items_shipped", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_items_shipped" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024items_total", + "name": "items_total", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_items_total" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024order_is_digital", + "name": "order_is_digital", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_order_is_digital" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024payment_method", + "name": "payment_method", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_payment_method" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024payment_provider_id", + "name": "payment_provider_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_payment_provider_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024refunded_amount", + "name": "refunded_amount", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_refunded_amount" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_cost_ex_tax", + "name": "shipping_cost_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_cost_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024shipping_cost_inc_tax", + "name": "shipping_cost_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_shipping_cost_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024staff_notes", + "name": "staff_notes", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_staff_notes" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024subtotal_ex_tax", + "name": "subtotal_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_subtotal_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024subtotal_inc_tax", + "name": "subtotal_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_subtotal_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024tax_provider_id", + "name": "tax_provider_id", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_tax_provider_id" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024customer_locale", + "name": "customer_locale", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_customer_locale" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024total_ex_tax", + "name": "total_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_total_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024total_inc_tax", + "name": "total_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_total_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024wrapping_cost_ex_tax", + "name": "wrapping_cost_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_wrapping_cost_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\Order\u003A\u003A\u0024wrapping_cost_inc_tax", + "name": "wrapping_cost_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-Order.html#property_wrapping_cost_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress", + "name": "OrderAddress", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024first_name", + "name": "first_name", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_first_name" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024last_name", + "name": "last_name", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_last_name" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024company", + "name": "company", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_company" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024street_1", + "name": "street_1", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_street_1" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024street_2", + "name": "street_2", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_street_2" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024city", + "name": "city", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_city" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024state", + "name": "state", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_state" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024zip", + "name": "zip", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_zip" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024country", + "name": "country", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_country" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024country_iso2", + "name": "country_iso2", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_country_iso2" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024phone", + "name": "phone", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_phone" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderAddress\u003A\u003A\u0024email", + "name": "email", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderAddress.html#property_email" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderBillingAddress", + "name": "OrderBillingAddress", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderBillingAddress\u003A\u003AsameAsShipping\u0028\u0029", + "name": "sameAsShipping", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html#method_sameAsShipping" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderBillingAddress\u003A\u003A\u0024form_fields", + "name": "form_fields", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderBillingAddress.html#property_form_fields" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct", + "name": "OrderProduct", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003Abuild\u0028\u0029", + "name": "build", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#method_build" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024name", + "name": "name", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_name" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024upc", + "name": "upc", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_upc" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024sku", + "name": "sku", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_sku" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024quantity", + "name": "quantity", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_quantity" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024price_inc_tax", + "name": "price_inc_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_price_inc_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderProduct\u003A\u003A\u0024price_ex_tax", + "name": "price_ex_tax", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderProduct.html#property_price_ex_tax" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderShippingAddress", + "name": "OrderShippingAddress", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order\\OrderShippingAddress\u003A\u003A\u0024shipping_method", + "name": "shipping_method", + "summary": "", + "url": "classes/BigCommerce-ApiV2-ResourceModels-Order-OrderShippingAddress.html#property_shipping_method" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\V2ApiClient", + "name": "V2ApiClient", + "summary": "Class\u0020for\u0020accessing\u0020BigCommerce\u0020V2\u0020Endpoints", + "url": "classes/BigCommerce-ApiV2-V2ApiClient.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\V2ApiClient\u003A\u003Aorders\u0028\u0029", + "name": "orders", + "summary": "", + "url": "classes/BigCommerce-ApiV2-V2ApiClient.html#method_orders" }, { "fqsen": "\\", "name": "\\", @@ -7360,5 +7895,35 @@ Search.appendIndex( "name": "Widget", "summary": "", "url": "namespaces/bigcommerce-apiv3-responsemodels-widget.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Generic", + "name": "Generic", + "summary": "", + "url": "namespaces/bigcommerce-apiv2-api-generic.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api", + "name": "Api", + "summary": "", + "url": "namespaces/bigcommerce-apiv2-api.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\Api\\Orders", + "name": "Orders", + "summary": "", + "url": "namespaces/bigcommerce-apiv2-api-orders.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels\\Order", + "name": "Order", + "summary": "", + "url": "namespaces/bigcommerce-apiv2-resourcemodels-order.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2\\ResourceModels", + "name": "ResourceModels", + "summary": "", + "url": "namespaces/bigcommerce-apiv2-resourcemodels.html" + }, { + "fqsen": "\\BigCommerce\\ApiV2", + "name": "ApiV2", + "summary": "", + "url": "namespaces/bigcommerce-apiv2.html" } ] ); diff --git a/docs/namespaces/bigcommerce-apiv2-api-generic.html b/docs/namespaces/bigcommerce-apiv2-api-generic.html new file mode 100644 index 00000000..2c710329 --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2-api-generic.html @@ -0,0 +1,136 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                            +

                                            Documentation

                                            + + + + + +
                                            + +
                                            +
                                            + + + + +
                                            + + +
                                            +

                                            Generic

                                            + + + +

                                            + Interfaces, Classes and Traits + +

                                            + +
                                            +
                                            V2Api
                                            +
                                            + +
                                            V2ApiBase
                                            +
                                            + +
                                            + + + + + + +
                                            +
                                            +
                                            +
                                            +

                                            Search results

                                            + +
                                            +
                                            +
                                              +
                                              +
                                              +
                                              +
                                              +
                                              + + +
                                              + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv2-api-orders.html b/docs/namespaces/bigcommerce-apiv2-api-orders.html new file mode 100644 index 00000000..ad442c29 --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2-api-orders.html @@ -0,0 +1,134 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                              +

                                              Documentation

                                              + + + + + +
                                              + +
                                              +
                                              + + + + +
                                              + + +
                                              +

                                              Orders

                                              + + + +

                                              + Interfaces, Classes and Traits + +

                                              + +
                                              + +
                                              OrdersApi
                                              +
                                              Orders v2 API
                                              + +
                                              + + + + + + +
                                              +
                                              +
                                              +
                                              +

                                              Search results

                                              + +
                                              +
                                              +
                                                +
                                                +
                                                +
                                                +
                                                +
                                                + + +
                                                + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv2-api.html b/docs/namespaces/bigcommerce-apiv2-api.html new file mode 100644 index 00000000..625e1835 --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2-api.html @@ -0,0 +1,131 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                                +

                                                Documentation

                                                + + + + + +
                                                + +
                                                +
                                                + + + + +
                                                + + +
                                                +

                                                Api

                                                + + +

                                                + Namespaces + +

                                                + +
                                                +
                                                Generic
                                                +
                                                Orders
                                                +
                                                + + + + + + + +
                                                +
                                                +
                                                +
                                                +

                                                Search results

                                                + +
                                                +
                                                +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  +
                                                  + + +
                                                  + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv2-resourcemodels-order.html b/docs/namespaces/bigcommerce-apiv2-resourcemodels-order.html new file mode 100644 index 00000000..92f4e751 --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2-resourcemodels-order.html @@ -0,0 +1,142 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                                  +

                                                  Documentation

                                                  + + + + + +
                                                  + +
                                                  +
                                                  + + + + +
                                                  + + + +
                                                  +
                                                  +
                                                  +

                                                  Search results

                                                  + +
                                                  +
                                                  +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    + + +
                                                    + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv2-resourcemodels.html b/docs/namespaces/bigcommerce-apiv2-resourcemodels.html new file mode 100644 index 00000000..288f28e0 --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2-resourcemodels.html @@ -0,0 +1,130 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                                    +

                                                    Documentation

                                                    + + + + + +
                                                    + +
                                                    +
                                                    + + + + +
                                                    + + +
                                                    +

                                                    ResourceModels

                                                    + + +

                                                    + Namespaces + +

                                                    + +
                                                    +
                                                    Order
                                                    +
                                                    + + + + + + + +
                                                    +
                                                    +
                                                    +
                                                    +

                                                    Search results

                                                    + +
                                                    +
                                                    +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      +
                                                      + + +
                                                      + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv2.html b/docs/namespaces/bigcommerce-apiv2.html new file mode 100644 index 00000000..c601f7ab --- /dev/null +++ b/docs/namespaces/bigcommerce-apiv2.html @@ -0,0 +1,141 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
                                                      +

                                                      Documentation

                                                      + + + + + +
                                                      + +
                                                      +
                                                      + + + + +
                                                      + + +
                                                      +

                                                      ApiV2

                                                      + + +

                                                      + Namespaces + +

                                                      + +
                                                      +
                                                      Api
                                                      +
                                                      ResourceModels
                                                      +
                                                      + +

                                                      + Interfaces, Classes and Traits + +

                                                      + +
                                                      + +
                                                      V2ApiClient
                                                      +
                                                      Class for accessing BigCommerce V2 Endpoints
                                                      + +
                                                      + + + + + + +
                                                      +
                                                      +
                                                      +
                                                      +

                                                      Search results

                                                      + +
                                                      +
                                                      +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        + + +
                                                        + + + + + + + + diff --git a/docs/namespaces/bigcommerce-apiv3-api-carts.html b/docs/namespaces/bigcommerce-apiv3-api-carts.html index f632fc4e..fa720386 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-carts.html +++ b/docs/namespaces/bigcommerce-apiv3-api-carts.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html index 225efa06..4c302c67 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html index 5fb9007f..27dd6679 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html index afe496e7..d865a890 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html index 66e811fa..6f1ce08c 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html index 0627e29a..96a6149a 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html index 9f394d64..f298e96f 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog.html b/docs/namespaces/bigcommerce-apiv3-api-catalog.html index 3e0ac30b..96ab1b6b 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-channels.html b/docs/namespaces/bigcommerce-apiv3-api-channels.html index 16dcd6b5..5686c6f3 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-channels.html +++ b/docs/namespaces/bigcommerce-apiv3-api-channels.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-customers.html b/docs/namespaces/bigcommerce-apiv3-api-customers.html index 8498f3e0..61185e77 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-customers.html +++ b/docs/namespaces/bigcommerce-apiv3-api-customers.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html b/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html index fc07e154..4c72b485 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html +++ b/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-generic.html b/docs/namespaces/bigcommerce-apiv3-api-generic.html index 663420c9..51a7f2db 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-generic.html +++ b/docs/namespaces/bigcommerce-apiv3-api-generic.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-orders.html b/docs/namespaces/bigcommerce-apiv3-api-orders.html index fd60fa41..9904c846 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-orders.html +++ b/docs/namespaces/bigcommerce-apiv3-api-orders.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-payments.html b/docs/namespaces/bigcommerce-apiv3-api-payments.html index 9425eb75..e106cd9c 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-payments.html +++ b/docs/namespaces/bigcommerce-apiv3-api-payments.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-pricelists.html b/docs/namespaces/bigcommerce-apiv3-api-pricelists.html index 68378e72..ee842700 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-pricelists.html +++ b/docs/namespaces/bigcommerce-apiv3-api-pricelists.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-redirects.html b/docs/namespaces/bigcommerce-apiv3-api-redirects.html index ebe6916c..96f1e1e2 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-redirects.html +++ b/docs/namespaces/bigcommerce-apiv3-api-redirects.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-scripts.html b/docs/namespaces/bigcommerce-apiv3-api-scripts.html index e68ad72c..f18f309a 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-scripts.html +++ b/docs/namespaces/bigcommerce-apiv3-api-scripts.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-subscribers.html b/docs/namespaces/bigcommerce-apiv3-api-subscribers.html index cad0dca1..b935e13a 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-subscribers.html +++ b/docs/namespaces/bigcommerce-apiv3-api-subscribers.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-themes.html b/docs/namespaces/bigcommerce-apiv3-api-themes.html index 2d363f15..fd601928 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-themes.html +++ b/docs/namespaces/bigcommerce-apiv3-api-themes.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api-widgets.html b/docs/namespaces/bigcommerce-apiv3-api-widgets.html index 6abd8682..185d2708 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-widgets.html +++ b/docs/namespaces/bigcommerce-apiv3-api-widgets.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-api.html b/docs/namespaces/bigcommerce-apiv3-api.html index df91dd04..31588d47 100644 --- a/docs/namespaces/bigcommerce-apiv3-api.html +++ b/docs/namespaces/bigcommerce-apiv3-api.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html index d2b054cf..d96247ed 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html index d0a2267d..65664eba 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html index a538aaea..0c92f76a 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html index bb71b828..e77d0ad4 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html index cc547bc4..575502b4 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html index 36d30061..7862e97c 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html index 5eac5b34..c7fa20ba 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html index a64540ff..5fcd306f 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html index 681610d1..02861da9 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html index 19b8d690..b4b73b54 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html index 6cb13048..baae24a4 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html index 294e8111..397d06e2 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html index f43c61b5..7cb35ea5 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html index feaac71f..f0bcbb95 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html index 90b5a8bd..64825f65 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels.html index 2ef42524..983dc64a 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html index 5059e14d..41e5cd5a 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html index 24363761..1b7954ad 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html index e2b840f8..4b08d54d 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html index e8d85d78..6f461068 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html index 0a38e02b..e44d96bd 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html index 10c7017a..eb10964c 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html index f66b64ca..10a32d8c 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html index bc742937..e846e813 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html index 2576f4af..02d105e0 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html index 7206cdf3..31a1d616 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html index 77612345..9e8bc2da 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html index 4dfffa42..d1a58a01 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html index e6f8f486..ad93fe2c 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html index fee5442e..87c0a8ef 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html index 880aa228..fda9c8a1 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels.html b/docs/namespaces/bigcommerce-apiv3-responsemodels.html index 78dc635d..1f2ce904 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/namespaces/bigcommerce-apiv3.html b/docs/namespaces/bigcommerce-apiv3.html index a71722b6..a34634ce 100644 --- a/docs/namespaces/bigcommerce-apiv3.html +++ b/docs/namespaces/bigcommerce-apiv3.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        @@ -103,6 +104,8 @@

                                                        Client
                                                        +
                                                        The parent API class
                                                        +
                                                        BaseApiClient
                                                        diff --git a/docs/namespaces/bigcommerce.html b/docs/namespaces/bigcommerce.html index bf89b71c..a857b7df 100644 --- a/docs/namespaces/bigcommerce.html +++ b/docs/namespaces/bigcommerce.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        @@ -90,6 +91,7 @@

                                                        ApiV3
                                                        +
                                                        ApiV2
                                                        diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html index d72e2af6..49766bfd 100644 --- a/docs/namespaces/default.html +++ b/docs/namespaces/default.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/packages/BigCommerce-ApiV3-Api-Carts.html b/docs/packages/BigCommerce-ApiV3-Api-Carts.html index abe5c857..0fe45f9d 100644 --- a/docs/packages/BigCommerce-ApiV3-Api-Carts.html +++ b/docs/packages/BigCommerce-ApiV3-Api-Carts.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/packages/BigCommerce-ApiV3-Api.html b/docs/packages/BigCommerce-ApiV3-Api.html index cf00ec02..2baf13b6 100644 --- a/docs/packages/BigCommerce-ApiV3-Api.html +++ b/docs/packages/BigCommerce-ApiV3-Api.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/packages/BigCommerce-ApiV3-ResourceModels.html b/docs/packages/BigCommerce-ApiV3-ResourceModels.html index 84814620..5b742864 100644 --- a/docs/packages/BigCommerce-ApiV3-ResourceModels.html +++ b/docs/packages/BigCommerce-ApiV3-ResourceModels.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/packages/BigCommerce-ApiV3.html b/docs/packages/BigCommerce-ApiV3.html index 77bbd61f..7175f528 100644 --- a/docs/packages/BigCommerce-ApiV3.html +++ b/docs/packages/BigCommerce-ApiV3.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/packages/BigCommerce.html b/docs/packages/BigCommerce.html index 3f242df5..154003c0 100644 --- a/docs/packages/BigCommerce.html +++ b/docs/packages/BigCommerce.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        @@ -100,6 +101,8 @@

                                                        V3Api
                                                        +
                                                        V2Api
                                                        +
                                                        CartItemsApi
                                                        Cart Items API
                                                        @@ -218,7 +221,7 @@

                                                        WidgetTemplateApi
                                                        V3ApiBase
                                                        Client
                                                        -
                                                        +
                                                        The parent API class
                                                        Cart
                                                        CartItem
                                                        @@ -554,6 +557,24 @@

                                                        This is used when creating a customer with attribute values
                                                        CustomerAuthentication
                                                        +
                                                        BaseApiClient
                                                        +
                                                        +
                                                        V2ApiBase
                                                        +
                                                        +
                                                        OrdersApi
                                                        +
                                                        Orders v2 API
                                                        +
                                                        Order
                                                        +
                                                        +
                                                        OrderAddress
                                                        +
                                                        +
                                                        OrderBillingAddress
                                                        +
                                                        +
                                                        OrderProduct
                                                        +
                                                        +
                                                        OrderShippingAddress
                                                        +
                                                        +
                                                        V2ApiClient
                                                        +
                                                        Class for accessing BigCommerce V2 Endpoints
                                                        ProductsSubResourceApi
                                                        diff --git a/docs/packages/default.html b/docs/packages/default.html index df06ba93..6b3ebc60 100644 --- a/docs/packages/default.html +++ b/docs/packages/default.html @@ -58,6 +58,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html index 25632377..ed445bb5 100644 --- a/docs/reports/deprecated.html +++ b/docs/reports/deprecated.html @@ -59,6 +59,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/reports/errors.html b/docs/reports/errors.html index 5272eeac..a57cde16 100644 --- a/docs/reports/errors.html +++ b/docs/reports/errors.html @@ -59,6 +59,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        diff --git a/docs/reports/markers.html b/docs/reports/markers.html index c1748dab..6d93aebc 100644 --- a/docs/reports/markers.html +++ b/docs/reports/markers.html @@ -59,6 +59,7 @@

                                                        Namespaces

                                                        BigCommerce

                                                        @@ -112,11 +113,19 @@

                                                        Table of Contents

                                                        BigCommerce/Client.php - 1 + 2 BigCommerce/ResourceModels/Widget/WidgetConfiguration.php 1 + + + BigCommerceLegacyApi/Api/Orders/OrdersApi.php + 1 + + + BigCommerceLegacyApi/V2ApiClient.php + 3 @@ -291,7 +300,12 @@

                                                        Client.php

                                                        - 27 + 72 + ... + + + + 84 api.bigcommerce.com/stores/%s/v3/'; @@ -313,6 +327,52 @@

                                                        Widg phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore + + +

                                                        OrdersApi.php

                                                        + + + + + + + + + + + + + + + +
                                                        TypeLineDescription
                                                        20set order details...
                                                        + +

                                                        V2ApiClient.php

                                                        + + + + + + + + + + + + + + + + + + + + + + + + +
                                                        TypeLineDescription
                                                        12developer.bigcommerce.com/api-reference/store-management/orders/orders/createanorder)
                                                        21set order details...
                                                        32api.bigcommerce.com/stores/%s/v2/';