diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 373e04f5..bde42c1b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,4 @@ ### New Features - - Add the ability to specify attributes, addresses, form_fields, and authentication when creating customers (#67) - -### Fixes - - - Add missing Customer properties (`notes`, `tax_exempt_category`, `accepts_product_review_abandoned_cart_emails`, - `store_credit_amounts`, `origin_channel_id`, and `channel_ids`) \ No newline at end of file + - Add `setCustomUrl()` to **Category**, **Brand**, and **Product** for simpler custom url setup diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html index 4f44e5d5..d8bfe586 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartItemsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CartItemsApi.php : 32 - + +

Cart Items API

@@ -255,7 +257,8 @@

CartItemsApi.php : 52 - + +

The Cart returns an abbreviated result. Use this to return digital items product options.

@@ -267,6 +270,7 @@

+
@@ -282,7 +286,8 @@

CartItemsApi.php : 47 - + +

The Cart returns an abbreviated result. Use this to return physical items product options.

@@ -294,6 +299,7 @@

+
@@ -309,7 +315,8 @@

CartItemsApi.php : 42 - + +

Create a direct link to a Cart.

@@ -321,6 +328,7 @@

+
@@ -349,14 +357,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -364,21 +374,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -387,8 +400,7 @@
Parameters
Return values
mixed — -
- +
CartItemsApi.php : 54 - + + public add(CartItem $cartItem[, string|null $include = null ]) : CartResponse - +
+
Parameters
@@ -420,14 +434,16 @@
Parameters
: CartItem
- +
+
$include : string|null = null
- +
+
@@ -436,8 +452,7 @@
Parameters
Return values
CartResponse — -
- +
V3ApiBase.php : 39 - + + public getClient() : Client - +
+
Return values
Client — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceWithUuidParentApi.php : 9 - + + public getParentUuid() : string - +
+
Return values
string — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceApi.php : 9 - + + public getUuid() : string - +
+
Return values
string — -
- +
CartItemsApi.php : 82 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceWithUuidParentApi.php : 14 - + + public setParentUuid(string $parentUuid) : void - +
+
Parameters
@@ -661,7 +684,8 @@
Parameters
: string
- +
+
@@ -670,8 +694,7 @@
Parameters
Return values
void — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -703,7 +728,8 @@
Parameters
: string
- +
+
@@ -712,8 +738,7 @@
Parameters
Return values
void — -
- +
CartItemsApi.php : 87 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
CartItemsApi.php : 68 - + + public update(CartItem $cartItem[, string|null $include = null ]) : CartResponse - +
+
Parameters
@@ -777,14 +805,16 @@
Parameters
: CartItem
- +
+
$include : string|null = null
- +
+
@@ -793,12 +823,73 @@
Parameters
Return values
CartResponse — -
- +
+ + +
@@ -823,5 +914,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html index e0c3f523..aa172f41 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartRedirectUrlsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CartRedirectUrlsApi.php : 32 - + +

Cart Redirect URLS

@@ -224,14 +226,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -239,21 +243,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -262,8 +269,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceWithUuidParentApi.php : 14 - + + public setParentUuid(string $parentUuid) : void - +
+
Parameters
@@ -487,7 +501,8 @@
Parameters
: string
- +
+
@@ -496,8 +511,7 @@
Parameters
Return values
void — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -529,7 +545,8 @@
Parameters
: string
- +
+
@@ -538,12 +555,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -568,5 +646,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html index a0effbb8..342040ee 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Carts-CartsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CartsApi.php : 27 - + +

Carts API

@@ -248,14 +250,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -263,21 +267,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -286,8 +293,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
CartsApi.php : 68 - + + public item(string $id) : CartItemsApi - +
+
Parameters
@@ -521,7 +536,8 @@
Parameters
: string
- +
+
@@ -530,8 +546,7 @@
Parameters
Return values
CartItemsApi — -
- +
CartsApi.php : 63 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -659,7 +679,8 @@
Parameters
: string
- +
+
@@ -668,8 +689,7 @@
Parameters
Return values
void — -
- +
CartsApi.php : 58 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
CartsApi.php : 46 - + + public updateCustomerId(int $customerId) : CartResponse - +
+
Parameters
@@ -733,7 +756,8 @@
Parameters
: int
- +
+
@@ -742,12 +766,73 @@
Parameters
Return values
CartResponse — -
- +
+ + +
@@ -772,5 +857,6 @@

Search results

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

BrandImageApi.php : 22 - + +

Brand Images API

@@ -122,8 +124,7 @@

https://developer.bigcommerce.com/api-reference/store-management/catalog/brand-images/createbrandimage -
- +
see @@ -131,8 +132,7 @@
CreateImage::create() -
- +
@@ -216,14 +216,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -231,21 +233,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -254,8 +259,7 @@
Parameters
Return values
mixed — -
- +
ResourceApi.php : 44 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -319,21 +326,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -342,8 +352,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -468,5 +542,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html index 4ae5df56..a8a5a750 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Brands-BrandMetafieldsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

BrandMetafieldsApi.php : 27 - + +

Brand Metafields API

@@ -126,8 +128,7 @@

https://developer.bigcommerce.com/api-reference/store-management/catalog/brand-metafields/getbrandmetafieldsbybrandid -
- +
@@ -225,14 +226,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -240,21 +243,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -263,8 +269,7 @@
Parameters
Return values
mixed — -
- +
BrandMetafieldsApi.php : 53 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : BrandMetafieldsResponse - +
+
Parameters
@@ -370,21 +380,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -393,8 +406,7 @@
Parameters
Return values
BrandMetafieldsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -561,5 +640,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html index 74dd0ab6..0c373fb8 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-BrandsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

BrandsApi.php : 30 - + +

Brands API

@@ -245,7 +247,8 @@

BrandsApi.php : 37 - + + @@ -256,7 +259,10 @@

- +
+ +
+ @@ -270,7 +276,8 @@

BrandsApi.php : 36 - + + @@ -281,7 +288,10 @@

- +
+ +
+ @@ -308,14 +318,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -323,21 +335,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -346,8 +361,7 @@

Parameters

Return values
mixed — -
- +
BrandsApi.php : 115 - + +

Creates a Brand.

@@ -390,8 +405,7 @@
Parameters
: Brand
-
- +
@@ -419,7 +433,8 @@

BrandsApi.php : 66 - + +

Returns a single Brand.

@@ -458,8 +473,7 @@

Parameters
Return values
BrandResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
BrandsApi.php : 137 - + +

Update a Brand

@@ -906,8 +918,7 @@
Parameters
: Brand
-
- +
@@ -916,12 +927,73 @@
Parameters
Return values
BrandResponse — -
- +
+ + +
@@ -946,5 +1018,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html index d847995b..d96482a9 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CatalogApi.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

CatalogApi.php : 11 - + + +
@@ -195,14 +198,16 @@

CatalogApi.php : 15 - + + public __construct(Client $client) : mixed - +
+

Parameters
@@ -210,7 +215,8 @@
Parameters
: Client
- +
+
@@ -219,8 +225,7 @@
Parameters
Return values
mixed — -
- +
CatalogApi.php : 45 - + + public brand(int $brandId) : BrandsApi - +
+
Parameters
@@ -252,7 +259,8 @@
Parameters
: int
- +
+
@@ -261,8 +269,7 @@
Parameters
Return values
BrandsApi — -
- +
CatalogApi.php : 35 - + + public category(int $categoryId) : CategoriesApi - +
+
Parameters
@@ -358,7 +369,8 @@
Parameters
: int
- +
+
@@ -367,8 +379,7 @@
Parameters
Return values
CategoriesApi — -
- +
CatalogApi.php : 25 - + + public product(int $productId) : ProductsApi - +
+
Parameters
@@ -400,7 +413,8 @@
Parameters
: int
- +
+
@@ -409,8 +423,7 @@
Parameters
Return values
ProductsApi — -
- +
+ + +
@@ -503,5 +580,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html index 0fd4de23..3917a829 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryImageApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

CategoryImageApi.php : 22 - + +

Category Images API

@@ -122,8 +124,7 @@

https://developer.bigcommerce.com/api-reference/store-management/catalog/brand-images/createbrandimage -
- +
see @@ -131,8 +132,7 @@
CreateImage::create() -
- +
@@ -216,7 +216,8 @@

CategoryImageApi.php : 24 - + + @@ -227,7 +228,10 @@

- +
+ +
+ @@ -254,14 +258,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -269,21 +275,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -292,8 +301,7 @@

Parameters
Return values
mixed — -
- +
ResourceApi.php : 44 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -357,21 +368,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -380,8 +394,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -506,5 +584,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html index 36235093..84cce7cd 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Categories-CategoryMetafieldsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

CategoryMetafieldsApi.php : 28 - + +

Category Metafields API

@@ -126,8 +128,7 @@

https://developer.bigcommerce.com/api-reference/store-management/catalog/category-metafields/getcategorymetafieldsbycategoryid -
- +
@@ -225,14 +226,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -240,21 +243,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -263,8 +269,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -561,5 +640,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html index 6c5f2ecf..4622406c 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-CategoriesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CategoriesApi.php : 13 - + +

V3ApiBase

@@ -237,14 +239,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -252,21 +256,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -275,8 +282,7 @@
Parameters
Return values
mixed — -
- +
CategoriesApi.php : 30 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : CategoriesResponse - +
+
Parameters
@@ -382,21 +393,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -405,8 +419,7 @@
Parameters
Return values
CategoriesResponse — -
- +
CategoriesApi.php : 44 - + + public getAllPages([array<string|int, mixed> $filter = [] ]) : CategoriesResponse - +
+
Parameters
@@ -438,7 +453,8 @@
Parameters
: array<string|int, mixed> = []
- +
+
@@ -447,8 +463,7 @@
Parameters
Return values
CategoriesResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -753,5 +840,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html index ee8d69d5..1ee7dcbb 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ComplexRulesApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ComplexRulesApi.php : 11 - + +

V3ApiBase

@@ -217,7 +219,8 @@

ComplexRulesApi.php : 15 - + + @@ -228,7 +231,10 @@

- +
+ +
+ @@ -242,7 +248,8 @@

ComplexRulesApi.php : 14 - + + @@ -253,7 +260,10 @@

- +
+ +
+ @@ -267,7 +277,8 @@

ComplexRulesApi.php : 13 - + + @@ -278,7 +289,10 @@

- +
+ +
+ @@ -305,14 +319,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -320,21 +336,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -343,8 +362,7 @@

Parameters

Return values
mixed — -
- +
ComplexRulesApi.php : 37 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ComplexRulesResponse - +
+
Parameters
@@ -450,21 +473,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -473,8 +499,7 @@
Parameters
Return values
ComplexRulesResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -641,5 +733,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html index 5fa3653a..e88d4006 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-CustomFieldsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

CustomFieldsApi.php : 10 - + +

V3ApiBase

@@ -217,7 +219,8 @@

CustomFieldsApi.php : 14 - + + @@ -228,7 +231,10 @@

- +
+ +
+ @@ -242,7 +248,8 @@

CustomFieldsApi.php : 13 - + + @@ -253,7 +260,10 @@

- +
+ +
+ @@ -267,7 +277,8 @@

CustomFieldsApi.php : 12 - + + @@ -278,7 +289,10 @@

- +
+ +
+ @@ -305,14 +319,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -320,21 +336,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -343,8 +362,7 @@

Parameters

Return values
mixed — -
- +
CustomFieldsApi.php : 31 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : CustomFieldsResponse - +
+
Parameters
@@ -450,21 +473,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -473,8 +499,7 @@
Parameters
Return values
CustomFieldsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -641,5 +733,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html index 3ec6609e..0c38bed0 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ModifiersApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ModifiersApi.php : 12 - + +

V3ApiBase

@@ -238,7 +240,8 @@

ModifiersApi.php : 16 - + + @@ -249,7 +252,10 @@

- +
+ +
+ @@ -263,7 +269,8 @@

ModifiersApi.php : 15 - + + @@ -274,7 +281,10 @@

- +
+ +
+ @@ -288,7 +298,8 @@

ModifiersApi.php : 14 - + + @@ -299,7 +310,10 @@

- +
+ +
+ @@ -326,14 +340,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -341,21 +357,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -364,8 +383,7 @@

Parameters

Return values
mixed — -
- +
ModifiersApi.php : 33 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ModifiersResponse - +
+
Parameters
@@ -471,21 +494,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -494,8 +520,7 @@
Parameters
Return values
ModifiersResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -778,5 +875,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html index 788f21c3..f0646eeb 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-OptionsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

OptionsApi.php : 11 - + +

V3ApiBase

@@ -231,7 +233,8 @@

OptionsApi.php : 14 - + + @@ -242,7 +245,10 @@

- +
+ +
+ @@ -256,7 +262,8 @@

OptionsApi.php : 13 - + + @@ -267,7 +274,10 @@

- +
+ +
+ @@ -281,7 +291,8 @@

OptionsApi.php : 15 - + + @@ -292,7 +303,10 @@

- +
+ +
+ @@ -319,14 +333,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -334,21 +350,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -357,8 +376,7 @@

Parameters

Return values
mixed — -
- +
OptionsApi.php : 32 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : OptionsResponse - +
+
Parameters
@@ -464,21 +487,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -487,8 +513,7 @@
Parameters
Return values
OptionsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -729,5 +824,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html index d45a0b2f..23e15fb5 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductBulkPricingRulesApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ProductBulkPricingRulesApi.php : 10 - + +

V3ApiBase

@@ -217,7 +219,8 @@

ProductBulkPricingRulesApi.php : 13 - + + @@ -228,7 +231,10 @@

- +
+ +
+ @@ -242,7 +248,8 @@

ProductBulkPricingRulesApi.php : 14 - + + @@ -253,7 +260,10 @@

+ +
+ @@ -267,7 +277,8 @@

ProductBulkPricingRulesApi.php : 12 - + + @@ -278,7 +289,10 @@

- +
+ +
+ @@ -305,14 +319,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -320,21 +336,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -343,8 +362,7 @@

Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -641,5 +733,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html index a1181bd8..8cb35b55 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductImagesApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ProductImagesApi.php : 10 - + +

V3ApiBase

@@ -210,7 +212,8 @@

ProductImagesApi.php : 14 - + + @@ -221,7 +224,10 @@

- +
+ +
+ @@ -235,7 +241,8 @@

ProductImagesApi.php : 13 - + + @@ -246,7 +253,10 @@

- +
+ +
+ @@ -260,7 +270,8 @@

ProductImagesApi.php : 12 - + + @@ -271,7 +282,10 @@

- +
+ +
+ @@ -298,14 +312,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -313,21 +329,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -336,8 +355,7 @@

Parameters

Return values
mixed — -
- +
ProductImagesApi.php : 36 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ProductImagesResponse - +
+
Parameters
@@ -443,21 +466,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -466,8 +492,7 @@
Parameters
Return values
ProductImagesResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -592,5 +682,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html index 2f4cb3db..914dc920 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductMetafieldsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ProductMetafieldsApi.php : 29 - + +

Product Metafields API

@@ -126,8 +128,7 @@

https://developer.bigcommerce.com/api-reference/store-management/catalog/product-metafields/getproductmetafieldsbyproductid -
- +
@@ -225,14 +226,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -240,21 +243,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -263,8 +269,7 @@
Parameters
Return values
mixed — -
- +
ProductMetafieldsApi.php : 55 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ProductMetafieldsResponse - +
+
Parameters
@@ -370,21 +380,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -393,8 +406,7 @@
Parameters
Return values
ProductMetafieldsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -561,5 +640,6 @@

Search results

+ 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 70a752b4..1d6f7462 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierImagesApi.html @@ -15,6 +15,7 @@ + @@ -100,7 +101,8 @@

ProductModifierImagesApi.php : 7 - + +

V3ApiBase

@@ -204,14 +206,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -219,21 +223,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -242,8 +249,7 @@
Parameters
Return values
mixed — -
- +
ResourceApi.php : 44 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -307,21 +316,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -330,8 +342,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ProductModifierImagesApi.php : 13 - + + public setProductId(int $productId) : void - +
+
Parameters
@@ -491,7 +508,8 @@
Parameters
: int
- +
+
@@ -500,12 +518,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -530,5 +609,6 @@

Search results

+ 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 96c4d9da..14bc83b8 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductModifier-ProductModifierValuesApi.html @@ -15,6 +15,7 @@ + @@ -100,7 +101,8 @@

ProductModifierValuesApi.php : 10 - + +

V3ApiBase

@@ -232,7 +234,8 @@

ProductModifierValuesApi.php : 14 - + + @@ -243,7 +246,10 @@

- +
+ +
+ @@ -257,7 +263,8 @@

ProductModifierValuesApi.php : 16 - + + @@ -268,7 +275,10 @@

- +
+ +
+ @@ -282,7 +292,8 @@

ProductModifierValuesApi.php : 15 - + + @@ -293,7 +304,10 @@

- +
+ +
+ @@ -320,14 +334,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -335,21 +351,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -358,8 +377,7 @@

Parameters

Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ProductModifierValuesApi.php : 18 - + + public setProductId(int $productId) : void - +
+
Parameters
@@ -649,7 +680,8 @@
Parameters
: int
- +
+
@@ -658,8 +690,7 @@
Parameters
Return values
void — -
- +

+ + +
@@ -730,5 +825,6 @@

Search results

+ 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 4562301c..9ab1b194 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductOption-ProductOptionValuesApi.html @@ -15,6 +15,7 @@ + @@ -100,7 +101,8 @@

ProductOptionValuesApi.php : 10 - + +

V3ApiBase

@@ -232,7 +234,8 @@

ProductOptionValuesApi.php : 14 - + + @@ -243,7 +246,10 @@

- +
+ +
+ @@ -257,7 +263,8 @@

ProductOptionValuesApi.php : 16 - + + @@ -268,7 +275,10 @@

- +
+ +
+ @@ -282,7 +292,8 @@

ProductOptionValuesApi.php : 15 - + + @@ -293,7 +304,10 @@

- +
+ +
+ @@ -320,14 +334,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -335,21 +351,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -358,8 +377,7 @@

Parameters

Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ProductOptionValuesApi.php : 18 - + + public setProductId(int $productId) : void - +
+
Parameters
@@ -649,7 +680,8 @@
Parameters
: int
- +
+
@@ -658,8 +690,7 @@
Parameters
Return values
void — -
- +

+ + +
@@ -730,5 +825,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html index 704b424f..88fbbb34 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductReviewsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ProductReviewsApi.php : 12 - + +

V3ApiBase

@@ -217,7 +219,8 @@

ProductReviewsApi.php : 14 - + + @@ -228,7 +231,10 @@

- +
+ +
+ @@ -242,7 +248,8 @@

ProductReviewsApi.php : 15 - + + @@ -253,7 +260,10 @@

- +
+ +
+ @@ -267,7 +277,8 @@

ProductReviewsApi.php : 16 - + + @@ -278,7 +289,10 @@

- +
+ +
+ @@ -305,14 +319,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -320,21 +336,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -343,8 +362,7 @@

Parameters

Return values
mixed — -
- +
ProductReviewsApi.php : 38 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ProductReviewsResponse - +
+
Parameters
@@ -450,21 +473,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -473,8 +499,7 @@
Parameters
Return values
ProductReviewsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -641,5 +733,6 @@

Search results

+ 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 f9ac19f5..cb31db07 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVariant-ProductVariantMetafieldsApi.html @@ -15,6 +15,7 @@ + @@ -100,7 +101,8 @@

ProductVariantMetafieldsApi.php : 10 - + +

V3ApiBase

@@ -218,14 +220,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -233,21 +237,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -256,8 +263,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ProductVariantMetafieldsApi.php : 23 - + + public setProductId(int $productId) : void - +
+
Parameters
@@ -547,7 +566,8 @@
Parameters
: int
- +
+
@@ -556,8 +576,7 @@
Parameters
Return values
void — -
- +
+ + +
@@ -628,5 +711,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html index 4069ca1a..8d72930d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductVideosApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

ProductVideosApi.php : 9 - + +

V3ApiBase

@@ -203,7 +205,8 @@

ProductVideosApi.php : 11 - + + @@ -214,7 +217,10 @@

- +
+ +
+ @@ -228,7 +234,8 @@

ProductVideosApi.php : 12 - + + @@ -239,7 +246,10 @@

- +
+ +
+ @@ -253,7 +263,8 @@

ProductVideosApi.php : 13 - + + @@ -264,7 +275,10 @@

- +
+ +
+ @@ -291,14 +305,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -306,21 +322,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -329,8 +348,7 @@

Parameters

Return values
mixed — -
- +
ProductVideosApi.php : 35 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ProductVideosResponse - +
+
Parameters
@@ -394,21 +415,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -417,8 +441,7 @@
Parameters
Return values
ProductVideosResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -543,5 +631,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html index 876ec228..0c97f956 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-ProductsSubResourceApi.html @@ -15,6 +15,7 @@ + @@ -92,9 +93,11 @@

ProductsSubResourceApi.php : 7 - + + +
@@ -288,14 +291,16 @@

ProductsSubResourceApi.php : 74 - + + public bulkPricingRule(int $ruleId) : ProductBulkPricingRulesApi - +
+

Parameters
@@ -303,7 +308,8 @@
Parameters
: int
- +
+
@@ -312,8 +318,7 @@
Parameters
Return values
ProductBulkPricingRulesApi — -
- +
+ + +
@@ -1104,5 +1201,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html index 1e3aed42..a446f0b7 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-Products-VariantsApi.html @@ -15,6 +15,7 @@ + @@ -99,7 +100,8 @@

VariantsApi.php : 11 - + +

V3ApiBase

@@ -231,7 +233,8 @@

VariantsApi.php : 13 - + + @@ -242,7 +245,10 @@

- +
+ +
+ @@ -256,7 +262,8 @@

VariantsApi.php : 15 - + + @@ -267,7 +274,10 @@

- +
+ +
+ @@ -281,7 +291,8 @@

VariantsApi.php : 14 - + + @@ -292,7 +303,10 @@

- +
+ +
+ @@ -319,14 +333,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -334,21 +350,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -357,8 +376,7 @@

Parameters

Return values
mixed — -
- +
VariantsApi.php : 37 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ProductVariantsResponse - +
+
Parameters
@@ -464,21 +487,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -487,8 +513,7 @@
Parameters
Return values
ProductVariantsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -729,5 +824,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html index 05bf27f2..e49e676e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-ProductsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ProductsApi.php : 14 - + +

V3ApiBase

@@ -286,7 +288,8 @@

ProductsApi.php : 27 - + + @@ -297,7 +300,10 @@

- +
+ +
+ @@ -311,7 +317,8 @@

ProductsApi.php : 29 - + + @@ -322,7 +329,10 @@

- +
+ +
+ @@ -336,7 +346,8 @@

ProductsApi.php : 26 - + + @@ -347,7 +358,10 @@

- +
+ +
+ @@ -361,7 +375,8 @@

+ + +
@@ -1055,5 +1175,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html b/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html index 0c0fa282..ae4ff8fe 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Catalog-SummaryApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

SummaryApi.php : 11 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
SummaryApi.php : 36 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html index 62bfa451..7711d2b5 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelCurrencyAssignmentsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ChannelCurrencyAssignmentsApi.php : 28 - + +

Channel Currency Assignments API

@@ -228,14 +230,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -243,21 +247,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -266,8 +273,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ChannelCurrencyAssignmentsApi.php : 85 - + +

Currency Assignment endpoints are different, they are all multiple resource endpoints, that may or may not be filtered by channel id.

@@ -575,16 +587,14 @@

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

+ + +
@@ -687,5 +762,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html index be3c4548..5d5d1c9c 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelListingsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ChannelListingsApi.php : 11 - + +

V3ApiBase

@@ -209,14 +211,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -224,21 +228,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -247,8 +254,7 @@
Parameters
Return values
mixed — -
- +
ChannelListingsApi.php : 42 - + + public delete() : ResponseInterface - +
+
Return values
ResponseInterface — -
- +
ChannelListingsApi.php : 37 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ChannelListingsResponse - +
+
Parameters
@@ -386,21 +398,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -409,8 +424,7 @@
Parameters
Return values
ChannelListingsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -577,5 +658,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html index a6d0381d..21f8ad3d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelSitesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ChannelSitesApi.php : 13 - + +

V3ApiBase

@@ -209,14 +211,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -224,21 +228,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -247,8 +254,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ChannelSitesApi.php : 37 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
ChannelSitesApi.php : 42 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -553,5 +631,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html index 2df1c647..da82377b 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Channels-ChannelsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ChannelsApi.php : 12 - + +

V3ApiBase

@@ -244,7 +246,8 @@

ChannelsApi.php : 19 - + + @@ -255,7 +258,10 @@

- +
+ +
+ @@ -282,14 +288,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -297,21 +305,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -320,8 +331,7 @@

Parameters
Return values
mixed — -
- +
ChannelsApi.php : 50 - + + public delete() : ResponseInterface - +
+
Return values
ResponseInterface — -
- +
ChannelsApi.php : 38 - + + public get([string|null $include = null ]) : ChannelResponse - +
+
Parameters
@@ -459,7 +475,8 @@
Parameters
: string|null = null
- +
+
@@ -468,8 +485,7 @@
Parameters
Return values
ChannelResponse — -
- +
ChannelsApi.php : 45 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ChannelsResponse - +
+
Parameters
@@ -533,21 +552,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -556,8 +578,7 @@
Parameters
Return values
ChannelsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -830,5 +922,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html b/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html index 78ffb443..4ef40c10 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-CustomTemplateAssociations-CustomTemplateAssociationsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomTemplateAssociationsApi.php : 12 - + +

V3ApiBase

@@ -279,7 +281,8 @@

CustomTemplateAssociationsApi.php : 26 - + + @@ -290,7 +293,10 @@

- +
+ +
+ @@ -304,7 +310,8 @@

CustomTemplateAssociationsApi.php : 25 - + + @@ -315,7 +322,10 @@

- +
+ +
+ @@ -329,7 +339,8 @@

CustomTemplateAssociationsApi.php : 24 - + + @@ -340,7 +351,10 @@

- +
+ +
+ @@ -354,7 +368,8 @@

CustomTemplateAssociationsApi.php : 27 - + + @@ -365,7 +380,10 @@

- +
+ +
+ @@ -379,7 +397,8 @@

CustomTemplateAssociationsApi.php : 19 - + + @@ -390,7 +409,10 @@

- +
+ +
+ @@ -404,7 +426,8 @@

CustomTemplateAssociationsApi.php : 20 - + + @@ -415,7 +438,10 @@

- +
+ +
+ @@ -429,7 +455,8 @@

CustomTemplateAssociationsApi.php : 22 - + + @@ -440,7 +467,10 @@

- +
+ +
+ @@ -454,7 +484,8 @@

CustomTemplateAssociationsApi.php : 21 - + + @@ -465,7 +496,10 @@

- +
+ +
+ @@ -492,14 +526,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -507,21 +543,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -530,8 +569,7 @@

Parameters

Return values
mixed — -
- +
CustomTemplateAssociationsApi.php : 60 - + + public delete(array<string|int, mixed> $query) : void - +
+
Parameters
@@ -607,7 +645,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -616,8 +655,7 @@
Parameters
Return values
void — -
- +
CustomTemplateAssociationsApi.php : 77 - + + public deleteByChannelId(int $channelId) : void - +
+
Parameters
@@ -649,7 +689,8 @@
Parameters
: int
- +
+
@@ -658,8 +699,7 @@
Parameters
Return values
void — -
- +
CustomTemplateAssociationsApi.php : 84 - + + public deleteByEntityIds(string $type, array<string|int, mixed> $ids) : void - +
+
Parameters
@@ -691,14 +733,16 @@
Parameters
: string
- +
+
$ids : array<string|int, mixed>
- +
+
@@ -707,8 +751,7 @@
Parameters
Return values
void — -
- +
CustomTemplateAssociationsApi.php : 70 - + + public deleteByIds(array<string|int, mixed> $ids) : void - +
+
Parameters
@@ -740,7 +785,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -749,8 +795,7 @@
Parameters
Return values
void — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -995,5 +1111,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html index 60672ab3..c22cdb43 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAddressesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerAddressesApi.php : 8 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
CustomerAddressesApi.php : 19 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : CustomerAddressesResponse - +
+
Parameters
@@ -308,21 +318,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -331,8 +344,7 @@
Parameters
Return values
CustomerAddressesResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -499,5 +578,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html index e897b721..561e1db1 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerApiBase.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerApiBase.php : 11 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
CustomerApiBase.php : 19 - + + public abstract create(array<string|int, mixed> $resources) : PaginatedResponse - +
+
Parameters
@@ -266,7 +274,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -275,8 +284,7 @@
Parameters
Return values
PaginatedResponse — -
- +
CustomerApiBase.php : 18 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -308,21 +318,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -331,8 +344,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
CustomerApiBase.php : 20 - + + public abstract update(array<string|int, mixed> $resources) : PaginatedResponse - +
+
Parameters
@@ -460,7 +477,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -469,12 +487,73 @@
Parameters
Return values
PaginatedResponse — -
- +
+ + +
@@ -499,5 +578,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html index 83d756fb..493219c0 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributeValuesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerAttributeValuesApi.php : 8 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -548,5 +629,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html index bd8a7cde..c4a76652 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerAttributesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerAttributesApi.php : 8 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -499,5 +578,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html index 749285f7..80e8cb5e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerConsentApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerConsentApi.php : 10 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -465,5 +540,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html index 523f4abb..af7090fe 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomerFormFieldValuesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomerFormFieldValuesApi.php : 7 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -548,5 +629,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html index 9281d34c..d560fdfb 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Customers-CustomersApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

CustomersApi.php : 11 - + +

V3ApiBase

@@ -265,7 +267,8 @@

CustomersApi.php : 15 - + + @@ -276,7 +279,10 @@

- +
+ +
+ @@ -290,7 +296,8 @@

CustomersApi.php : 16 - + + @@ -301,7 +308,10 @@

- +
+ +
+ @@ -328,14 +338,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -343,21 +355,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -366,8 +381,7 @@

Parameters

Return values
mixed — -
- +
CustomersApi.php : 45 - + + public create(array<string|int, mixed> $customers) : CustomersResponse - +
+
Parameters
@@ -527,7 +547,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -536,8 +557,7 @@
Parameters
Return values
CustomersResponse — -
- +
CustomersApi.php : 20 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : CustomersResponse - +
+
Parameters
@@ -601,21 +624,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -624,8 +650,7 @@
Parameters
Return values
CustomersResponse — -
- +
CustomersApi.php : 25 - + + public getByEmail(string $email) : Customer|null - +
+
Parameters
@@ -657,7 +684,8 @@
Parameters
: string
- +
+
@@ -666,8 +694,7 @@
Parameters
Return values
Customer|null — -
- +
CustomersApi.php : 38 - + + public getById(int $id) : Customer|null - +
+
Parameters
@@ -699,7 +728,8 @@
Parameters
: int
- +
+
@@ -708,8 +738,7 @@
Parameters
Return values
Customer|null — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
CustomersApi.php : 50 - + + public update(array<string|int, mixed> $customers) : CustomersResponse - +
+
Parameters
@@ -911,7 +948,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -920,12 +958,73 @@
Parameters
Return values
CustomersResponse — -
- +
+ + +
@@ -950,5 +1049,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html index faa35a48..db894c14 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-AttributeFilter.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

AttributeFilter.php : 5 - + + +
@@ -237,7 +240,8 @@

AttributeFilter.php : 9 - + + @@ -248,7 +252,10 @@

- +
+ +
+ @@ -262,7 +269,8 @@

AttributeFilter.php : 7 - + + @@ -273,7 +281,10 @@

- +
+ +
+ @@ -287,7 +298,8 @@

AttributeFilter.php : 12 - + + @@ -298,7 +310,10 @@

- +
+ +
+ @@ -312,7 +327,8 @@

AttributeFilter.php : 10 - + + @@ -323,7 +339,10 @@

- +
+ +
+ @@ -337,7 +356,8 @@

AttributeFilter.php : 8 - + + @@ -348,7 +368,10 @@

- +
+ +
+ @@ -362,7 +385,8 @@

AttributeFilter.php : 11 - + + @@ -373,7 +397,10 @@

- +
+ +
+ @@ -387,7 +414,8 @@

AttributeFilter.php : 13 - + + @@ -398,7 +426,10 @@

- +
+ +
+ @@ -425,14 +456,16 @@

AttributeFilter.php : 55 - + + public static createFilter(string $attribute, string $value, string $filterType) : array<string|int, mixed> - +
+

Parameters
@@ -440,21 +473,24 @@
Parameters
: string
- +
+
$value : string
- +
+
$filterType : string
- +
+
@@ -463,8 +499,7 @@

Parameters

Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 64 - + + public static createFilterForMultiple(string $attribute, array<string|int, mixed> $values, string $filterType) : array<string|int, mixed> - +
+
Parameters
@@ -496,21 +533,24 @@
Parameters
: string
- +
+
$values : array<string|int, mixed>
- +
+
$filterType : string
- +
+
@@ -519,8 +559,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 40 - + + public static greaterThan(string $attribute, float $value) : array<string|int, mixed> - +
+
Parameters
@@ -552,14 +593,16 @@
Parameters
: string
- +
+
$value : float
- +
+
@@ -568,8 +611,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 30 - + + public static greaterThanOrEqual(string $attribute, float $value) : array<string|int, mixed> - +
+
Parameters
@@ -601,14 +645,16 @@
Parameters
: string
- +
+
$value : float
- +
+
@@ -617,8 +663,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 25 - + + public static in(string $attribute, array<string|int, mixed> $values) : array<string|int, mixed> - +
+
Parameters
@@ -650,14 +697,16 @@
Parameters
: string
- +
+
$values : array<string|int, mixed>
- +
+
@@ -666,8 +715,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 45 - + + public static lessThan(string $attribute, float $value) : array<string|int, mixed> - +
+
Parameters
@@ -699,14 +749,16 @@
Parameters
: string
- +
+
$value : float
- +
+
@@ -715,8 +767,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 35 - + + public static lessThanOrEqual(string $attribute, float $value) : array<string|int, mixed> - +
+
Parameters
@@ -748,14 +801,16 @@
Parameters
: string
- +
+
$value : float
- +
+
@@ -764,8 +819,7 @@
Parameters
Return values
array<string|int, mixed> — -
- +
AttributeFilter.php : 50 - + + public static like(string $attribute, string $value) : array<string|int, mixed> - +
+
Parameters
@@ -797,14 +853,16 @@
Parameters
: string
- +
+
$value : string
- +
+
@@ -813,12 +871,73 @@
Parameters
Return values
array<string|int, mixed> — -
- +

+ + +
@@ -843,5 +962,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html index dc8e19b2..8dfffd81 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchCreateResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

BatchCreateResource.php : 10 - + + +
@@ -147,14 +150,16 @@

BatchCreateResource.php : 12 - + + public abstract batchCreate(array<string|int, mixed> $resources) : PaginatedResponse - +
+

Parameters
@@ -162,7 +167,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -171,8 +177,7 @@
Parameters
Return values
PaginatedResponse — -
- +
+ + +
@@ -233,5 +301,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html index 69337a48..907ac76c 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-BatchUpdateResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

BatchUpdateResource.php : 10 - + + +
@@ -147,14 +150,16 @@

BatchUpdateResource.php : 12 - + + public abstract batchUpdate(array<string|int, mixed> $resources) : PaginatedResponse - +
+

Parameters
@@ -162,7 +167,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -171,8 +177,7 @@
Parameters
Return values
PaginatedResponse — -
- +
+ + +
@@ -233,5 +301,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html index 82e04e89..030c1968 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateImage.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

CreateImage.php : 8 - + + +
@@ -147,7 +150,8 @@

CreateImage.php : 20 - + +

Add an image to a resource

@@ -155,8 +159,7 @@

public create(string $filename) : string -
- +

Parameters
@@ -182,8 +185,7 @@
ClientExceptionInterface -
- +
@@ -209,26 +211,89 @@

CreateImage.php : 10 - + + public abstract getClient() : Client - +
+

Return values
Client — -
- +
+ + +
@@ -253,5 +318,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html index 7cc33000..9bbfd1f5 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-CreateResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

CreateResource.php : 9 - + + +
@@ -147,22 +150,23 @@

CreateResource.php : 12 - + + public abstract getClient() : Client - +
+

Return values
Client — -
- +
CreateResource.php : 11 - + + public abstract multipleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -223,5 +290,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html index d1752d1f..a800d2b2 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteInIdList.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

DeleteInIdList.php : 8 - + + +
@@ -154,14 +157,16 @@

DeleteInIdList.php : 13 - + + public delete([array<string|int, mixed> $ids = [] ]) : bool - +
+

Parameters
@@ -169,7 +174,8 @@
Parameters
: array<string|int, mixed> = []
- +
+
@@ -178,8 +184,7 @@
Parameters
Return values
bool — -
- +
DeleteInIdList.php : 10 - + + public abstract multipleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -272,5 +341,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html index ac8b2a66..db0efd89 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-DeleteResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

DeleteResource.php : 8 - + + +
@@ -154,22 +157,23 @@

DeleteResource.php : 13 - + + public delete() : ResponseInterface - +
+

Return values
ResponseInterface — -
- +
DeleteResource.php : 10 - + + public abstract singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -262,5 +330,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html index 6dd2de56..2083991f 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-FetchAllPages.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

FetchAllPages.php : 12 - + + +
@@ -154,14 +157,16 @@

FetchAllPages.php : 18 - + + public abstract __construct(ResponseInterface $response) : mixed - +
+

Parameters
@@ -169,7 +174,8 @@
Parameters
: ResponseInterface
- +
+
@@ -178,8 +184,7 @@
Parameters
Return values
mixed — -
- +
FetchAllPages.php : 30 - + + public static buildFromAllPages(Closure $request) : static -
- +
Parameters
@@ -223,8 +228,7 @@
Parameters
Return values
static — -
- +
+ + +
@@ -285,5 +352,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html index eae4c1fc..2c18e5aa 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetAllResources.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

GetAllResources.php : 9 - + + +
@@ -147,22 +150,23 @@

GetAllResources.php : 12 - + + public abstract getClient() : Client - +
+

Return values
Client — -
- +
GetAllResources.php : 11 - + + public abstract multipleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -223,5 +290,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html index 088544e7..e84231e8 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-GetResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

GetResource.php : 9 - + + +
@@ -147,22 +150,23 @@

GetResource.php : 12 - + + public abstract getClient() : Client - +
+

Return values
Client — -
- +
GetResource.php : 11 - + + public abstract singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -223,5 +290,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html index d2bb9e35..4501f5a1 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ResourceApi.php : 13 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
ResourceApi.php : 44 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html index 0db2f462..f16ede2d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceApiNoDelete.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ResourceApiNoDelete.php : 9 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
ResourceApiNoDelete.php : 39 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html index 5889b99a..ae6b1da5 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceImageApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ResourceImageApi.php : 9 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
ResourceImageApi.php : 30 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html index 19466d54..33a3e0e7 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-ResourceWithBatchUpdateApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ResourceWithBatchUpdateApi.php : 9 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
ResourceApi.php : 44 - + + public abstract getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PaginatedResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
PaginatedResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html index 6f8d846a..aea41b0b 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UpdateResource.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

UpdateResource.php : 9 - + + +
@@ -147,22 +150,23 @@

UpdateResource.php : 12 - + + public abstract getClient() : Client - +
+

Return values
Client — -
- +
UpdateResource.php : 11 - + + public abstract singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -223,5 +290,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html index 9d16eef2..80a32f11 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidCompleteResourceApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

UuidCompleteResourceApi.php : 5 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -387,7 +399,8 @@
Parameters
: string
- +
+
@@ -396,12 +409,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -426,5 +500,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html index 6efe7f99..7ed45d74 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

UuidResourceApi.php : 5 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -387,7 +399,8 @@
Parameters
: string
- +
+
@@ -396,12 +409,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -426,5 +500,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html index a883daf5..1c28c11e 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-UuidResourceWithUuidParentApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

UuidResourceWithUuidParentApi.php : 5 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceWithUuidParentApi.php : 14 - + + public setParentUuid(string $parentUuid) : void - +
+
Parameters
@@ -433,7 +446,8 @@
Parameters
: string
- +
+
@@ -442,8 +456,7 @@
Parameters
Return values
void — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -475,7 +490,8 @@
Parameters
: string
- +
+
@@ -484,12 +500,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -514,5 +591,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html index 32d0d496..0d230058 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3Api.html @@ -15,6 +15,7 @@ + @@ -91,9 +92,11 @@

V3Api.php : 7 - + + +
@@ -154,14 +157,16 @@

V3Api.php : 9 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -169,21 +174,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -192,8 +200,7 @@
Parameters
Return values
mixed — -
- +
V3Api.php : 10 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -286,5 +357,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html index 839a7e58..839078e6 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Generic-V3ApiBase.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

V3ApiBase.php : 14 - + +

V3ApiBase

@@ -185,14 +187,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -200,21 +204,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -223,8 +230,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -349,5 +420,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html index 4e95810c..efcd4cd2 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrderMetafieldsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

OrderMetafieldsApi.php : 10 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
OrderMetafieldsApi.php : 36 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : OrderMetafieldsResponse - +
+
Parameters
@@ -347,21 +358,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -370,8 +384,7 @@
Parameters
Return values
OrderMetafieldsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -538,5 +618,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html index a42f7e1b..f7077de0 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-OrdersApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

OrdersApi.php : 8 - + +

V3ApiBase

@@ -209,14 +211,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -224,21 +228,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -247,8 +254,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -543,5 +620,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html index 78b331be..6eebb495 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Orders-RefundsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

RefundsApi.php : 12 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -490,5 +559,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html b/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html index 083fb856..f17f293c 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Payments-PaymentsProcessingApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

PaymentsProcessingApi.php : 11 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -436,5 +511,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html index bd378379..6d61cc66 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListAssignmentsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

PriceListAssignmentsApi.php : 11 - + +

V3ApiBase

@@ -216,7 +218,8 @@

PriceListAssignmentsApi.php : 16 - + + @@ -227,7 +230,10 @@

- +
+ +
+ @@ -241,7 +247,8 @@

PriceListAssignmentsApi.php : 15 - + + @@ -252,7 +259,10 @@

- +
+ +
+ @@ -266,7 +276,8 @@

PriceListAssignmentsApi.php : 13 - + + @@ -277,7 +288,10 @@

- +
+ +
+ @@ -291,7 +305,8 @@

PriceListAssignmentsApi.php : 14 - + + @@ -302,7 +317,10 @@

- +
+ +
+ @@ -329,14 +347,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -344,21 +364,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -367,8 +390,7 @@

Parameters

Return values
mixed — -
- +
PriceListAssignmentsApi.php : 42 - + + public deleteAll(array<string|int, mixed> $filters) : ResponseInterface - +
+
Parameters
@@ -442,7 +468,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -451,8 +478,7 @@
Parameters
Return values
ResponseInterface — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +

+ + +
@@ -619,5 +712,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html index da2bd51d..b2bca494 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListRecordsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

PriceListRecordsApi.php : 12 - + +

V3ApiBase

@@ -223,14 +225,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -238,21 +242,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -261,8 +268,7 @@
Parameters
Return values
mixed — -
- +
PriceListRecordsApi.php : 55 - + + public delete(array<string|int, mixed> $ids) : ResponseInterface - +
+
Parameters
@@ -294,7 +302,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -303,8 +312,7 @@
Parameters
Return values
ResponseInterface — -
- +
PriceListRecordsApi.php : 93 - + + public deleteByCurrencyCode(int $variantId, string $currencyCode) : ResponseInterface - +
+
Parameters
@@ -336,14 +346,16 @@
Parameters
: int
- +
+
$currencyCode : string
- +
+
@@ -352,8 +364,7 @@
Parameters
Return values
ResponseInterface — -
- +
PriceListRecordsApi.php : 38 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PriceListRecordsResponse - +
+
Parameters
@@ -385,21 +398,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -408,8 +424,7 @@
Parameters
Return values
PriceListRecordsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
PriceListRecordsApi.php : 83 - + + public setByCurrencyCode(int $variantId, string $currencyCode, PriceListRecord $record) : ResponseInterface - +
+
Parameters
@@ -628,21 +653,24 @@
Parameters
: int
- +
+
$currencyCode : string
- +
+
$record : PriceListRecord
- +
+
@@ -651,8 +679,7 @@
Parameters
Return values
ResponseInterface — -
- +
PriceListRecordsApi.php : 45 - + + public upsert(array<string|int, mixed> $records) : ResponseInterface - +
+
Parameters
@@ -684,7 +713,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -693,12 +723,73 @@
Parameters
Return values
ResponseInterface — -
- +
+ + +
@@ -723,5 +814,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html index a71251b0..45f93dd2 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-PriceLists-PriceListsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

PriceListsApi.php : 9 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
PriceListsApi.php : 35 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : PriceListsResponse - +
+
Parameters
@@ -337,21 +347,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -360,8 +373,7 @@
Parameters
Return values
PriceListsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -518,5 +596,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html index cf8f4378..23b59f81 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Redirects-RedirectsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

RedirectsApi.php : 42 - + +

Redirects API

@@ -223,14 +225,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -238,21 +242,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -261,8 +268,7 @@
Parameters
Return values
mixed — -
- +
RedirectsApi.php : 70 - + + public batchUpdate(array<string|int, mixed> $redirects) : RedirectsResponse - +
+
Parameters
@@ -294,7 +302,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -303,8 +312,7 @@
Parameters
Return values
RedirectsResponse — -
- +
RedirectsApi.php : 65 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : RedirectsResponse - +
+
Parameters
@@ -336,21 +346,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -359,8 +372,7 @@
Parameters
Return values
RedirectsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
RedirectsApi.php : 55 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
RedirectsApi.php : 75 - + + public upsert(array<string|int, mixed> $redirects) : RedirectsResponse - +
+
Parameters
@@ -520,7 +538,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -529,12 +548,73 @@
Parameters
Return values
RedirectsResponse — -
- +
+ + +
@@ -559,5 +639,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html index cc14e21d..a74d5c88 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Scripts-ScriptsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ScriptsApi.php : 15 - + +

V3ApiBase

@@ -230,14 +232,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -245,21 +249,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -268,8 +275,7 @@
Parameters
Return values
mixed — -
- +
ScriptsApi.php : 31 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : ScriptsResponse - +
+
Parameters
@@ -375,21 +386,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -398,8 +412,7 @@
Parameters
Return values
ScriptsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ScriptsApi.php : 51 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -591,7 +611,8 @@
Parameters
: string
- +
+
@@ -600,8 +621,7 @@
Parameters
Return values
void — -
- +
ScriptsApi.php : 46 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -704,5 +789,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html b/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html index 3390c4ac..2d2e111d 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Subscribers-SubscribersApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

SubscribersApi.php : 9 - + +

V3ApiBase

@@ -188,14 +190,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -203,21 +207,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -226,8 +233,7 @@
Parameters
Return values
mixed — -
- +
SubscribersApi.php : 35 - + + public getAll([array<string|int, mixed> $filters = [] ][, int $page = 1 ][, int $limit = 250 ]) : SubscribersResponse - +
+
Parameters
@@ -291,21 +300,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int = 1
- +
+
$limit : int = 250
- +
+
@@ -314,8 +326,7 @@
Parameters
Return values
SubscribersResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
+ + +
@@ -440,5 +516,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html index 0ecdb17e..3c5c57ca 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeActionsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ThemeActionsApi.php : 9 - + +

V3ApiBase

@@ -216,7 +218,8 @@

ThemeActionsApi.php : 16 - + + @@ -227,7 +230,10 @@

- +
+ +
+ @@ -241,7 +247,8 @@

ThemeActionsApi.php : 15 - + + @@ -252,7 +259,10 @@

- +
+ +
+ @@ -266,7 +276,8 @@

ThemeActionsApi.php : 14 - + + @@ -277,7 +288,10 @@

- +
+ +
+ @@ -304,14 +318,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -319,21 +335,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -342,8 +361,7 @@

Parameters

Return values
mixed — -
- +
ThemeActionsApi.php : 37 - + + public activate(string $variationId, string $which) : bool -
- +
Parameters
@@ -403,16 +421,14 @@
GuzzleException -
- +
Return values
bool — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -614,7 +638,8 @@
Parameters
: string
- +
+
@@ -623,12 +648,73 @@
Parameters
Return values
void — -
- +

+ + +
@@ -653,5 +739,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html index 85e8a6f5..a46f3ddf 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemeJobsApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ThemeJobsApi.php : 9 - + +

V3ApiBase

@@ -202,14 +204,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -217,21 +221,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -240,8 +247,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -433,7 +446,8 @@
Parameters
: string
- +
+
@@ -442,8 +456,7 @@
Parameters
Return values
void — -
- +
ThemeJobsApi.php : 20 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -504,5 +580,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html index 7b5753f5..30bcdcaf 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Themes-ThemesApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

ThemesApi.php : 14 - + +

V3ApiBase

@@ -237,14 +239,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -252,21 +256,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -275,8 +282,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
ThemesApi.php : 57 - + + public job(string $jobId) : ThemeJobsApi - +
+
Parameters
@@ -532,7 +547,8 @@
Parameters
: string
- +
+
@@ -541,8 +557,7 @@
Parameters
Return values
ThemeJobsApi — -
- +
ThemesApi.php : 47 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -606,7 +624,8 @@
Parameters
: string
- +
+
@@ -615,8 +634,7 @@
Parameters
Return values
void — -
- +
ThemesApi.php : 52 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -719,5 +802,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html index 5485f83c..6a72cea7 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-PlacementApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

PlacementApi.php : 10 - + +

V3ApiBase

@@ -230,14 +232,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -245,21 +249,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -268,8 +275,7 @@
Parameters
Return values
mixed — -
- +
PlacementApi.php : 25 - + + public create(Placement $placement) : void - +
+
Parameters
@@ -301,7 +309,8 @@
Parameters
: Placement
- +
+
@@ -310,8 +319,7 @@
Parameters
Return values
void — -
- +
PlacementApi.php : 40 - + + public getAll([array<string|int, mixed> $filters = [] ], int $page[, int $limit = 250 ]) : PlacementsResponse - +
+
Parameters
@@ -375,21 +386,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int
- +
+
$limit : int = 250
- +
+
@@ -398,8 +412,7 @@
Parameters
Return values
PlacementsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
PlacementApi.php : 15 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -591,7 +611,8 @@
Parameters
: string
- +
+
@@ -600,8 +621,7 @@
Parameters
Return values
void — -
- +
PlacementApi.php : 20 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
PlacementApi.php : 30 - + + public update(Placement $placement) : void - +
+
Parameters
@@ -665,7 +688,8 @@
Parameters
: Placement
- +
+
@@ -674,12 +698,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -704,5 +789,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html index 2792532b..f29b65ae 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-RegionApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

RegionApi.php : 9 - + +

V3ApiBase

@@ -195,14 +197,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -210,21 +214,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -233,8 +240,7 @@
Parameters
Return values
mixed — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
RegionApi.php : 16 - + + public getTemplateFile() : string - +
+
Return values
string — -
- +
RegionApi.php : 21 - + + public setTemplateFile(string $templateFile) : void - +
+
Parameters
@@ -426,7 +439,8 @@
Parameters
: string
- +
+
@@ -435,12 +449,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -465,5 +540,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html index 7a9ccdbd..76e0aa44 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

WidgetApi.php : 10 - + +

V3ApiBase

@@ -230,14 +232,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -245,21 +249,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -268,8 +275,7 @@
Parameters
Return values
mixed — -
- +
WidgetApi.php : 35 - + + public create(Widget $widget) : void - +
+
Parameters
@@ -301,7 +309,8 @@
Parameters
: Widget
- +
+
@@ -310,8 +319,7 @@
Parameters
Return values
void — -
- +
WidgetApi.php : 30 - + + public getAll([array<string|int, mixed> $filters = [] ], int $page[, int $limit = 250 ]) : WidgetsResponse - +
+
Parameters
@@ -375,21 +386,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int
- +
+
$limit : int = 250
- +
+
@@ -398,8 +412,7 @@
Parameters
Return values
WidgetsResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
WidgetApi.php : 20 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -591,7 +611,8 @@
Parameters
: string
- +
+
@@ -600,8 +621,7 @@
Parameters
Return values
void — -
- +
WidgetApi.php : 15 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
WidgetApi.php : 40 - + + public update(Widget $widget) : void - +
+
Parameters
@@ -665,7 +688,8 @@
Parameters
: Widget
- +
+
@@ -674,12 +698,73 @@
Parameters
Return values
void — -
- +
+ + +
@@ -704,5 +789,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html index fa08ae61..06cd33dd 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetTemplateApi.html @@ -15,6 +15,7 @@ + @@ -98,7 +99,8 @@

WidgetTemplateApi.php : 10 - + +

V3ApiBase

@@ -230,14 +232,16 @@

V3ApiBase.php : 22 - + + public __construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed - +
+

Parameters
@@ -245,21 +249,24 @@
Parameters
: Client
- +
+
$resourceId : int|null = null
- +
+
$parentResourceId : int|null = null
- +
+
@@ -268,8 +275,7 @@
Parameters
Return values
mixed — -
- +
WidgetTemplateApi.php : 40 - + + public getAll([array<string|int, mixed> $filters = [] ], int $page[, int $limit = 250 ]) : WidgetTemplatesResponse - +
+
Parameters
@@ -375,21 +386,24 @@
Parameters
: array<string|int, mixed> = []
- +
+
$page : int
- +
+
$limit : int = 250
- +
+
@@ -398,8 +412,7 @@
Parameters
Return values
WidgetTemplatesResponse — -
- +
V3ApiBase.php : 29 - + + public getParentResourceId() : int|null - +
+
Return values
int|null — -
- +
V3ApiBase.php : 34 - + + public getResourceId() : int|null - +
+
Return values
int|null — -
- +
WidgetTemplateApi.php : 15 - + + public multipleResourceUrl() : string - +
+
Return values
string — -
- +
UuidResourceApi.php : 14 - + + public setUuid(string $uuid) : void - +
+
Parameters
@@ -591,7 +611,8 @@
Parameters
: string
- +
+
@@ -600,8 +621,7 @@
Parameters
Return values
void — -
- +
WidgetTemplateApi.php : 20 - + + public singleResourceUrl() : string - +
+
Return values
string — -
- +
+ + +
@@ -704,5 +789,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html index 477d0f8b..a5b9e1bd 100644 --- a/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html +++ b/docs/classes/BigCommerce-ApiV3-Api-Widgets-WidgetsApi.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

WidgetsApi.php : 8 - + + +
@@ -195,14 +198,16 @@

WidgetsApi.php : 12 - + + public __construct(Client $client) : mixed - +
+

Parameters
@@ -210,7 +215,8 @@
Parameters
: Client
- +
+
@@ -219,8 +225,7 @@
Parameters
Return values
mixed — -
- +
WidgetsApi.php : 56 - + + public placement(string $uuid) : PlacementApi - +
+
Parameters
@@ -252,7 +259,8 @@
Parameters
: string
- +
+
@@ -261,8 +269,7 @@
Parameters
Return values
PlacementApi — -
- +
WidgetsApi.php : 43 - + + public regions(string $templateFile) : RegionApi - +
+
Parameters
@@ -326,7 +336,8 @@
Parameters
: string
- +
+
@@ -335,8 +346,7 @@
Parameters
Return values
RegionApi — -
- +
WidgetsApi.php : 17 - + + public widget(string $id) : WidgetApi - +
+
Parameters
@@ -442,7 +457,8 @@
Parameters
: string
- +
+
@@ -451,8 +467,7 @@
Parameters
Return values
WidgetApi — -
- +
+ + +
@@ -513,5 +591,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-Client.html b/docs/classes/BigCommerce-ApiV3-Client.html index 1e1a932d..2d1e6183 100644 --- a/docs/classes/BigCommerce-ApiV3-Client.html +++ b/docs/classes/BigCommerce-ApiV3-Client.html @@ -15,6 +15,7 @@ + @@ -93,9 +94,11 @@

Client.php : 20 - + + +
@@ -347,7 +350,8 @@

Client.php : 27 - + + @@ -358,7 +362,10 @@

- +
+ +
+ @@ -372,7 +379,8 @@

Client.php : 23 - + + @@ -383,7 +391,10 @@

- +
+ +
+ @@ -397,7 +408,8 @@

Client.php : 22 - + + @@ -408,7 +420,10 @@

- +
+ +
+ @@ -422,7 +437,8 @@

Client.php : 24 - + + @@ -433,7 +449,10 @@

- +
+ +
+ @@ -447,7 +466,8 @@

Client.php : 25 - + + @@ -458,7 +478,10 @@

- +
+ +
+ @@ -472,7 +495,8 @@

Client.php : 26 - + + @@ -483,7 +507,10 @@

- +
+ +
+ @@ -510,14 +537,16 @@

Client.php : 41 - + + public __construct(string $storeHash, string $clientId, string $accessToken[, Client|null $client = null ]) : mixed - +
+

Parameters
@@ -525,28 +554,32 @@
Parameters
: string
- +
+
$clientId : string
- +
+
$accessToken : string
- +
+
$client : Client|null = null
- +
+
@@ -555,8 +588,7 @@

Parameters

Return values
mixed — -
- +
Client.php : 140 - + + public cart(string $uuid) : CartsApi - +
+
Parameters
@@ -588,7 +622,8 @@
Parameters
: string
- +
+
@@ -597,8 +632,7 @@
Parameters
Return values
CartsApi — -
- +
Client.php : 184 - + + public channel(int $id) : ChannelsApi - +
+
Parameters
@@ -694,7 +732,8 @@
Parameters
: int
- +
+
@@ -703,8 +742,7 @@
Parameters
Return values
ChannelsApi — -
- +
Client.php : 71 - + + public getBaseUri() : string - +
+
Return values
string — -
- +
Client.php : 81 - + + public getRestClient() : Client - +
+
Return values
Client — -
- +
Client.php : 147 - + + public order(int $orderId) : OrdersApi - +
+
Parameters
@@ -928,7 +974,8 @@
Parameters
: int
- +
+
@@ -937,8 +984,7 @@
Parameters
Return values
OrdersApi — -
- +
Client.php : 118 - + + public priceList(int $priceListId) : PriceListsApi - +
+
Parameters
@@ -1002,7 +1051,8 @@
Parameters
: int
- +
+
@@ -1011,8 +1061,7 @@
Parameters
Return values
PriceListsApi — -
- +
Client.php : 91 - + + public printDebug() : mixed - +
+
Return values
mixed — -
- +
Client.php : 98 - + + public printDebugLastRequest() : mixed - +
+
Return values
mixed — -
- +
Client.php : 157 - + + public script(string $uuid) : ScriptsApi - +
+
Parameters
@@ -1172,7 +1227,8 @@
Parameters
: string
- +
+
@@ -1181,8 +1237,7 @@
Parameters
Return values
ScriptsApi — -
- +
Client.php : 76 - + + public setBaseUri(string $baseUri) : mixed - +
+
Parameters
@@ -1246,7 +1304,8 @@
Parameters
: string
- +
+
@@ -1255,8 +1314,7 @@
Parameters
Return values
mixed — -
- +
Client.php : 86 - + + public setRestClient(Client $client) : void - +
+
Parameters
@@ -1288,7 +1348,8 @@
Parameters
: Client
- +
+
@@ -1297,8 +1358,7 @@
Parameters
Return values
void — -
- +
Client.php : 128 - + + public theme(string $uuid) : ThemesApi - +
+
Parameters
@@ -1330,7 +1392,8 @@
Parameters
: string
- +
+
@@ -1339,8 +1402,7 @@
Parameters
Return values
ThemesApi — -
- +

+ + +
@@ -1433,5 +1559,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html index 99be08e9..3d855e5c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-Cart.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

Cart.php : 7 - + + +
@@ -270,7 +273,8 @@

Cart.php : 15 - + + @@ -279,7 +283,10 @@

$base_amount - +
+ +
+ @@ -300,7 +307,8 @@

Cart.php : 17 - + + @@ -309,7 +317,10 @@

$cart_amount - +
+ +
+ @@ -330,7 +341,8 @@

Cart.php : 23 - + + @@ -339,7 +351,10 @@

$channel_id - +
+ +
+ @@ -360,7 +375,8 @@

Cart.php : 18 - + + @@ -369,7 +385,10 @@

$coupons - +
+ +
+ @@ -390,7 +409,8 @@

Cart.php : 21 - + + @@ -399,7 +419,10 @@

$created_time - +
+ +
+ @@ -420,7 +443,8 @@

Cart.php : 13 - + + @@ -429,7 +453,10 @@

$currency - +
+ +
+ @@ -450,7 +477,8 @@

Cart.php : 11 - + + @@ -459,7 +487,10 @@

$customer_id - +
+ +
+ @@ -480,7 +511,8 @@

Cart.php : 16 - + + @@ -489,7 +521,10 @@

$discount_amount - +
+ +
+ @@ -510,7 +545,8 @@

Cart.php : 19 - + + @@ -519,7 +555,10 @@

$discounts - +
+ +
+ @@ -540,7 +579,8 @@

Cart.php : 12 - + + @@ -549,7 +589,10 @@

$email - +
+ +
+ @@ -570,7 +613,8 @@

Cart.php : 9 - + + @@ -579,7 +623,10 @@

$id - +
+ +
+ @@ -600,7 +647,8 @@

Cart.php : 20 - + + @@ -609,7 +657,10 @@

$line_items - +
+ +
+ @@ -630,7 +681,8 @@

Cart.php : 24 - + + @@ -639,7 +691,10 @@

$locale - +
+ +
+ @@ -660,7 +715,8 @@

Cart.php : 10 - + + @@ -669,7 +725,10 @@

$parent_id - +
+ +
+ @@ -690,7 +749,8 @@

Cart.php : 14 - + + @@ -699,7 +759,10 @@

$tax_included - +
+ +
+ @@ -720,7 +783,8 @@

Cart.php : 22 - + + @@ -729,7 +793,10 @@

$updated_time - +
+ +
+ @@ -753,15 +820,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -769,7 +838,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -778,8 +848,7 @@

Parameters

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

+ + +
@@ -840,5 +972,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html index 5649e5ba..3009095a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartItem.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

CartItem.php : 7 - + + +
@@ -179,7 +182,8 @@

CartItem.php : 11 - + + @@ -188,7 +192,10 @@

$custom_items - +
+ +
+ @@ -209,7 +216,8 @@

CartItem.php : 10 - + + @@ -218,7 +226,10 @@

$gift_certificates - +
+ +
+ @@ -239,7 +250,8 @@

CartItem.php : 9 - + + @@ -248,7 +260,10 @@

$line_items - +
+ +
+ @@ -272,15 +287,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -288,7 +305,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -297,8 +315,7 @@

Parameters

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

+ + +
@@ -359,5 +439,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html index ade0094f..6fe45ad8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Cart-CartRedirectUrls.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

CartRedirectUrls.php : 7 - + + +
@@ -172,7 +175,8 @@

CartRedirectUrls.php : 9 - + + @@ -181,7 +185,10 @@

$cart_url - +
+ +
+ @@ -202,7 +209,8 @@

CartRedirectUrls.php : 10 - + + @@ -211,7 +219,10 @@

$checkout_url - +
+ +
+ @@ -235,15 +246,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -251,7 +264,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -260,8 +274,7 @@

Parameters

Return values
mixed — -
- +
+ 25 + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +
+ + +
@@ -322,5 +398,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html index f97e69ad..8155586d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html @@ -15,6 +15,7 @@ + @@ -98,10 +99,12 @@

+ 9 + + +
@@ -117,13 +120,6 @@

- $custom_url - -  : object|null -
-
- -
$id  : int @@ -166,7 +162,7 @@

- __construct() + __construct()  : mixed
@@ -197,36 +193,6 @@

-property -public " -> -

- $custom_url - - - -

- - - - - public - object|null - $custom_url - - - - - - -

$id @@ -237,8 +203,9 @@

+ 13 + + @@ -247,7 +214,10 @@

$id - +
+ +
+

@@ -267,8 +237,9 @@

+ 17 + + @@ -277,7 +248,10 @@

$image_url - +
+ +
+ @@ -297,8 +271,9 @@

+ 16 + + @@ -307,7 +282,10 @@

$meta_description - +
+ +
+ @@ -327,8 +305,9 @@

+ 15 + + @@ -337,7 +316,10 @@

$meta_keywords - +
+ +
+ @@ -357,8 +339,9 @@

+ 14 + + @@ -367,7 +350,10 @@

$name - +
+ +
+ @@ -387,8 +373,9 @@

+ 18 + + @@ -397,7 +384,10 @@

$search_keywords - +
+ +
+ @@ -416,20 +406,22 @@

>

__construct() - +

+ 20 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -437,7 +429,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -446,8 +439,7 @@

Parameters

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

+ + +
@@ -508,5 +563,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html index 1665ff77..e3459130 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-BrandMetafield.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

BrandMetafield.php : 7 - + + +
@@ -255,7 +258,8 @@

Metafield.php : 10 - + +

Private to the app that owns the field

@@ -267,6 +271,7 @@

+
@@ -282,7 +287,8 @@

Metafield.php : 15 - + +

Visible to all API consumers

@@ -294,6 +300,7 @@

+
@@ -309,7 +316,8 @@

Metafield.php : 25 - + +

Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -321,6 +329,7 @@

@@ -336,7 +345,8 @@

Metafield.php : 20 - + +

Writeable by all API consumers

@@ -348,6 +358,7 @@

+
@@ -363,7 +374,8 @@

Metafield.php : 30 - + +

Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -375,6 +387,7 @@

@@ -405,7 +418,8 @@

Metafield.php : 40 - + + @@ -414,7 +428,10 @@

$date_created - +
+ +
+ @@ -435,7 +452,8 @@

Metafield.php : 41 - + + @@ -444,7 +462,10 @@

$date_modified - +
+ +
+ @@ -465,7 +486,8 @@

Metafield.php : 39 - + + @@ -474,7 +496,10 @@

$description - +
+ +
+ @@ -495,7 +520,8 @@

Metafield.php : 32 - + + @@ -504,7 +530,10 @@

$id - +
+ +
+ @@ -525,7 +554,8 @@

Metafield.php : 33 - + + @@ -534,7 +564,10 @@

$key - +
+ +
+ @@ -555,7 +588,8 @@

Metafield.php : 35 - + + @@ -564,7 +598,10 @@

$namespace - +
+ +
+ @@ -585,7 +622,8 @@

Metafield.php : 36 - + + @@ -594,7 +632,10 @@

$permission_set - +
+ +
+ @@ -615,7 +656,8 @@

Metafield.php : 38 - + + @@ -624,7 +666,10 @@

$resource_id - +
+ +
+ @@ -645,7 +690,8 @@

BrandMetafield.php : 9 - + + @@ -654,7 +700,10 @@

$resource_type = 'brand' - +
+ +
+ @@ -675,7 +724,8 @@

Metafield.php : 34 - + + @@ -684,7 +734,10 @@

$value - +
+ +
+ @@ -708,15 +761,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -724,7 +779,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -733,8 +789,7 @@

Parameters

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

+ + +
@@ -795,5 +913,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html index 4de4069b..d3d1d902 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html @@ -15,6 +15,7 @@ + @@ -98,10 +99,12 @@

+ 9 + + +
@@ -117,13 +120,6 @@

- $custom_url - -  : object -
-
- -
$default_product_sort  : string @@ -222,7 +218,7 @@

- __construct() + __construct()  : mixed
@@ -253,36 +249,6 @@

-property -public " -> -

- $custom_url - - - -

- - - - - public - object - $custom_url - - - - - - -

$default_product_sort @@ -293,8 +259,9 @@

+ 26 + + @@ -303,7 +270,10 @@

$default_product_sort - +
+ +
+

@@ -323,8 +293,9 @@

+ 16 + + @@ -333,7 +304,10 @@

$description - +
+ +
+ @@ -353,8 +327,9 @@

+ 13 + + @@ -363,7 +338,10 @@

$id - +
+ +
+ @@ -383,8 +361,9 @@

+ 23 + + @@ -393,7 +372,10 @@

$image_url - +
+ +
+ @@ -413,8 +395,9 @@

+ 24 + + @@ -423,7 +406,10 @@

$is_visible - +
+ +
+ @@ -443,8 +429,9 @@

+ 22 + + @@ -453,7 +440,10 @@

$layout_file - +
+ +
+ @@ -473,8 +463,9 @@

+ 21 + + @@ -483,7 +474,10 @@

$meta_description - +
+ +
+ @@ -503,8 +497,9 @@

+ 20 + + @@ -513,7 +508,10 @@

$meta_keywords - +
+ +
+ @@ -533,8 +531,9 @@

+ 15 + + @@ -543,7 +542,10 @@

$name - +
+ +
+ @@ -563,8 +565,9 @@

+ 19 + + @@ -573,7 +576,10 @@

$page_title - +
+ +
+ @@ -593,8 +599,9 @@

+ 14 + + @@ -603,7 +610,10 @@

$parent_id - +
+ +
+ @@ -623,8 +633,9 @@

+ 25 + + @@ -633,7 +644,10 @@

$search_keywords - +
+ +
+ @@ -653,8 +667,9 @@

+ 18 + + @@ -663,7 +678,10 @@

$sort_order - +
+ +
+ @@ -683,8 +701,9 @@

+ 17 + + @@ -693,7 +712,10 @@

$views - +
+ +
+ @@ -712,20 +734,22 @@

>

__construct() - +

+ 28 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -733,7 +757,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -742,8 +767,7 @@

Parameters

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

+ + +
@@ -804,5 +891,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html index 4e6862ce..71bffa17 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryMetafield.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

CategoryMetafield.php : 7 - + + +
@@ -255,7 +258,8 @@

Metafield.php : 10 - + +

Private to the app that owns the field

@@ -267,6 +271,7 @@

+
@@ -282,7 +287,8 @@

Metafield.php : 15 - + +

Visible to all API consumers

@@ -294,6 +300,7 @@

+
@@ -309,7 +316,8 @@

Metafield.php : 25 - + +

Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -321,6 +329,7 @@

@@ -336,7 +345,8 @@

Metafield.php : 20 - + +

Writeable by all API consumers

@@ -348,6 +358,7 @@

+
@@ -363,7 +374,8 @@

Metafield.php : 30 - + +

Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -375,6 +387,7 @@

@@ -405,7 +418,8 @@

Metafield.php : 40 - + + @@ -414,7 +428,10 @@

$date_created - +
+ +
+ @@ -435,7 +452,8 @@

Metafield.php : 41 - + + @@ -444,7 +462,10 @@

$date_modified - +
+ +
+ @@ -465,7 +486,8 @@

Metafield.php : 39 - + + @@ -474,7 +496,10 @@

$description - +
+ +
+ @@ -495,7 +520,8 @@

Metafield.php : 32 - + + @@ -504,7 +530,10 @@

$id - +
+ +
+ @@ -525,7 +554,8 @@

Metafield.php : 33 - + + @@ -534,7 +564,10 @@

$key - +
+ +
+ @@ -555,7 +588,8 @@

Metafield.php : 35 - + + @@ -564,7 +598,10 @@

$namespace - +
+ +
+ @@ -585,7 +622,8 @@

Metafield.php : 36 - + + @@ -594,7 +632,10 @@

$permission_set - +
+ +
+ @@ -615,7 +656,8 @@

Metafield.php : 38 - + + @@ -624,7 +666,10 @@

$resource_id - +
+ +
+ @@ -645,7 +690,8 @@

CategoryMetafield.php : 9 - + + @@ -654,7 +700,10 @@

$resource_type = 'category' - +
+ +
+ @@ -675,7 +724,8 @@

Metafield.php : 34 - + + @@ -684,7 +734,10 @@

$value - +
+ +
+ @@ -708,15 +761,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -724,7 +779,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -733,8 +789,7 @@

Parameters

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

+ + +
@@ -795,5 +913,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html index e0e3851a..111de548 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-CategoryTreeBranch.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

CategoryTreeBranch.php : 8 - + + +
@@ -201,7 +204,8 @@

CategoryTreeBranch.php : 19 - + + @@ -210,8 +214,8 @@

$children = [] -
- + + @@ -232,7 +236,8 @@

CategoryTreeBranch.php : 10 - + + @@ -241,7 +246,10 @@

$id - +
+ +
+ @@ -262,7 +270,8 @@

CategoryTreeBranch.php : 13 - + + @@ -271,7 +280,10 @@

$is_visible - +
+ +
+ @@ -292,7 +304,8 @@

CategoryTreeBranch.php : 12 - + + @@ -301,7 +314,10 @@

$name - +
+ +
+ @@ -322,7 +338,8 @@

CategoryTreeBranch.php : 11 - + + @@ -331,7 +348,10 @@

$parent_id - +
+ +
+ @@ -352,7 +372,8 @@

CategoryTreeBranch.php : 14 - + + @@ -361,7 +382,10 @@

$url - +
+ +
+ @@ -386,14 +410,16 @@

CategoryTreeBranch.php : 21 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -401,7 +427,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -410,8 +437,7 @@

Parameters

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

+ + +
@@ -472,5 +561,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html index 3f4510fa..8b805c4a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRule.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ComplexRule.php : 8 - + + +
@@ -243,7 +246,8 @@

ComplexRule.php : 24 - + + @@ -252,8 +256,8 @@

$conditions -
- + + @@ -274,7 +278,8 @@

ComplexRule.php : 13 - + + @@ -283,7 +288,10 @@

$enabled - +
+ +
+ @@ -304,7 +312,8 @@

ComplexRule.php : 10 - + + @@ -313,7 +322,10 @@

$id - +
+ +
+ @@ -334,7 +346,8 @@

ComplexRule.php : 20 - + + @@ -343,7 +356,10 @@

$image_url - +
+ +
+ @@ -364,7 +380,8 @@

ComplexRule.php : 15 - + + @@ -373,7 +390,10 @@

$price_adjuster - +
+ +
+ @@ -394,7 +414,8 @@

ComplexRule.php : 11 - + + @@ -403,7 +424,10 @@

$product_id - +
+ +
+ @@ -424,7 +448,8 @@

ComplexRule.php : 17 - + + @@ -433,7 +458,10 @@

$purchasing_disabled - +
+ +
+ @@ -454,7 +482,8 @@

ComplexRule.php : 18 - + + @@ -463,7 +492,10 @@

$purchasing_disabled_message - +
+ +
+ @@ -484,7 +516,8 @@

ComplexRule.php : 19 - + + @@ -493,7 +526,10 @@

$purchasing_hidden - +
+ +
+ @@ -514,7 +550,8 @@

ComplexRule.php : 12 - + + @@ -523,7 +560,10 @@

$sort_order - +
+ +
+ @@ -544,7 +584,8 @@

ComplexRule.php : 14 - + + @@ -553,7 +594,10 @@

$stop - +
+ +
+ @@ -574,7 +618,8 @@

ComplexRule.php : 16 - + + @@ -583,7 +628,10 @@

$weight_adjuster - +
+ +
+ @@ -608,14 +656,16 @@

ComplexRule.php : 26 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -623,7 +673,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -632,8 +683,7 @@

Parameters

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

+ + +
@@ -694,5 +807,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html index 88e11059..09919dd8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ComplexRuleConditions.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ComplexRuleConditions.php : 7 - + + +
@@ -194,7 +197,8 @@

ComplexRuleConditions.php : 13 - + + @@ -203,7 +207,10 @@

$combination_id - +
+ +
+ @@ -224,7 +231,8 @@

ComplexRuleConditions.php : 10 - + + @@ -233,7 +241,10 @@

$modifier_id - +
+ +
+ @@ -254,7 +265,8 @@

ComplexRuleConditions.php : 11 - + + @@ -263,7 +275,10 @@

$modifier_value_id - +
+ +
+ @@ -284,7 +299,8 @@

ComplexRuleConditions.php : 9 - + + @@ -293,7 +309,10 @@

$rule_id - +
+ +
+ @@ -314,7 +333,8 @@

ComplexRuleConditions.php : 12 - + + @@ -323,7 +343,10 @@

$variant_id - +
+ +
+ @@ -347,15 +370,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -363,7 +388,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -372,8 +398,7 @@

Parameters

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

+ + +
@@ -434,5 +522,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html index 78fe84f1..be511093 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-CustomField.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

CustomField.php : 7 - + + +
@@ -206,7 +209,8 @@

CustomField.php : 13 - + + @@ -217,7 +221,10 @@

- +
+ +
+ @@ -231,7 +238,8 @@

CustomField.php : 14 - + + @@ -242,7 +250,10 @@

- +
+ +
+ @@ -271,7 +282,8 @@

CustomField.php : 9 - + + @@ -280,7 +292,10 @@

$id - +
+ +
+ @@ -301,7 +316,8 @@

CustomField.php : 10 - + + @@ -310,7 +326,10 @@

$name - +
+ +
+ @@ -331,7 +350,8 @@

CustomField.php : 11 - + + @@ -340,7 +360,10 @@

$value - +
+ +
+ @@ -364,15 +387,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -380,7 +405,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -389,8 +415,7 @@

Parameters

Return values
mixed — -
- +
CustomField.php : 16 - + + public static build(string $name, string $value) : CustomField - +
+
Parameters
@@ -422,14 +449,16 @@
Parameters
: string
- +
+
$value : string
- +
+
@@ -438,8 +467,7 @@
Parameters
Return values
CustomField — -
- +
+ 25 + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +
CustomField.php : 30 - + + public setName(string $name) : void - +
+
Parameters
@@ -503,7 +534,8 @@
Parameters
: string
- +
+
@@ -512,8 +544,7 @@
Parameters
Return values
void — -
- +
CustomField.php : 25 - + + public setValue(string $value) : void - +
+
Parameters
@@ -545,7 +578,8 @@
Parameters
: string
- +
+
@@ -554,12 +588,73 @@
Parameters
Return values
void — -
- +

+ + +
@@ -584,5 +679,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html index 7143fa5f..ff63f0d6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-PriceAdjuster.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

PriceAdjuster.php : 7 - + + +
@@ -178,7 +181,8 @@

PriceAdjuster.php : 10 - + + @@ -189,7 +193,10 @@

- +
+ +
+ @@ -203,7 +210,8 @@

PriceAdjuster.php : 9 - + + @@ -214,7 +222,10 @@

- +
+ +
+ @@ -243,7 +254,8 @@

PriceAdjuster.php : 12 - + + @@ -252,7 +264,10 @@

$adjuster - +
+ +
+ @@ -273,7 +288,8 @@

PriceAdjuster.php : 13 - + + @@ -282,7 +298,10 @@

$adjuster_value - +
+ +
+ @@ -306,15 +325,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -322,7 +343,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -331,8 +353,7 @@

Parameters

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

+ + +
@@ -393,5 +477,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html index 7d73e8f2..98a2ead3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html @@ -15,6 +15,7 @@ + @@ -98,10 +99,12 @@

+ 9 + + +
@@ -212,13 +215,6 @@

 : array<string|int, mixed>|null -
- -
- $custom_url - -  : object|null -
@@ -618,8 +614,9 @@

+ 13 + + @@ -630,7 +627,10 @@

- +
+ +
+ @@ -643,8 +643,9 @@

Product.php : - 11 - + 14 + + @@ -655,7 +656,10 @@

- +
+ +
+ @@ -668,8 +672,9 @@

Product.php : - 12 - + 15 + + @@ -680,7 +685,10 @@

- +
+ +
+ @@ -693,8 +701,9 @@

+ 18 + + @@ -705,7 +714,10 @@

- +
+ +
+ @@ -718,8 +730,9 @@

+ 17 + + @@ -730,7 +743,10 @@

- +
+ +
+ @@ -758,8 +774,9 @@

+ 50 + + @@ -768,7 +785,10 @@

$availability - +
+ +
+ @@ -788,8 +808,9 @@

+ 51 + + @@ -798,7 +819,10 @@

$availability_description - +
+ +
+ @@ -818,8 +842,9 @@

+ 70 + + @@ -828,7 +853,10 @@

$base_variant_id - +
+ +
+ @@ -848,8 +876,9 @@

+ 44 + + @@ -858,7 +887,10 @@

$bin_picking_number - +
+ +
+ @@ -878,8 +910,9 @@

+ 34 + + @@ -888,7 +921,10 @@

$brand_id - +
+ +
+ @@ -908,8 +944,9 @@

+ 33 + + @@ -918,7 +955,10 @@

$categories - +
+ +
+ @@ -938,8 +978,9 @@

+ 55 + + @@ -948,7 +989,10 @@

$condition - +
+ +
+ @@ -968,8 +1012,9 @@

+ 30 + + @@ -978,7 +1023,10 @@

$cost_price - +
+ +
+ @@ -998,8 +1046,9 @@

+ 82 + + @@ -1008,37 +1057,7 @@

$custom_fields -
- - - - -
-

- $custom_url - - - -

- - - - public - object|null - $custom_url - - @@ -1059,8 +1078,9 @@

+ 62 + + @@ -1069,7 +1089,10 @@

$date_created - +
+ +
+

@@ -1089,8 +1112,9 @@

+ 63 + + @@ -1099,7 +1123,10 @@

$date_modified - +
+ +
+ @@ -1119,8 +1146,9 @@

+ 27 + + @@ -1129,7 +1157,10 @@

$depth - +
+ +
+ @@ -1149,8 +1180,9 @@

+ 24 + + @@ -1159,7 +1191,10 @@

$description - +
+ +
+ @@ -1179,8 +1214,9 @@

+ 38 + + @@ -1189,7 +1225,10 @@

$fixed_cost_shipping_price - +
+ +
+ @@ -1209,8 +1248,9 @@

Product.php : - 50 - + 53 + + @@ -1219,7 +1259,10 @@

$gift_wrapping_options_list - +
+ +
+ @@ -1239,8 +1282,9 @@

Product.php : - 49 - + 52 + + @@ -1249,7 +1293,10 @@

$gift_wrapping_options_type - +
+ +
+ @@ -1269,8 +1316,9 @@

+ 48 + + @@ -1279,7 +1327,10 @@

$gtin - +
+ +
+ @@ -1299,8 +1350,9 @@

+ 28 + + @@ -1309,7 +1361,10 @@

$height - +
+ +
+ @@ -1329,8 +1384,9 @@

+ 20 + + @@ -1339,7 +1395,10 @@

$id - +
+ +
+ @@ -1359,8 +1418,9 @@

+ 35 + + @@ -1369,7 +1429,10 @@

$inventory_level - +
+ +
+ @@ -1389,8 +1452,9 @@

+ 37 + + @@ -1399,10 +1463,13 @@

$inventory_tracking - - +
- +
+ + + +
+ 36 + + @@ -1429,7 +1497,10 @@

$inventory_warning_level - +
+ +
+

@@ -1449,8 +1520,9 @@

+ 56 + + @@ -1459,7 +1531,10 @@

$is_condition_shown - +
+ +
+ @@ -1479,8 +1554,9 @@

+ + +
@@ -2711,5 +3000,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html index 3c6e226e..1148bee2 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductBulkPricingRule.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductBulkPricingRule.php : 7 - + + +
@@ -206,7 +209,8 @@

ProductBulkPricingRule.php : 11 - + + @@ -217,7 +221,10 @@

- +
+ +
+ @@ -231,7 +238,8 @@

ProductBulkPricingRule.php : 10 - + + @@ -242,7 +250,10 @@

- +
+ +
+ @@ -256,7 +267,8 @@

ProductBulkPricingRule.php : 9 - + + @@ -267,7 +279,10 @@

- +
+ +
+ @@ -296,7 +311,8 @@

ProductBulkPricingRule.php : 17 - + + @@ -305,7 +321,10 @@

$amount - +
+ +
+ @@ -326,7 +345,8 @@

ProductBulkPricingRule.php : 13 - + + @@ -335,7 +355,10 @@

$id - +
+ +
+ @@ -356,7 +379,8 @@

ProductBulkPricingRule.php : 15 - + + @@ -365,7 +389,10 @@

$quantity_max - +
+ +
+ @@ -386,7 +413,8 @@

ProductBulkPricingRule.php : 14 - + + @@ -395,7 +423,10 @@

$quantity_min - +
+ +
+ @@ -416,7 +447,8 @@

ProductBulkPricingRule.php : 16 - + + @@ -425,7 +457,10 @@

$type - +
+ +
+ @@ -449,15 +484,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -465,7 +502,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -474,8 +512,7 @@

Parameters

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

+ + +
@@ -536,5 +636,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html index 9130510c..dde8430d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductImage.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductImage.php : 7 - + + +
@@ -243,7 +246,8 @@

ProductImage.php : 19 - + + @@ -252,7 +256,10 @@

$date_modified - +
+ +
+ @@ -273,7 +280,8 @@

ProductImage.php : 13 - + + @@ -282,7 +290,10 @@

$description - +
+ +
+ @@ -303,7 +314,8 @@

ProductImage.php : 9 - + + @@ -312,7 +324,10 @@

$id - +
+ +
+ @@ -333,7 +348,8 @@

ProductImage.php : 14 - + + @@ -342,7 +358,10 @@

$image_file - +
+ +
+ @@ -363,7 +382,8 @@

ProductImage.php : 20 - + + @@ -372,7 +392,10 @@

$image_url - +
+ +
+ @@ -393,7 +416,8 @@

ProductImage.php : 11 - + + @@ -402,7 +426,10 @@

$is_thumbnail - +
+ +
+ @@ -423,7 +450,8 @@

ProductImage.php : 10 - + + @@ -432,7 +460,10 @@

$product_id - +
+ +
+ @@ -453,7 +484,8 @@

ProductImage.php : 12 - + + @@ -462,7 +494,10 @@

$sort_order - +
+ +
+ @@ -483,7 +518,8 @@

ProductImage.php : 16 - + + @@ -492,7 +528,10 @@

$url_standard - +
+ +
+ @@ -513,7 +552,8 @@

ProductImage.php : 17 - + + @@ -522,7 +562,10 @@

$url_thumbnail - +
+ +
+ @@ -543,7 +586,8 @@

ProductImage.php : 18 - + + @@ -552,7 +596,10 @@

$url_tiny - +
+ +
+ @@ -573,7 +620,8 @@

ProductImage.php : 15 - + + @@ -582,7 +630,10 @@

$url_zoom - +
+ +
+ @@ -606,15 +657,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -622,7 +675,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -631,8 +685,7 @@

Parameters

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

+ + +
@@ -693,5 +809,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html index 0c722733..31d9e32a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductMetafield.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductMetafield.php : 7 - + + +
@@ -255,7 +258,8 @@

Metafield.php : 10 - + +

Private to the app that owns the field

@@ -267,6 +271,7 @@

+
@@ -282,7 +287,8 @@

Metafield.php : 15 - + +

Visible to all API consumers

@@ -294,6 +300,7 @@

+
@@ -309,7 +316,8 @@

Metafield.php : 25 - + +

Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -321,6 +329,7 @@

@@ -336,7 +345,8 @@

Metafield.php : 20 - + +

Writeable by all API consumers

@@ -348,6 +358,7 @@

+
@@ -363,7 +374,8 @@

Metafield.php : 30 - + +

Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -375,6 +387,7 @@

@@ -405,7 +418,8 @@

Metafield.php : 40 - + + @@ -414,7 +428,10 @@

$date_created - +
+ +
+ @@ -435,7 +452,8 @@

Metafield.php : 41 - + + @@ -444,7 +462,10 @@

$date_modified - +
+ +
+ @@ -465,7 +486,8 @@

Metafield.php : 39 - + + @@ -474,7 +496,10 @@

$description - +
+ +
+ @@ -495,7 +520,8 @@

Metafield.php : 32 - + + @@ -504,7 +530,10 @@

$id - +
+ +
+ @@ -525,7 +554,8 @@

Metafield.php : 33 - + + @@ -534,7 +564,10 @@

$key - +
+ +
+ @@ -555,7 +588,8 @@

Metafield.php : 35 - + + @@ -564,7 +598,10 @@

$namespace - +
+ +
+ @@ -585,7 +622,8 @@

Metafield.php : 36 - + + @@ -594,7 +632,10 @@

$permission_set - +
+ +
+ @@ -615,7 +656,8 @@

Metafield.php : 38 - + + @@ -624,7 +666,10 @@

$resource_id - +
+ +
+ @@ -645,7 +690,8 @@

ProductMetafield.php : 9 - + + @@ -654,7 +700,10 @@

$resource_type = 'product' - +
+ +
+ @@ -675,7 +724,8 @@

Metafield.php : 34 - + + @@ -684,7 +734,10 @@

$value - +
+ +
+ @@ -708,15 +761,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -724,7 +779,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -733,8 +789,7 @@

Parameters

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

+ + +
@@ -795,5 +913,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html index 2f6f9a63..5ae112c8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifier.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductModifier.php : 8 - + + +
@@ -255,7 +258,8 @@

ProductModifier.php : 11 - + + @@ -266,7 +270,10 @@

+ +
+ @@ -280,7 +287,8 @@

ProductModifier.php : 10 - + + @@ -291,7 +299,10 @@

+ +
+ @@ -320,7 +331,8 @@

ProductModifier.php : 16 - + + @@ -329,7 +341,10 @@

$config - +
+ +
+ @@ -350,7 +365,8 @@

ProductModifier.php : 17 - + + @@ -359,7 +375,10 @@

$display_name - +
+ +
+ @@ -380,7 +399,8 @@

ProductModifier.php : 18 - + + @@ -389,7 +409,10 @@

$id - +
+ +
+ @@ -410,7 +433,8 @@

ProductModifier.php : 20 - + + @@ -419,7 +443,10 @@

$name - +
+ +
+ @@ -440,7 +467,8 @@

ProductModifier.php : 25 - + + @@ -449,8 +477,8 @@

$option_values -
- + + @@ -471,7 +499,8 @@

ProductModifier.php : 19 - + + @@ -480,7 +509,10 @@

$product_id - +
+ +
+ @@ -501,7 +533,8 @@

ProductModifier.php : 14 - + + @@ -510,7 +543,10 @@

$required - +
+ +
+ @@ -531,7 +567,8 @@

ProductModifier.php : 15 - + + @@ -540,7 +577,10 @@

$sort_order - +
+ +
+ @@ -561,7 +601,8 @@

ProductModifier.php : 13 - + + @@ -570,7 +611,10 @@

$type - +
+ +
+ @@ -595,14 +639,16 @@

ProductModifier.php : 27 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -610,7 +656,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -619,8 +666,7 @@

Parameters

Return values
mixed — -
- +
ProductModifier.php : 74 - + + public addOptionValues(array<string|int, mixed> $values) : mixed - +
+
Parameters
@@ -694,7 +744,8 @@
Parameters
: array<string|int, mixed>
- +
+
@@ -703,8 +754,7 @@
Parameters
Return values
mixed — -
- +
+ 25 + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +

+ + +
@@ -860,5 +979,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html index 33f02401..9e7bf136 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierConfig.html @@ -15,6 +15,7 @@ + @@ -96,9 +97,11 @@

ProductModifierConfig.php : 5 - + + +
@@ -168,7 +171,8 @@

ProductModifierConfig.php : 7 - + + @@ -179,7 +183,10 @@

+ +
+ @@ -208,7 +215,8 @@

ProductModifierConfig.php : 9 - + + @@ -217,7 +225,10 @@

$product_list_adjusts_inventory - +
+ +
+ @@ -238,7 +249,8 @@

ProductModifierConfig.php : 10 - + + @@ -247,7 +259,10 @@

$product_list_adjusts_pricing - +
+ +
+ @@ -268,7 +283,8 @@

ProductModifierConfig.php : 11 - + + @@ -277,7 +293,10 @@

$product_list_shipping_calc - +
+ +
+ @@ -302,14 +321,16 @@

ProductModifierConfig.php : 13 - + + public __construct(bool $product_list_adjusts_inventory, bool $product_list_adjusts_pricing, string $product_list_shipping_calc) : mixed - +
+

Parameters
@@ -317,21 +338,24 @@
Parameters
: bool
- +
+
$product_list_adjusts_pricing : bool
- +
+
$product_list_shipping_calc : string
- +
+
@@ -340,12 +364,73 @@

Parameters

Return values
mixed — -
- +

+ + +
@@ -370,5 +455,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html index 2ad4cccb..18ff0592 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValue.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductModifierValue.php : 7 - + + +
@@ -233,7 +236,8 @@

ProductModifierValue.php : 15 - + + @@ -242,7 +246,10 @@

$adjusters - +
+ +
+ @@ -263,7 +270,8 @@

ProductModifierValue.php : 9 - + + @@ -272,7 +280,10 @@

$id - +
+ +
+ @@ -293,7 +304,8 @@

ProductModifierValue.php : 13 - + + @@ -302,7 +314,10 @@

$is_default = false - +
+ +
+ @@ -323,7 +338,8 @@

ProductModifierValue.php : 12 - + + @@ -332,7 +348,10 @@

$label - +
+ +
+ @@ -353,7 +372,8 @@

ProductModifierValue.php : 10 - + + @@ -362,7 +382,10 @@

$option_id - +
+ +
+ @@ -383,7 +406,8 @@

ProductModifierValue.php : 11 - + + @@ -392,7 +416,10 @@

$productId - +
+ +
+ @@ -413,7 +440,8 @@

ProductModifierValue.php : 14 - + + @@ -422,7 +450,10 @@

$sort_order - +
+ +
+ @@ -447,14 +478,16 @@

ProductModifierValue.php : 17 - + + public __construct(int|null $productId, string $label) : mixed - +
+

Parameters
@@ -462,14 +495,16 @@
Parameters
: int|null
- +
+
$label : string
- +
+
@@ -478,8 +513,7 @@

Parameters

Return values
mixed — -
- +
ProductModifierValue.php : 39 - + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +

+ + +
@@ -624,5 +725,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html index ba807fe2..56e35c2f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductModifierValueAdjuster.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductModifierValueAdjuster.php : 8 - + + +
@@ -187,7 +190,8 @@

ProductModifierValueAdjuster.php : 12 - + + @@ -196,7 +200,10 @@

$image_url - +
+ +
+ @@ -217,7 +224,8 @@

ProductModifierValueAdjuster.php : 10 - + + @@ -226,7 +234,10 @@

$price - +
+ +
+ @@ -247,7 +258,8 @@

ProductModifierValueAdjuster.php : 13 - + + @@ -256,7 +268,10 @@

$purchasing_disabled - +
+ +
+ @@ -277,7 +292,8 @@

ProductModifierValueAdjuster.php : 11 - + + @@ -286,7 +302,10 @@

$weight - +
+ +
+ @@ -311,14 +330,16 @@

ProductModifierValueAdjuster.php : 15 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -326,7 +347,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -335,8 +357,7 @@

Parameters

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

+ + +
@@ -397,5 +481,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html index 2d481e28..df5aa309 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOption.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductOption.php : 7 - + + +
@@ -208,7 +211,8 @@

ProductOption.php : 15 - + + @@ -217,7 +221,10 @@

$config - +
+ +
+ @@ -238,7 +245,8 @@

ProductOption.php : 12 - + + @@ -247,7 +255,10 @@

$display_name - +
+ +
+ @@ -268,7 +279,8 @@

ProductOption.php : 9 - + + @@ -277,7 +289,10 @@

$id - +
+ +
+ @@ -298,7 +313,8 @@

ProductOption.php : 11 - + + @@ -307,7 +323,10 @@

$name - +
+ +
+ @@ -328,7 +347,8 @@

ProductOption.php : 14 - + + @@ -337,7 +357,10 @@

$option_values - +
+ +
+ @@ -358,7 +381,8 @@

ProductOption.php : 10 - + + @@ -367,7 +391,10 @@

$product_id - +
+ +
+ @@ -388,7 +415,8 @@

ProductOption.php : 13 - + + @@ -397,7 +425,10 @@

$type - +
+ +
+ @@ -421,15 +452,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -437,7 +470,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -446,8 +480,7 @@

Parameters

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

+ + +
@@ -508,5 +604,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html index 36d0f5a7..57c98d8b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductOptionValue.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductOptionValue.php : 7 - + + +
@@ -194,7 +197,8 @@

ProductOptionValue.php : 13 - + + @@ -203,7 +207,10 @@

$id - +
+ +
+ @@ -224,7 +231,8 @@

ProductOptionValue.php : 9 - + + @@ -233,7 +241,10 @@

$is_default - +
+ +
+ @@ -254,7 +265,8 @@

ProductOptionValue.php : 10 - + + @@ -263,7 +275,10 @@

$label - +
+ +
+ @@ -284,7 +299,8 @@

ProductOptionValue.php : 11 - + + @@ -293,7 +309,10 @@

$sort_order - +
+ +
+ @@ -314,7 +333,8 @@

ProductOptionValue.php : 12 - + + @@ -323,7 +343,10 @@

$value_data - +
+ +
+ @@ -347,15 +370,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -363,7 +388,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -372,8 +398,7 @@

Parameters

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

+ + +
@@ -434,5 +522,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html index c7dd9301..ac6d6907 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductReview.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductReview.php : 7 - + + +
@@ -248,7 +251,8 @@

ProductReview.php : 9 - + + @@ -259,7 +263,10 @@

- +
+ +
+ @@ -273,7 +280,8 @@

ProductReview.php : 10 - + + @@ -284,7 +292,10 @@

- +
+ +
+ @@ -298,7 +309,8 @@

ProductReview.php : 11 - + + @@ -309,7 +321,10 @@

- +
+ +
+ @@ -338,7 +353,8 @@

ProductReview.php : 27 - + + @@ -347,7 +363,10 @@

$date_created - +
+ +
+ @@ -368,7 +387,8 @@

ProductReview.php : 28 - + + @@ -377,7 +397,10 @@

$date_modified - +
+ +
+ @@ -398,7 +421,8 @@

ProductReview.php : 24 - + + @@ -407,7 +431,10 @@

$date_reviewed - +
+ +
+ @@ -428,7 +455,8 @@

ProductReview.php : 22 - + + @@ -437,7 +465,10 @@

$email - +
+ +
+ @@ -458,7 +489,8 @@

ProductReview.php : 25 - + + @@ -467,7 +499,10 @@

$id - +
+ +
+ @@ -488,7 +523,8 @@

ProductReview.php : 23 - + + @@ -497,7 +533,10 @@

$name - +
+ +
+ @@ -518,7 +557,8 @@

ProductReview.php : 26 - + + @@ -527,7 +567,10 @@

$product_id - +
+ +
+ @@ -548,7 +591,8 @@

ProductReview.php : 20 - + + @@ -557,7 +601,9 @@

$rating -
+ +

The rating of the product review. Must be one of 0,1,2,3,4,5

+
@@ -579,7 +625,8 @@

ProductReview.php : 15 - + + @@ -588,7 +635,10 @@

$status - +
+ +
+ @@ -609,7 +659,8 @@

ProductReview.php : 14 - + + @@ -618,7 +669,10 @@

$text - +
+ +
+ @@ -639,7 +693,8 @@

ProductReview.php : 13 - + + @@ -648,7 +703,10 @@

$title - +
+ +
+ @@ -672,15 +730,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -688,7 +748,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -697,8 +758,7 @@

Parameters

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

+ + +
@@ -759,5 +882,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html index 7f0ae7bc..81631cb1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariant.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductVariant.php : 7 - + + +
@@ -334,7 +337,8 @@

ProductVariant.php : 32 - + + @@ -343,7 +347,10 @@

$bin_picking_number - +
+ +
+ @@ -364,7 +371,8 @@

ProductVariant.php : 14 - + + @@ -373,7 +381,10 @@

$calculated_price - +
+ +
+ @@ -394,7 +405,8 @@

ProductVariant.php : 26 - + + @@ -403,7 +415,10 @@

$cost_price - +
+ +
+ @@ -424,7 +439,8 @@

ProductVariant.php : 20 - + + @@ -433,7 +449,10 @@

$depth - +
+ +
+ @@ -454,7 +473,8 @@

ProductVariant.php : 22 - + + @@ -463,7 +483,10 @@

$fixed_cost_shipping_price - +
+ +
+ @@ -484,7 +507,8 @@

ProductVariant.php : 29 - + + @@ -493,7 +517,10 @@

$gtin - +
+ +
+ @@ -514,7 +541,8 @@

ProductVariant.php : 19 - + + @@ -523,7 +551,10 @@

$height - +
+ +
+ @@ -544,7 +575,8 @@

ProductVariant.php : 9 - + + @@ -553,7 +585,10 @@

$id - +
+ +
+ @@ -574,7 +609,8 @@

ProductVariant.php : 25 - + + @@ -583,7 +619,10 @@

$image_url - +
+ +
+ @@ -604,7 +643,8 @@

ProductVariant.php : 30 - + + @@ -613,7 +653,10 @@

$inventory_level - +
+ +
+ @@ -634,7 +677,8 @@

ProductVariant.php : 31 - + + @@ -643,7 +687,10 @@

$inventory_warning_level - +
+ +
+ @@ -664,7 +711,8 @@

ProductVariant.php : 21 - + + @@ -673,7 +721,10 @@

$is_free_shipping - +
+ +
+ @@ -694,7 +745,8 @@

ProductVariant.php : 28 - + + @@ -703,7 +755,10 @@

$mpn - +
+ +
+ @@ -724,7 +779,8 @@

ProductVariant.php : 33 - + + @@ -733,7 +789,10 @@

$option_values - +
+ +
+ @@ -754,7 +813,8 @@

ProductVariant.php : 13 - + + @@ -763,7 +823,10 @@

$price - +
+ +
+ @@ -784,7 +847,8 @@

ProductVariant.php : 10 - + + @@ -793,7 +857,10 @@

$product_id - +
+ +
+ @@ -814,7 +881,8 @@

ProductVariant.php : 23 - + + @@ -823,7 +891,10 @@

$purchasing_disabled - +
+ +
+ @@ -844,7 +915,8 @@

ProductVariant.php : 24 - + + @@ -853,7 +925,10 @@

$purchasing_disabled_message - +
+ +
+ @@ -874,7 +949,8 @@

ProductVariant.php : 16 - + + @@ -883,7 +959,10 @@

$retail_price - +
+ +
+ @@ -904,7 +983,8 @@

ProductVariant.php : 15 - + + @@ -913,7 +993,10 @@

$sale_price - +
+ +
+ @@ -934,7 +1017,8 @@

ProductVariant.php : 11 - + + @@ -943,7 +1027,10 @@

$sku - +
+ +
+ @@ -964,7 +1051,8 @@

ProductVariant.php : 12 - + + @@ -973,7 +1061,10 @@

$sku_id - +
+ +
+ @@ -994,7 +1085,8 @@

ProductVariant.php : 27 - + + @@ -1003,7 +1095,10 @@

$upc - +
+ +
+ @@ -1024,7 +1119,8 @@

ProductVariant.php : 17 - + + @@ -1033,7 +1129,10 @@

$weight - +
+ +
+ @@ -1054,7 +1153,8 @@

ProductVariant.php : 18 - + + @@ -1063,7 +1163,10 @@

$width - +
+ +
+ @@ -1087,15 +1190,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -1103,7 +1208,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -1112,8 +1218,7 @@

Parameters

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

+ + +
@@ -1174,5 +1342,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html index 6cecbfc7..1305eee0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVariantMetafield.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductVariantMetafield.php : 7 - + + +
@@ -255,7 +258,8 @@

Metafield.php : 10 - + +

Private to the app that owns the field

@@ -267,6 +271,7 @@

+
@@ -282,7 +287,8 @@

Metafield.php : 15 - + +

Visible to all API consumers

@@ -294,6 +300,7 @@

+
@@ -309,7 +316,8 @@

Metafield.php : 25 - + +

Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -321,6 +329,7 @@

@@ -336,7 +345,8 @@

Metafield.php : 20 - + +

Writeable by all API consumers

@@ -348,6 +358,7 @@

+
@@ -363,7 +374,8 @@

Metafield.php : 30 - + +

Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

@@ -375,6 +387,7 @@

@@ -405,7 +418,8 @@

Metafield.php : 40 - + + @@ -414,7 +428,10 @@

$date_created - +
+ +
+ @@ -435,7 +452,8 @@

Metafield.php : 41 - + + @@ -444,7 +462,10 @@

$date_modified - +
+ +
+ @@ -465,7 +486,8 @@

Metafield.php : 39 - + + @@ -474,7 +496,10 @@

$description - +
+ +
+ @@ -495,7 +520,8 @@

Metafield.php : 32 - + + @@ -504,7 +530,10 @@

$id - +
+ +
+ @@ -525,7 +554,8 @@

Metafield.php : 33 - + + @@ -534,7 +564,10 @@

$key - +
+ +
+ @@ -555,7 +588,8 @@

Metafield.php : 35 - + + @@ -564,7 +598,10 @@

$namespace - +
+ +
+ @@ -585,7 +622,8 @@

Metafield.php : 36 - + + @@ -594,7 +632,10 @@

$permission_set - +
+ +
+ @@ -615,7 +656,8 @@

Metafield.php : 38 - + + @@ -624,7 +666,10 @@

$resource_id - +
+ +
+ @@ -645,7 +690,8 @@

ProductVariantMetafield.php : 9 - + + @@ -654,7 +700,10 @@

$resource_type = 'variant' - +
+ +
+ @@ -675,7 +724,8 @@

Metafield.php : 34 - + + @@ -684,7 +734,10 @@

$value - +
+ +
+ @@ -708,15 +761,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -724,7 +779,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -733,8 +789,7 @@

Parameters

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

+ + +
@@ -795,5 +913,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html index 776aff5b..c04a3773 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-ProductVideo.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

ProductVideo.php : 7 - + + +
@@ -213,7 +216,8 @@

ProductVideo.php : 9 - + + @@ -224,7 +228,10 @@

- +
+ +
+ @@ -253,7 +260,8 @@

ProductVideo.php : 12 - + + @@ -262,7 +270,10 @@

$description - +
+ +
+ @@ -283,7 +294,8 @@

ProductVideo.php : 16 - + + @@ -292,7 +304,10 @@

$id - +
+ +
+ @@ -313,7 +328,8 @@

ProductVideo.php : 18 - + + @@ -322,7 +338,10 @@

$length - +
+ +
+ @@ -343,7 +362,8 @@

ProductVideo.php : 17 - + + @@ -352,7 +372,10 @@

$product_id - +
+ +
+ @@ -373,7 +396,8 @@

ProductVideo.php : 13 - + + @@ -382,7 +406,10 @@

$sort_oder - +
+ +
+ @@ -403,7 +430,8 @@

ProductVideo.php : 11 - + + @@ -412,7 +440,10 @@

$title - +
+ +
+ @@ -433,7 +464,8 @@

ProductVideo.php : 14 - + + @@ -442,7 +474,10 @@

$type - +
+ +
+ @@ -463,7 +498,8 @@

ProductVideo.php : 15 - + + @@ -472,7 +508,10 @@

$video_id - +
+ +
+ @@ -496,15 +535,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -512,7 +553,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -521,8 +563,7 @@

Parameters

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

+ + +
@@ -583,5 +687,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html index 519da9e0..250cb584 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-WeightAdjuster.html @@ -15,6 +15,7 @@ + @@ -99,9 +100,11 @@

WeightAdjuster.php : 7 - + + +
@@ -173,7 +176,8 @@

WeightAdjuster.php : 9 - + + @@ -182,7 +186,10 @@

$adjuster - +
+ +
+ @@ -203,7 +210,8 @@

WeightAdjuster.php : 10 - + + @@ -212,7 +220,10 @@

$adjuster_value - +
+ +
+ @@ -236,15 +247,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -252,7 +265,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -261,8 +275,7 @@

Parameters

Return values
mixed — -
- +
+ 25 + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +
+ + +
@@ -323,5 +399,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html index 5270fb0b..30681ec4 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Catalog-Summary.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

Summary.php : 7 - + + +
@@ -228,7 +231,8 @@

Summary.php : 13 - + + @@ -237,7 +241,10 @@

$average_variant_price - +
+ +
+ @@ -258,7 +265,8 @@

Summary.php : 12 - + + @@ -267,7 +275,10 @@

$highest_variant_price - +
+ +
+ @@ -288,7 +299,8 @@

Summary.php : 9 - + + @@ -297,7 +309,10 @@

$inventory_count - +
+ +
+ @@ -318,7 +333,8 @@

Summary.php : 11 - + + @@ -327,7 +343,10 @@

$inventory_value - +
+ +
+ @@ -348,7 +367,8 @@

Summary.php : 14 - + + @@ -357,7 +377,10 @@

$lowest_variant_price - +
+ +
+ @@ -378,7 +401,8 @@

Summary.php : 16 - + + @@ -387,7 +411,10 @@

$newest_variant_date - +
+ +
+ @@ -408,7 +435,8 @@

Summary.php : 15 - + + @@ -417,7 +445,10 @@

$oldest_variant_date - +
+ +
+ @@ -438,7 +469,8 @@

Summary.php : 17 - + + @@ -447,7 +479,10 @@

$primary_category_id - +
+ +
+ @@ -468,7 +503,8 @@

Summary.php : 18 - + + @@ -477,7 +513,10 @@

$primary_category_name - +
+ +
+ @@ -498,7 +537,8 @@

Summary.php : 10 - + + @@ -507,7 +547,10 @@

$variant_count - +
+ +
+ @@ -531,15 +574,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -547,7 +592,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -556,8 +602,7 @@

Parameters

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

+ + +
@@ -618,5 +726,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html index b23f1b2c..51c9ad06 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-Channel.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

Channel.php : 7 - + + +
@@ -394,7 +397,8 @@

Channel.php : 15 - + + @@ -405,7 +409,10 @@

- +
+ +
+ @@ -419,7 +426,8 @@

Channel.php : 21 - + + @@ -430,7 +438,10 @@

- +
+ +
+ @@ -444,7 +455,8 @@

Channel.php : 14 - + + @@ -455,7 +467,10 @@

- +
+ +
+ @@ -469,7 +484,8 @@

Channel.php : 16 - + + @@ -480,7 +496,10 @@

- +
+ +
+ @@ -494,7 +513,8 @@

Channel.php : 25 - + + @@ -505,7 +525,10 @@

- +
+ +
+ @@ -519,7 +542,8 @@

Channel.php : 28 - + + @@ -530,7 +554,10 @@

- +
+ +
+ @@ -544,7 +571,8 @@

Channel.php : 17 - + + @@ -555,7 +583,10 @@

- +
+ +
+ @@ -569,7 +600,8 @@

Channel.php : 18 - + + @@ -580,7 +612,10 @@

- +
+ +
+ @@ -594,7 +629,8 @@

Channel.php : 22 - + + @@ -605,7 +641,10 @@

- +
+ +
+ @@ -619,7 +658,8 @@

Channel.php : 23 - + + @@ -630,7 +670,10 @@

- +
+ +
+ @@ -644,7 +687,8 @@

Channel.php : 24 - + + @@ -655,7 +699,10 @@

- +
+ +
+ @@ -669,7 +716,8 @@

Channel.php : 19 - + + @@ -680,7 +728,10 @@

- +
+ +
+ @@ -694,7 +745,8 @@

Channel.php : 26 - + + @@ -705,7 +757,10 @@

- +
+ +
+ @@ -719,7 +774,8 @@

Channel.php : 27 - + + @@ -730,7 +786,10 @@

- +
+ +
+ @@ -744,7 +803,8 @@

Channel.php : 20 - + + @@ -755,7 +815,10 @@

- +
+ +
+ @@ -769,7 +832,8 @@

Channel.php : 30 - + + @@ -780,7 +844,10 @@

- +
+ +
+ @@ -794,7 +861,8 @@

Channel.php : 33 - + + @@ -805,7 +873,10 @@

- +
+ +
+ @@ -819,7 +890,8 @@

Channel.php : 34 - + + @@ -830,7 +902,10 @@

- +
+ +
+ @@ -844,7 +919,8 @@

Channel.php : 32 - + + @@ -855,7 +931,10 @@

- +
+ +
+ @@ -869,7 +948,8 @@

Channel.php : 31 - + + @@ -880,7 +960,10 @@

- +
+ +
+ @@ -894,7 +977,8 @@

Channel.php : 12 - + + @@ -905,7 +989,10 @@

- +
+ +
+ @@ -919,7 +1006,8 @@

Channel.php : 10 - + + @@ -930,7 +1018,10 @@

- +
+ +
+ @@ -944,7 +1035,8 @@

Channel.php : 9 - + + @@ -955,7 +1047,10 @@

- +
+ +
+ @@ -969,7 +1064,8 @@

Channel.php : 11 - + + @@ -980,7 +1076,10 @@

- +
+ +
+ @@ -1009,7 +1108,8 @@

Channel.php : 41 - + + @@ -1018,7 +1118,10 @@

$config_meta - +
+ +
+ @@ -1039,7 +1142,8 @@

Channel.php : 39 - + + @@ -1048,7 +1152,10 @@

$date_created - +
+ +
+ @@ -1069,7 +1176,8 @@

Channel.php : 40 - + + @@ -1078,7 +1186,10 @@

$date_modified - +
+ +
+ @@ -1099,7 +1210,8 @@

Channel.php : 42 - + + @@ -1108,7 +1220,10 @@

$external_id - +
+ +
+ @@ -1129,7 +1244,8 @@

Channel.php : 36 - + + @@ -1138,7 +1254,10 @@

$id - +
+ +
+ @@ -1159,7 +1278,8 @@

Channel.php : 43 - + + @@ -1168,7 +1288,10 @@

$is_listable_from_ui - +
+ +
+ @@ -1189,7 +1312,8 @@

Channel.php : 44 - + + @@ -1198,7 +1322,10 @@

$is_visible - +
+ +
+ @@ -1219,7 +1346,8 @@

Channel.php : 45 - + + @@ -1228,7 +1356,10 @@

$name - +
+ +
+ @@ -1249,7 +1380,8 @@

Channel.php : 38 - + + @@ -1258,7 +1390,10 @@

$platform - +
+ +
+ @@ -1279,7 +1414,8 @@

Channel.php : 46 - + + @@ -1288,7 +1424,10 @@

$status - +
+ +
+ @@ -1309,7 +1448,8 @@

Channel.php : 37 - + + @@ -1318,7 +1458,10 @@

$type - +
+ +
+ @@ -1342,15 +1485,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -1358,7 +1503,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -1367,8 +1513,7 @@

Parameters

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

+ + +
@@ -1429,5 +1637,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html index c646cecc..22df0a85 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelCurrencyAssignment.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelCurrencyAssignment.php : 7 - + + +
@@ -179,7 +182,8 @@

ChannelCurrencyAssignment.php : 9 - + + @@ -188,7 +192,10 @@

$channel_id - +
+ +
+ @@ -209,7 +216,8 @@

ChannelCurrencyAssignment.php : 11 - + + @@ -218,7 +226,10 @@

$default_currency - +
+ +
+ @@ -239,7 +250,8 @@

ChannelCurrencyAssignment.php : 10 - + + @@ -248,7 +260,10 @@

$enabled_currencies - +
+ +
+ @@ -272,15 +287,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -288,7 +305,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -297,8 +315,7 @@

Parameters

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

+ + +
@@ -359,5 +439,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html index 2bfab776..d0d2d600 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListing.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelListing.php : 8 - + + +
@@ -228,7 +231,8 @@

ChannelListing.php : 10 - + + @@ -237,7 +241,10 @@

$channel_id - +
+ +
+ @@ -258,7 +265,8 @@

ChannelListing.php : 17 - + + @@ -267,7 +275,10 @@

$date_created - +
+ +
+ @@ -288,7 +299,8 @@

ChannelListing.php : 18 - + + @@ -297,7 +309,10 @@

$date_modified - +
+ +
+ @@ -318,7 +333,8 @@

ChannelListing.php : 15 - + + @@ -327,7 +343,10 @@

$description - +
+ +
+ @@ -348,7 +367,8 @@

ChannelListing.php : 13 - + + @@ -357,7 +377,10 @@

$external_id - +
+ +
+ @@ -378,7 +401,8 @@

ChannelListing.php : 12 - + + @@ -387,7 +411,10 @@

$listing_id - +
+ +
+ @@ -408,7 +435,8 @@

ChannelListing.php : 14 - + + @@ -417,7 +445,10 @@

$name - +
+ +
+ @@ -438,7 +469,8 @@

ChannelListing.php : 11 - + + @@ -447,7 +479,10 @@

$product_id - +
+ +
+ @@ -468,7 +503,8 @@

ChannelListing.php : 16 - + + @@ -477,7 +513,10 @@

$state - +
+ +
+ @@ -498,7 +537,8 @@

ChannelListing.php : 23 - + + @@ -507,8 +547,8 @@

$variants -
- + + @@ -533,14 +573,16 @@

ChannelListing.php : 25 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -548,7 +590,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -557,8 +600,7 @@

Parameters

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

+ + +
@@ -619,5 +724,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html index 176ea638..3c23ac3c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelListingVariant.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelListingVariant.php : 7 - + + +
@@ -221,7 +224,8 @@

ChannelListingVariant.php : 9 - + + @@ -230,7 +234,10 @@

$channel_id - +
+ +
+ @@ -251,7 +258,8 @@

ChannelListingVariant.php : 16 - + + @@ -260,7 +268,10 @@

$date_created - +
+ +
+ @@ -281,7 +292,8 @@

ChannelListingVariant.php : 17 - + + @@ -290,7 +302,10 @@

$date_modified - +
+ +
+ @@ -311,7 +326,8 @@

ChannelListingVariant.php : 14 - + + @@ -320,7 +336,10 @@

$description - +
+ +
+ @@ -341,7 +360,8 @@

ChannelListingVariant.php : 12 - + + @@ -350,7 +370,10 @@

$external_id - +
+ +
+ @@ -371,7 +394,8 @@

ChannelListingVariant.php : 13 - + + @@ -380,7 +404,10 @@

$name - +
+ +
+ @@ -401,7 +428,8 @@

ChannelListingVariant.php : 10 - + + @@ -410,7 +438,10 @@

$product_id - +
+ +
+ @@ -431,7 +462,8 @@

ChannelListingVariant.php : 15 - + + @@ -440,7 +472,10 @@

$state - +
+ +
+ @@ -461,7 +496,8 @@

ChannelListingVariant.php : 11 - + + @@ -470,7 +506,10 @@

$variant_id - +
+ +
+ @@ -494,15 +533,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -510,7 +551,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -519,8 +561,7 @@

Parameters

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

+ + +
@@ -581,5 +685,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html index b8d1dd30..69c68db5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSite.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelSite.php : 8 - + + +
@@ -200,7 +203,8 @@

ChannelSite.php : 12 - + + @@ -209,7 +213,10 @@

$channel_id - +
+ +
+ @@ -230,7 +237,8 @@

ChannelSite.php : 13 - + + @@ -239,7 +247,10 @@

$created_at - +
+ +
+ @@ -260,7 +271,8 @@

ChannelSite.php : 10 - + + @@ -269,7 +281,10 @@

$id - +
+ +
+ @@ -290,7 +305,8 @@

ChannelSite.php : 19 - + + @@ -299,8 +315,8 @@

$routes -
- + + @@ -321,7 +337,8 @@

ChannelSite.php : 14 - + + @@ -330,7 +347,10 @@

$updated_at - +
+ +
+ @@ -351,7 +371,8 @@

ChannelSite.php : 11 - + + @@ -360,7 +381,10 @@

$url - +
+ +
+ @@ -385,14 +409,16 @@

ChannelSite.php : 21 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -400,7 +426,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -409,8 +436,7 @@

Parameters

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

+ + +
@@ -471,5 +560,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html index 3c2d957a..1e8bc9ef 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelSiteRoute.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelSiteRoute.php : 7 - + + +
@@ -187,7 +190,8 @@

ChannelSiteRoute.php : 9 - + + @@ -196,7 +200,10 @@

$id - +
+ +
+ @@ -217,7 +224,8 @@

ChannelSiteRoute.php : 20 - + +

For a given type, which resources should match this route? e.g For a route with the type: “product” and matching: “5” this route would be used for the product with the ID of 5.

@@ -232,6 +240,8 @@

items of that type.

+
+ @@ -252,7 +262,8 @@

ChannelSiteRoute.php : 32 - + +

The route template that will be used to generate the URL for the requested resource.

@@ -268,6 +279,8 @@

{language} The language string that the client is using

+
+ @@ -288,7 +301,8 @@

ChannelSiteRoute.php : 10 - + + @@ -297,7 +311,10 @@

$type - +
+ +
+ @@ -321,15 +338,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -337,7 +356,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -346,8 +366,7 @@

Parameters
Return values
mixed — -
- +
+ 25 + + public jsonSerialize() : array<string|int, mixed> - +
+
Return values
array<string|int, mixed> — -
- +
+ + +
@@ -408,5 +490,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html index 86056058..d9e3bbf7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Channel-ChannelTheme.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

ChannelTheme.php : 7 - + + +
@@ -277,7 +280,8 @@

ChannelTheme.php : 10 - + + @@ -286,7 +290,10 @@

$active_theme_configuration_uuid - +
+ +
+ @@ -307,7 +314,8 @@

ChannelTheme.php : 13 - + + @@ -316,7 +324,10 @@

$active_theme_display_version - +
+ +
+ @@ -337,7 +348,8 @@

ChannelTheme.php : 14 - + + @@ -346,7 +358,10 @@

$active_theme_documentation_url - +
+ +
+ @@ -367,7 +382,8 @@

ChannelTheme.php : 15 - + + @@ -376,7 +392,10 @@

$active_theme_is_private - +
+ +
+ @@ -397,7 +416,8 @@

ChannelTheme.php : 16 - + + @@ -406,7 +426,10 @@

$active_theme_is_purchased - +
+ +
+ @@ -427,7 +450,8 @@

ChannelTheme.php : 19 - + + @@ -436,7 +460,10 @@

$active_theme_name - +
+ +
+ @@ -457,7 +484,8 @@

ChannelTheme.php : 17 - + + @@ -466,7 +494,10 @@

$active_theme_partner - +
+ +
+ @@ -487,7 +518,8 @@

ChannelTheme.php : 23 - + + @@ -496,7 +528,10 @@

$active_theme_screenshot - +
+ +
+ @@ -517,7 +552,8 @@

ChannelTheme.php : 18 - + + @@ -526,7 +562,10 @@

$active_theme_style_editable - +
+ +
+ @@ -547,7 +586,8 @@

ChannelTheme.php : 20 - + + @@ -556,7 +596,10 @@

$active_theme_type - +
+ +
+ @@ -577,7 +620,8 @@

ChannelTheme.php : 22 - + + @@ -586,7 +630,10 @@

$active_theme_update_available - +
+ +
+ @@ -607,7 +654,8 @@

ChannelTheme.php : 21 - + + @@ -616,7 +664,10 @@

$active_theme_upgrade - +
+ +
+ @@ -637,7 +688,8 @@

ChannelTheme.php : 9 - + + @@ -646,7 +698,10 @@

$active_theme_uuid - +
+ +
+ @@ -667,7 +722,8 @@

ChannelTheme.php : 24 - + + @@ -676,7 +732,10 @@

$active_theme_variation_count - +
+ +
+ @@ -697,7 +756,8 @@

ChannelTheme.php : 25 - + + @@ -706,7 +766,10 @@

$active_theme_variation_name - +
+ +
+ @@ -727,7 +790,8 @@

ChannelTheme.php : 11 - + + @@ -736,7 +800,10 @@

$active_theme_version_uuid - +
+ +
+ @@ -757,7 +824,8 @@

ChannelTheme.php : 12 - + + @@ -766,7 +834,10 @@

$saved_theme_configuration_uuid - +
+ +
+ @@ -790,15 +861,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -806,7 +879,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -815,8 +889,7 @@

Parameters

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

+ + +
@@ -877,5 +1013,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html index 62936d26..a44d8156 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-CustomTemplateAssociation-CustomTemplateAssociation.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

CustomTemplateAssociation.php : 7 - + + +
@@ -233,7 +236,8 @@

CustomTemplateAssociation.php : 11 - + + @@ -244,7 +248,10 @@

- +
+ +
+ @@ -258,7 +265,8 @@

CustomTemplateAssociation.php : 10 - + + @@ -269,7 +277,10 @@

- +
+ +
+ @@ -283,7 +294,8 @@

CustomTemplateAssociation.php : 12 - + + @@ -294,7 +306,10 @@

- +
+ +
+ @@ -308,7 +323,8 @@

CustomTemplateAssociation.php : 9 - + + @@ -319,7 +335,10 @@

- +
+ +
+ @@ -348,7 +367,8 @@

CustomTemplateAssociation.php : 15 - + + @@ -357,7 +377,10 @@

$channel_id - +
+ +
+ @@ -378,7 +401,8 @@

CustomTemplateAssociation.php : 20 - + + @@ -387,7 +411,10 @@

$date_created - +
+ +
+ @@ -408,7 +435,8 @@

CustomTemplateAssociation.php : 21 - + + @@ -417,7 +445,10 @@

$date_modified - +
+ +
+ @@ -438,7 +469,8 @@

CustomTemplateAssociation.php : 17 - + + @@ -447,7 +479,10 @@

$entity_id - +
+ +
+ @@ -468,7 +503,8 @@

CustomTemplateAssociation.php : 16 - + + @@ -477,7 +513,10 @@

$entity_type - +
+ +
+ @@ -498,7 +537,8 @@

CustomTemplateAssociation.php : 18 - + + @@ -507,7 +547,10 @@

$file_name - +
+ +
+ @@ -528,7 +571,8 @@

CustomTemplateAssociation.php : 14 - + + @@ -537,7 +581,10 @@

$id - +
+ +
+ @@ -558,7 +605,8 @@

CustomTemplateAssociation.php : 19 - + + @@ -567,7 +615,10 @@

$is_valid - +
+ +
+ @@ -591,15 +642,17 @@

+ 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
+

Parameters
@@ -607,7 +660,8 @@
Parameters
: stdClass|null = null
- +
+
@@ -616,8 +670,7 @@

Parameters

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

+ + +
@@ -678,5 +794,6 @@

Search results

+ diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html new file mode 100644 index 00000000..cace48d8 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html @@ -0,0 +1,403 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
+

Documentation

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

+ AttributeValue + + + extends ResourceModel + + + + +

+ + + +

This is used when creating a customer with attribute values

+ + + + + + + + + +

+ Table of Contents + +

+ +
+
+ $attribute_id + +  : int +
+
+ +
+ $attribute_value + +  : string +
+
+ +
+ __construct() + +  : mixed +
+
+ +
+ jsonSerialize() + +  : array<string|int, mixed> +
+
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $attribute_id + + + +

+ + + + + public + int + $attribute_id + + +
+ +
+ + + +
+
+

+ $attribute_value + + + +

+ + + + + public + string + $attribute_value + + +
+ +
+ + + +
+
+ +
+

+ 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-ApiV3-ResourceModels-Customer-Customer.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html index 8ea3a6aa..edea8e66 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html @@ -15,6 +15,7 @@ + @@ -98,10 +99,10 @@

    Customer.php : 10 - + + -
    @@ -117,6 +118,41 @@

    + $accepts_product_review_abandoned_cart_emails + +  : bool +
    +
    + +
    + $addresses + +  : array<string|int, mixed> +
    +
    + +
    + $attributes + +  : array<string|int, mixed> +
    +
    + +
    + $authentication + +  : CustomerAuthentication|null +
    +
    + +
    + $channel_ids + +  : array<string|int, mixed>|null +
    +
    + +
    $city  : string @@ -142,6 +178,13 @@

     : string

    +
    + +
    + $customer_group_id + +  : int +
    @@ -156,6 +199,13 @@

     : string

    +
    + +
    + $form_fields + +  : array<string|int, mixed> +
    @@ -170,6 +220,20 @@

     : string

    +
    + +
    + $notes + +  : string +
    +
    + +
    + $origin_channel_id + +  : int|null +
    @@ -184,6 +248,13 @@

     : string

    +
    + +
    + $store_credit_amounts + +  : array<string|int, mixed>|null +
    @@ -198,6 +269,13 @@

     : string

    +
    + +
    + $tax_exempt_category + +  : string +
    @@ -239,6 +317,172 @@

    -property -public " +> +

    + $accepts_product_review_abandoned_cart_emails + + + +

    + + + + + public + bool + $accepts_product_review_abandoned_cart_emails + + +
    + +
    + + + + +
    +

    + $addresses + + + +

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

    + $attributes + + + +

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

    + $channel_ids + + + +

    + + + + + public + array<string|int, mixed>|null + $channel_ids + + +
    + +
    + + + +
    +

    $city @@ -250,7 +494,8 @@

    Customer.php : 22 - + + @@ -259,7 +504,10 @@

    $city - +
    + +
    +

    @@ -280,7 +528,8 @@

    Customer.php : 19 - + + @@ -289,7 +538,10 @@

    $company - +
    + +
    + @@ -310,7 +562,8 @@

    Customer.php : 25 - + + @@ -319,7 +572,10 @@

    $country - +
    + +
    + @@ -340,7 +596,8 @@

    Customer.php : 26 - + + @@ -349,7 +606,44 @@

    $country_iso2 +
    + +
    + + + + +
    +

    + $customer_group_id + + + +

    + + + + public + int + $customer_group_id + + +
    + +
    +
    @@ -370,7 +664,8 @@

    Customer.php : 16 - + + @@ -379,7 +674,10 @@

    $email - +
    + +
    + @@ -400,7 +698,8 @@

    Customer.php : 17 - + + @@ -409,6 +708,41 @@

    $first_name +
    + +
    + + + + +
    +

    + $form_fields + + + +

    + + + + + public + array<string|int, mixed> + $form_fields + + + @@ -430,7 +764,8 @@

    Customer.php : 15 - + +

    Typically need either an ID or an email in order to do anything useful with an existing customer

    @@ -440,6 +775,7 @@

    $id +
    @@ -462,7 +798,8 @@

    Customer.php : 18 - + + @@ -471,7 +808,78 @@

    $last_name +
    + +
    + + + +

    +
    +

    + $notes + + + +

    + + + + + public + string + $notes + + +
    + +
    + + + +
    +
    +

    + $origin_channel_id + + + +

    + + + + public + int|null + $origin_channel_id + + +
    + +
    +
    @@ -492,7 +900,8 @@

    Customer.php : 27 - + + @@ -501,7 +910,10 @@

    $phone - +
    + +
    + @@ -522,7 +934,8 @@

    Customer.php : 23 - + + @@ -531,7 +944,44 @@

    $state +
    + +
    + + + +
    +

    + $store_credit_amounts + + + +

    + + + + + public + array<string|int, mixed>|null + $store_credit_amounts + + +
    + +
    +
    @@ -552,7 +1002,8 @@

    Customer.php : 20 - + + @@ -561,7 +1012,10 @@

    $street_1 - +
    + +
    + @@ -582,7 +1036,8 @@

    Customer.php : 21 - + + @@ -591,7 +1046,44 @@

    $street_2 +
    + +
    + + + + +
    +

    + $tax_exempt_category + + + +

    + + + + public + string + $tax_exempt_category + + +
    + +
    +
    @@ -612,7 +1104,8 @@

    Customer.php : 24 - + + @@ -621,7 +1114,10 @@

    $zip - +
    + +
    + @@ -645,15 +1141,17 @@

    + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
    +

    Parameters
    @@ -661,7 +1159,8 @@
    Parameters
    : stdClass|null = null
    - +
    +
    @@ -670,8 +1169,7 @@

    Parameters

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

    + + +
    @@ -732,5 +1293,6 @@

    Search results

    + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html index 4cff2909..f0bacf48 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAddress.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

    CustomerAddress.php : 7 - + + +
    @@ -235,7 +238,8 @@

    CustomerAddress.php : 11 - + + @@ -244,7 +248,10 @@

    $address1 - +
    + +
    + @@ -265,7 +272,8 @@

    CustomerAddress.php : 12 - + + @@ -274,7 +282,10 @@

    $address2 - +
    + +
    + @@ -295,7 +306,8 @@

    CustomerAddress.php : 18 - + + @@ -304,7 +316,10 @@

    $address_type - +
    + +
    + @@ -325,7 +340,8 @@

    CustomerAddress.php : 13 - + + @@ -334,7 +350,10 @@

    $city - +
    + +
    + @@ -355,7 +374,8 @@

    CustomerAddress.php : 16 - + + @@ -364,7 +384,10 @@

    $country_code - +
    + +
    + @@ -385,7 +408,8 @@

    CustomerAddress.php : 19 - + + @@ -394,7 +418,10 @@

    $customer_id - +
    + +
    + @@ -415,7 +442,8 @@

    CustomerAddress.php : 9 - + + @@ -424,7 +452,10 @@

    $first_name - +
    + +
    + @@ -445,7 +476,8 @@

    CustomerAddress.php : 10 - + + @@ -454,7 +486,10 @@

    $last_name - +
    + +
    + @@ -475,7 +510,8 @@

    CustomerAddress.php : 17 - + + @@ -484,7 +520,10 @@

    $phone - +
    + +
    + @@ -505,7 +544,8 @@

    CustomerAddress.php : 15 - + + @@ -514,7 +554,10 @@

    $postal_code - +
    + +
    + @@ -535,7 +578,8 @@

    CustomerAddress.php : 14 - + + @@ -544,7 +588,10 @@

    $state_or_province - +
    + +
    + @@ -568,15 +615,17 @@

    + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
    +

    Parameters
    @@ -584,7 +633,8 @@
    Parameters
    : stdClass|null = null
    - +
    +
    @@ -593,8 +643,7 @@

    Parameters

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

    + + +
    @@ -655,5 +767,6 @@

    Search results

    + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html index 51d20c3b..c47926d6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttribute.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

    CustomerAttribute.php : 7 - + + +
    @@ -172,7 +175,8 @@

    CustomerAttribute.php : 9 - + + @@ -181,7 +185,10 @@

    $name - +
    + +
    + @@ -202,7 +209,8 @@

    CustomerAttribute.php : 10 - + + @@ -211,7 +219,10 @@

    $type - +
    + +
    + @@ -235,15 +246,17 @@

    + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
    +

    Parameters
    @@ -251,7 +264,8 @@
    Parameters
    : stdClass|null = null
    - +
    +
    @@ -260,8 +274,7 @@

    Parameters

    Return values
    mixed — -
    - +
    + 25 + + public jsonSerialize() : array<string|int, mixed> - +
    +
    Return values
    array<string|int, mixed> — -
    - +
    + + +
    @@ -322,5 +398,6 @@

    Search results

    + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html index 26be6112..8a9d2466 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAttributeValue.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

    CustomerAttributeValue.php : 7 - + + +
    @@ -125,14 +128,14 @@

    $customer_id -  : int +  : int|null
    $id -  : int +  : int|null
    @@ -186,7 +189,8 @@

    CustomerAttributeValue.php : 9 - + + @@ -195,7 +199,10 @@

    $attribute_id - +
    + +
    + @@ -216,16 +223,20 @@

    CustomerAttributeValue.php : 11 - + + public - int + int|null $customer_id - +
    + +
    + @@ -246,16 +257,20 @@

    CustomerAttributeValue.php : 12 - + + public - int + int|null $id - +
    + +
    + @@ -276,7 +291,8 @@

    CustomerAttributeValue.php : 10 - + + @@ -285,7 +301,10 @@

    $value - +
    + +
    + @@ -309,15 +328,17 @@

    + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
    +

    Parameters
    @@ -325,7 +346,8 @@
    Parameters
    : stdClass|null = null
    - +
    +
    @@ -334,8 +356,7 @@

    Parameters

    Return values
    mixed — -
    - +
    + 25 + + public jsonSerialize() : array<string|int, mixed> - +
    +
    Return values
    array<string|int, mixed> — -
    - +
    + + +
    @@ -396,5 +480,6 @@

    Search results

    + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html new file mode 100644 index 00000000..9ac5ed44 --- /dev/null +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html @@ -0,0 +1,403 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

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

    + CustomerAuthentication + + + extends ResourceModel + + + + +

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

    + Table of Contents + +

    + +
    +
    + $force_password_reset + +  : bool +
    +
    + +
    + $new_password + +  : string +
    +
    + +
    + __construct() + +  : mixed +
    +
    + +
    + jsonSerialize() + +  : array<string|int, mixed> +
    +
    + +
    + + + + + + +
    +

    + Properties + +

    +
    +

    + $force_password_reset + + + +

    + + + + + public + bool + $force_password_reset + + +
    + +
    + + + +
    + +
    + +
    +

    + 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-ApiV3-ResourceModels-Customer-CustomerConsent.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html index 11385c18..17009b0c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerConsent.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

      CustomerConsent.php : 7 - + + +
      @@ -179,7 +182,8 @@

      CustomerConsent.php : 12 - + + @@ -188,8 +192,8 @@

      $allow -
      - + + @@ -210,7 +214,8 @@

      CustomerConsent.php : 16 - + + @@ -219,8 +224,8 @@

      $deny -
      - + + @@ -241,7 +246,8 @@

      CustomerConsent.php : 17 - + + @@ -250,7 +256,10 @@

      $updated_at - +
      + +
      + @@ -274,15 +283,17 @@

      + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
      +

      Parameters
      @@ -290,7 +301,8 @@
      Parameters
      : stdClass|null = null
      - +
      +
      @@ -299,8 +311,7 @@

      Parameters

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

      + + +
      @@ -361,5 +435,6 @@

      Search results

      + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html index e2c4afbf..20a8c6d0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerFormFieldValue.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

      CustomerFormFieldValue.php : 7 - + + +
      @@ -186,7 +189,8 @@

      CustomerFormFieldValue.php : 14 - + + @@ -195,7 +199,10 @@

      $address_id - +
      + +
      + @@ -216,7 +223,8 @@

      CustomerFormFieldValue.php : 15 - + + @@ -225,7 +233,10 @@

      $customer_id - +
      + +
      + @@ -246,7 +257,8 @@

      CustomerFormFieldValue.php : 9 - + + @@ -255,7 +267,10 @@

      $name - +
      + +
      + @@ -276,7 +291,8 @@

      CustomerFormFieldValue.php : 13 - + + @@ -285,8 +301,8 @@

      $value -
      - + + @@ -310,15 +326,17 @@

      + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
      +

      Parameters
      @@ -326,7 +344,8 @@
      Parameters
      : stdClass|null = null
      - +
      +
      @@ -335,8 +354,7 @@

      Parameters

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

      + + +
      @@ -397,5 +478,6 @@

      Search results

      + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html index 42ef1bf5..422b6caf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Customer-Subscriber.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

      Subscriber.php : 7 - + + +
      @@ -233,7 +236,8 @@

      Subscriber.php : 11 - + + @@ -244,7 +248,10 @@

      - +
      + +
      + @@ -258,7 +265,8 @@

      Subscriber.php : 10 - + + @@ -269,7 +277,10 @@

      - +
      + +
      + @@ -283,7 +294,8 @@

      Subscriber.php : 9 - + + @@ -294,7 +306,10 @@

      - +
      + +
      + @@ -323,7 +338,8 @@

      Subscriber.php : 18 - + + @@ -332,7 +348,10 @@

      $channel_id - +
      + +
      + @@ -353,7 +372,8 @@

      Subscriber.php : 21 - + + @@ -362,7 +382,10 @@

      $date_created - +
      + +
      + @@ -383,7 +406,8 @@

      Subscriber.php : 20 - + + @@ -392,7 +416,10 @@

      $date_modified - +
      + +
      + @@ -413,7 +440,8 @@

      Subscriber.php : 13 - + + @@ -422,7 +450,10 @@

      $email - +
      + +
      + @@ -443,7 +474,8 @@

      Subscriber.php : 14 - + + @@ -452,7 +484,10 @@

      $first_name - +
      + +
      + @@ -473,7 +508,8 @@

      Subscriber.php : 19 - + + @@ -482,7 +518,10 @@

      $id - +
      + +
      + @@ -503,7 +542,8 @@

      Subscriber.php : 15 - + + @@ -512,7 +552,10 @@

      $last_name - +
      + +
      + @@ -533,7 +576,8 @@

      Subscriber.php : 17 - + + @@ -542,7 +586,10 @@

      $order_id - +
      + +
      + @@ -563,7 +610,8 @@

      Subscriber.php : 16 - + + @@ -572,7 +620,10 @@

      $source - +
      + +
      + @@ -596,15 +647,17 @@

      + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
      +

      Parameters
      @@ -612,7 +665,8 @@
      Parameters
      : stdClass|null = null
      - +
      +
      @@ -621,8 +675,7 @@

      Parameters

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

      + + +
      @@ -683,5 +799,6 @@

      Search results

      + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html new file mode 100644 index 00000000..9ad2163e --- /dev/null +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html @@ -0,0 +1,314 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

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

      + HasCustomUrl +

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

      + Table of Contents + +

      + +
      +
      + $custom_url + +  : CustomUrl|null +
      +
      + +
      + setCustomUrl() + +  : void +
      +
      Set the URL for a category, brand, or product.
      + +
      + + + + +
      +

      + Properties + +

      +
      +

      + $custom_url + + + +

      + + + + + public + CustomUrl|null + $custom_url + + +
      + +
      + + + +
      +
      + +
      +

      + Methods + +

      +
      +

      + setCustomUrl() + +

      + + +

      Set the URL for a category, brand, or product.

      + + + public + setCustomUrl(string $url) : void + +

      Just a shortcut to setting {url, is_customized: true}

      +
      + +
      Parameters
      +
      +
      + $url + : string +
      +
      +
      + +
      +
      + + + +
      Return values
      + void + — + + +
      +
      + + + + +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html index 8e3445d1..bfff582f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Metafield.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        Metafield.php : 5 - + + +
        @@ -253,7 +256,8 @@

        Metafield.php : 10 - + +

        Private to the app that owns the field

        @@ -265,6 +269,7 @@

        +
        @@ -280,7 +285,8 @@

        Metafield.php : 15 - + +

        Visible to all API consumers

        @@ -292,6 +298,7 @@

        +
        @@ -307,7 +314,8 @@

        Metafield.php : 25 - + +

        Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

        @@ -319,6 +327,7 @@

        @@ -334,7 +343,8 @@

        Metafield.php : 20 - + +

        Writeable by all API consumers

        @@ -346,6 +356,7 @@

        +
        @@ -361,7 +372,8 @@

        Metafield.php : 30 - + +

        Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

        @@ -373,6 +385,7 @@

        @@ -403,7 +416,8 @@

        Metafield.php : 40 - + + @@ -412,7 +426,10 @@

        $date_created - +
        + +
        + @@ -433,7 +450,8 @@

        Metafield.php : 41 - + + @@ -442,7 +460,10 @@

        $date_modified - +
        + +
        + @@ -463,7 +484,8 @@

        Metafield.php : 39 - + + @@ -472,7 +494,10 @@

        $description - +
        + +
        + @@ -493,7 +518,8 @@

        Metafield.php : 32 - + + @@ -502,7 +528,10 @@

        $id - +
        + +
        + @@ -523,7 +552,8 @@

        Metafield.php : 33 - + + @@ -532,7 +562,10 @@

        $key - +
        + +
        + @@ -553,7 +586,8 @@

        Metafield.php : 35 - + + @@ -562,7 +596,10 @@

        $namespace - +
        + +
        + @@ -583,7 +620,8 @@

        Metafield.php : 36 - + + @@ -592,7 +630,10 @@

        $permission_set - +
        + +
        + @@ -613,7 +654,8 @@

        Metafield.php : 38 - + + @@ -622,7 +664,10 @@

        $resource_id - +
        + +
        + @@ -643,7 +688,8 @@

        Metafield.php : 37 - + + @@ -652,7 +698,10 @@

        $resource_type - +
        + +
        + @@ -673,7 +722,8 @@

        Metafield.php : 34 - + + @@ -682,7 +732,10 @@

        $value - +
        + +
        + @@ -706,15 +759,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -722,7 +777,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -731,8 +787,7 @@

        Parameters

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

        + + +
        @@ -793,5 +911,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html index 051e0bac..c16118e6 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Order.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

        Order.php : 5 - + + +
        @@ -162,7 +165,8 @@

        Order.php : 7 - + + @@ -171,7 +175,10 @@

        $id - +
        + +
        + @@ -192,7 +199,8 @@

        Order.php : 8 - + + @@ -201,7 +209,10 @@

        $is_recurring - +
        + +
        + @@ -226,14 +237,16 @@

        Order.php : 10 - + + public __construct(int $id, string $is_recurring) : mixed - +
        +

        Parameters
        @@ -241,14 +254,16 @@
        Parameters
        : int
        - +
        +
        $is_recurring : string
        - +
        +
        @@ -257,12 +272,73 @@

        Parameters

        Return values
        mixed — -
        - +
        + + +
        @@ -287,5 +363,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html index 94308480..101677e1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderMetafield.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        OrderMetafield.php : 7 - + + +
        @@ -254,7 +257,8 @@

        Metafield.php : 10 - + +

        Private to the app that owns the field

        @@ -266,6 +270,7 @@

        +
        @@ -281,7 +286,8 @@

        Metafield.php : 15 - + +

        Visible to all API consumers

        @@ -293,6 +299,7 @@

        +
        @@ -308,7 +315,8 @@

        Metafield.php : 25 - + +

        Visible to all API consumers, and available on the storefront (e.g. via GraphQL)

        @@ -320,6 +328,7 @@

        @@ -335,7 +344,8 @@

        Metafield.php : 20 - + +

        Writeable by all API consumers

        @@ -347,6 +357,7 @@

        +
        @@ -362,7 +373,8 @@

        Metafield.php : 30 - + +

        Writeable by to all API consumers, and available on the storefront (e.g. via GraphQL)

        @@ -374,6 +386,7 @@

        @@ -404,7 +417,8 @@

        Metafield.php : 40 - + + @@ -413,7 +427,10 @@

        $date_created - +
        + +
        + @@ -434,7 +451,8 @@

        Metafield.php : 41 - + + @@ -443,7 +461,10 @@

        $date_modified - +
        + +
        + @@ -464,7 +485,8 @@

        Metafield.php : 39 - + + @@ -473,7 +495,10 @@

        $description - +
        + +
        + @@ -494,7 +519,8 @@

        Metafield.php : 32 - + + @@ -503,7 +529,10 @@

        $id - +
        + +
        + @@ -524,7 +553,8 @@

        Metafield.php : 33 - + + @@ -533,7 +563,10 @@

        $key - +
        + +
        + @@ -554,7 +587,8 @@

        Metafield.php : 35 - + + @@ -563,7 +597,10 @@

        $namespace - +
        + +
        + @@ -584,7 +621,8 @@

        Metafield.php : 36 - + + @@ -593,7 +631,10 @@

        $permission_set - +
        + +
        + @@ -614,7 +655,8 @@

        Metafield.php : 38 - + + @@ -623,7 +665,10 @@

        $resource_id - +
        + +
        + @@ -644,7 +689,8 @@

        OrderMetafield.php : 9 - + + @@ -653,7 +699,10 @@

        $resource_type = 'order' - +
        + +
        + @@ -674,7 +723,8 @@

        Metafield.php : 34 - + + @@ -683,7 +733,10 @@

        $value - +
        + +
        + @@ -707,15 +760,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -723,7 +778,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -732,8 +788,7 @@

        Parameters

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

        + + +
        @@ -794,5 +912,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html index 75155330..71f74a9b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-OrderRefundItem.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        OrderRefundItem.php : 7 - + + +
        @@ -212,7 +215,8 @@

        OrderRefundItem.php : 12 - + + @@ -223,7 +227,10 @@

        - +
        + +
        + @@ -237,7 +244,8 @@

        OrderRefundItem.php : 10 - + + @@ -248,7 +256,10 @@

        - +
        + +
        + @@ -262,7 +273,8 @@

        OrderRefundItem.php : 11 - + + @@ -273,7 +285,10 @@

        - +
        + +
        + @@ -287,7 +302,8 @@

        OrderRefundItem.php : 9 - + + @@ -298,7 +314,10 @@

        - +
        + +
        + @@ -327,7 +346,8 @@

        OrderRefundItem.php : 16 - + + @@ -336,7 +356,10 @@

        $amount - +
        + +
        + @@ -357,7 +380,8 @@

        OrderRefundItem.php : 15 - + + @@ -366,7 +390,10 @@

        $item_id - +
        + +
        + @@ -387,7 +414,8 @@

        OrderRefundItem.php : 14 - + + @@ -396,7 +424,10 @@

        $item_type - +
        + +
        + @@ -417,7 +448,8 @@

        OrderRefundItem.php : 17 - + + @@ -426,7 +458,10 @@

        $quantity - +
        + +
        + @@ -447,7 +482,8 @@

        OrderRefundItem.php : 18 - + + @@ -456,7 +492,10 @@

        $reason - +
        + +
        + @@ -480,15 +519,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -496,7 +537,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -505,8 +547,7 @@

        Parameters

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

        + + +
        @@ -567,5 +671,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html index 77aaf780..4392350b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Refund.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Refund.php : 8 - + + +
        @@ -221,7 +224,8 @@

        Refund.php : 13 - + + @@ -230,7 +234,10 @@

        $created - +
        + +
        + @@ -251,7 +258,8 @@

        Refund.php : 10 - + + @@ -260,7 +268,10 @@

        $id - +
        + +
        + @@ -281,7 +292,8 @@

        Refund.php : 20 - + + @@ -290,8 +302,8 @@

        $items -
        - + + @@ -312,7 +324,8 @@

        Refund.php : 11 - + + @@ -321,7 +334,10 @@

        $order_id - +
        + +
        + @@ -342,7 +358,8 @@

        Refund.php : 21 - + + @@ -351,7 +368,10 @@

        $payments - +
        + +
        + @@ -372,7 +392,8 @@

        Refund.php : 14 - + + @@ -381,7 +402,10 @@

        $reason - +
        + +
        + @@ -402,7 +426,8 @@

        Refund.php : 15 - + + @@ -411,7 +436,10 @@

        $total_amount - +
        + +
        + @@ -432,7 +460,8 @@

        Refund.php : 16 - + + @@ -441,7 +470,10 @@

        $total_tax - +
        + +
        + @@ -462,7 +494,8 @@

        Refund.php : 12 - + + @@ -471,7 +504,10 @@

        $user_id - +
        + +
        + @@ -496,14 +532,16 @@

        Refund.php : 23 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -511,7 +549,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -520,8 +559,7 @@

        Parameters

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

        + + +
        @@ -582,5 +683,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html index f1fe405b..c2f3eff5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-RefundQuote.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RefundQuote.php : 7 - + + +
        @@ -207,7 +210,8 @@

        RefundQuote.php : 13 - + + @@ -216,7 +220,10 @@

        $adjustment - +
        + +
        + @@ -237,7 +244,8 @@

        RefundQuote.php : 9 - + + @@ -246,7 +254,10 @@

        $order_id - +
        + +
        + @@ -267,7 +278,8 @@

        RefundQuote.php : 15 - + + @@ -276,7 +288,10 @@

        $refund_methods - +
        + +
        + @@ -297,7 +312,8 @@

        RefundQuote.php : 12 - + + @@ -306,7 +322,10 @@

        $rounding - +
        + +
        + @@ -327,7 +346,8 @@

        RefundQuote.php : 14 - + + @@ -336,7 +356,10 @@

        $tax_inclusive - +
        + +
        + @@ -357,7 +380,8 @@

        RefundQuote.php : 10 - + + @@ -366,7 +390,10 @@

        $total_refund_amount - +
        + +
        + @@ -387,7 +414,8 @@

        RefundQuote.php : 11 - + + @@ -396,7 +424,10 @@

        $total_refund_tax_amount - +
        + +
        + @@ -420,15 +451,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -436,7 +469,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -445,8 +479,7 @@

        Parameters

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

        + + +
        @@ -507,5 +603,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html index 5df4e385..6af77bfc 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Order-Transaction.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Transaction.php : 7 - + + +
        @@ -312,7 +315,8 @@

        Transaction.php : 13 - + + @@ -321,7 +325,10 @@

        $amount - +
        + +
        + @@ -342,7 +349,8 @@

        Transaction.php : 22 - + + @@ -351,7 +359,10 @@

        $avs_result - +
        + +
        + @@ -372,7 +383,8 @@

        Transaction.php : 24 - + + @@ -381,7 +393,10 @@

        $credit_card - +
        + +
        + @@ -402,7 +417,8 @@

        Transaction.php : 14 - + + @@ -411,7 +427,10 @@

        $currency - +
        + +
        + @@ -432,7 +451,8 @@

        Transaction.php : 28 - + + @@ -441,7 +461,10 @@

        $custom - +
        + +
        + @@ -462,7 +485,8 @@

        Transaction.php : 23 - + + @@ -471,7 +495,10 @@

        $cvv_result - +
        + +
        + @@ -492,7 +519,8 @@

        Transaction.php : 21 - + + @@ -501,7 +529,10 @@

        $date_created - +
        + +
        + @@ -522,7 +553,8 @@

        Transaction.php : 11 - + + @@ -531,7 +563,10 @@

        $event - +
        + +
        + @@ -552,7 +587,8 @@

        Transaction.php : 19 - + + @@ -561,7 +597,10 @@

        $fraud_review - +
        + +
        + @@ -582,7 +621,8 @@

        Transaction.php : 15 - + + @@ -591,7 +631,10 @@

        $gateway - +
        + +
        + @@ -612,7 +655,8 @@

        Transaction.php : 16 - + + @@ -621,7 +665,10 @@

        $gateway_transaction_id - +
        + +
        + @@ -642,7 +689,8 @@

        Transaction.php : 25 - + + @@ -651,7 +699,10 @@

        $gift_certificate - +
        + +
        + @@ -672,7 +723,8 @@

        Transaction.php : 9 - + + @@ -681,7 +733,10 @@

        $id - +
        + +
        + @@ -702,7 +757,8 @@

        Transaction.php : 12 - + + @@ -711,7 +767,10 @@

        $method - +
        + +
        + @@ -732,7 +791,8 @@

        Transaction.php : 27 - + + @@ -741,7 +801,10 @@

        $offline - +
        + +
        + @@ -762,7 +825,8 @@

        Transaction.php : 10 - + + @@ -771,7 +835,10 @@

        $order_id - +
        + +
        + @@ -792,7 +859,8 @@

        Transaction.php : 29 - + + @@ -801,7 +869,10 @@

        $payment_instrument_token - +
        + +
        + @@ -822,7 +893,8 @@

        Transaction.php : 30 - + + @@ -831,7 +903,10 @@

        $payment_method_id - +
        + +
        + @@ -852,7 +927,8 @@

        Transaction.php : 20 - + + @@ -861,7 +937,10 @@

        $reference_transaction_id - +
        + +
        + @@ -882,7 +961,8 @@

        Transaction.php : 17 - + + @@ -891,7 +971,10 @@

        $status - +
        + +
        + @@ -912,7 +995,8 @@

        Transaction.php : 26 - + + @@ -921,7 +1005,10 @@

        $store_credit - +
        + +
        + @@ -942,7 +1029,8 @@

        Transaction.php : 18 - + + @@ -951,7 +1039,10 @@

        $test - +
        + +
        + @@ -975,15 +1066,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -991,7 +1084,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -1000,8 +1094,7 @@

        Parameters

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

        + + +
        @@ -1062,5 +1218,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html index fb0d3f50..3a3c1f39 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentAccessToken.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PaymentAccessToken.php : 7 - + + +
        @@ -165,7 +168,8 @@

        PaymentAccessToken.php : 9 - + + @@ -174,7 +178,10 @@

        $id - +
        + +
        + @@ -198,15 +205,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -214,7 +223,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -223,8 +233,7 @@

        Parameters
        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -285,5 +357,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html index e964f4c1..f8ed7fb5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Payment-PaymentMethod.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PaymentMethod.php : 7 - + + +
        @@ -200,7 +203,8 @@

        PaymentMethod.php : 9 - + + @@ -209,7 +213,10 @@

        $id - +
        + +
        + @@ -230,7 +237,8 @@

        PaymentMethod.php : 10 - + + @@ -239,7 +247,10 @@

        $name - +
        + +
        + @@ -260,7 +271,8 @@

        PaymentMethod.php : 11 - + + @@ -269,7 +281,10 @@

        $stored_instruments - +
        + +
        + @@ -290,7 +305,8 @@

        PaymentMethod.php : 12 - + + @@ -299,7 +315,10 @@

        $supported_instruments - +
        + +
        + @@ -320,7 +339,8 @@

        PaymentMethod.php : 13 - + + @@ -329,7 +349,10 @@

        $test_mode - +
        + +
        + @@ -350,7 +373,8 @@

        PaymentMethod.php : 14 - + + @@ -359,7 +383,10 @@

        $type - +
        + +
        + @@ -383,15 +410,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -399,7 +428,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -408,8 +438,7 @@

        Parameters

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

        + + +
        @@ -470,5 +562,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html index 9a3f6a73..cc8e8fc7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceList.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceList.php : 7 - + + +
        @@ -193,7 +196,8 @@

        PriceList.php : 13 - + + @@ -202,7 +206,10 @@

        $active - +
        + +
        + @@ -223,7 +230,8 @@

        PriceList.php : 12 - + + @@ -232,7 +240,10 @@

        $data_modified - +
        + +
        + @@ -253,7 +264,8 @@

        PriceList.php : 11 - + + @@ -262,7 +274,10 @@

        $date_created - +
        + +
        + @@ -283,7 +298,8 @@

        PriceList.php : 9 - + + @@ -292,7 +308,10 @@

        $id - +
        + +
        + @@ -313,7 +332,8 @@

        PriceList.php : 10 - + + @@ -322,7 +342,10 @@

        $name - +
        + +
        + @@ -346,15 +369,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -362,7 +387,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -371,8 +397,7 @@

        Parameters

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

        + + +
        @@ -433,5 +521,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html index 9f70d784..a4311bd5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListAssignment.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListAssignment.php : 7 - + + +
        @@ -186,7 +189,8 @@

        PriceListAssignment.php : 12 - + + @@ -195,7 +199,10 @@

        $channel_id - +
        + +
        + @@ -216,7 +223,8 @@

        PriceListAssignment.php : 10 - + + @@ -225,7 +233,10 @@

        $customer_group_id - +
        + +
        + @@ -246,7 +257,8 @@

        PriceListAssignment.php : 9 - + + @@ -255,7 +267,10 @@

        $id - +
        + +
        + @@ -276,7 +291,8 @@

        PriceListAssignment.php : 11 - + + @@ -285,7 +301,10 @@

        $price_list_id - +
        + +
        + @@ -309,15 +328,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -325,7 +346,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -334,8 +356,7 @@

        Parameters

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

        + + +
        @@ -396,5 +480,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html index edc306f8..f7a18af4 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-PriceList-PriceListRecord.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListRecord.php : 7 - + + +
        @@ -235,7 +238,8 @@

        PriceListRecord.php : 19 - + + @@ -244,7 +248,10 @@

        $bulk_pricing_tiers - +
        + +
        + @@ -265,7 +272,8 @@

        PriceListRecord.php : 14 - + + @@ -274,7 +282,10 @@

        $calculated_price - +
        + +
        + @@ -295,7 +306,8 @@

        PriceListRecord.php : 17 - + + @@ -304,7 +316,10 @@

        $currency - +
        + +
        + @@ -325,7 +340,8 @@

        PriceListRecord.php : 15 - + + @@ -334,7 +350,10 @@

        $date_created - +
        + +
        + @@ -355,7 +374,8 @@

        PriceListRecord.php : 16 - + + @@ -364,7 +384,10 @@

        $date_modified - +
        + +
        + @@ -385,7 +408,8 @@

        PriceListRecord.php : 13 - + + @@ -394,7 +418,10 @@

        $map_price - +
        + +
        + @@ -415,7 +442,8 @@

        PriceListRecord.php : 11 - + + @@ -424,7 +452,10 @@

        $price - +
        + +
        + @@ -445,7 +476,8 @@

        PriceListRecord.php : 9 - + + @@ -454,7 +486,10 @@

        $price_list_id - +
        + +
        + @@ -475,7 +510,8 @@

        PriceListRecord.php : 18 - + + @@ -484,7 +520,10 @@

        $product_id - +
        + +
        + @@ -505,7 +544,8 @@

        PriceListRecord.php : 12 - + + @@ -514,7 +554,10 @@

        $sale_price - +
        + +
        + @@ -535,7 +578,8 @@

        PriceListRecord.php : 10 - + + @@ -544,7 +588,10 @@

        $variant_id - +
        + +
        + @@ -568,15 +615,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -584,7 +633,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -593,8 +643,7 @@

        Parameters

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

        + + +
        @@ -655,5 +767,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html index 36513e31..92e47407 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-Redirect.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Redirect.php : 8 - + + +
        @@ -179,7 +182,8 @@

        Redirect.php : 10 - + + @@ -188,7 +192,10 @@

        $from_path - +
        + +
        + @@ -209,7 +216,8 @@

        Redirect.php : 11 - + + @@ -218,7 +226,10 @@

        $site_id - +
        + +
        + @@ -239,7 +250,8 @@

        Redirect.php : 12 - + + @@ -248,7 +260,10 @@

        $to - +
        + +
        + @@ -273,14 +288,16 @@

        Redirect.php : 14 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -288,7 +305,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -297,8 +315,7 @@

        Parameters

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

        + + +
        @@ -359,5 +439,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html index 282885c6..6eced752 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Redirect-RedirectTo.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RedirectTo.php : 7 - + + +
        @@ -212,7 +215,8 @@

        RedirectTo.php : 10 - + + @@ -223,7 +227,10 @@

        - +
        + +
        + @@ -237,7 +244,8 @@

        RedirectTo.php : 11 - + + @@ -248,7 +256,10 @@

        - +
        + +
        + @@ -262,7 +273,8 @@

        RedirectTo.php : 12 - + + @@ -273,7 +285,10 @@

        - +
        + +
        + @@ -287,7 +302,8 @@

        RedirectTo.php : 13 - + + @@ -298,7 +314,10 @@

        - +
        + +
        + @@ -312,7 +331,8 @@

        RedirectTo.php : 9 - + + @@ -323,7 +343,10 @@

        - +
        + +
        + @@ -337,7 +360,8 @@

        RedirectTo.php : 14 - + + @@ -348,7 +372,10 @@

        - +
        + +
        + @@ -377,7 +404,8 @@

        RedirectTo.php : 17 - + + @@ -386,7 +414,10 @@

        $entity_id - +
        + +
        + @@ -407,7 +438,8 @@

        RedirectTo.php : 16 - + + @@ -416,7 +448,10 @@

        $type - +
        + +
        + @@ -437,7 +472,8 @@

        RedirectTo.php : 18 - + + @@ -446,7 +482,10 @@

        $url - +
        + +
        + @@ -470,15 +509,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -486,7 +527,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -495,8 +537,7 @@

        Parameters

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

        + + +
        @@ -557,5 +661,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html index f9f9cd96..2de912fa 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-ResourceModel.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        ResourceModel.php : 8 - + + +
        @@ -165,15 +168,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -181,7 +186,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -190,8 +196,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -252,5 +320,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html index 4a681c39..85f89cbf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Script-Script.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Script.php : 7 - + + +
        @@ -296,7 +299,8 @@

        Script.php : 10 - + + @@ -307,7 +311,10 @@

        - +
        + +
        + @@ -321,7 +328,8 @@

        Script.php : 9 - + + @@ -332,7 +340,10 @@

        - +
        + +
        + @@ -346,7 +357,8 @@

        Script.php : 11 - + + @@ -357,7 +369,10 @@

        - +
        + +
        + @@ -371,7 +386,8 @@

        Script.php : 15 - + + @@ -382,7 +398,10 @@

        - +
        + +
        + @@ -396,7 +415,8 @@

        Script.php : 14 - + + @@ -407,7 +427,10 @@

        - +
        + +
        + @@ -421,7 +444,8 @@

        Script.php : 16 - + + @@ -432,7 +456,10 @@

        + +
        + @@ -446,7 +473,8 @@

        Script.php : 13 - + + @@ -457,7 +485,10 @@

        - +
        + +
        + @@ -486,7 +517,8 @@

        Script.php : 29 - + + @@ -495,7 +527,10 @@

        $api_client_id - +
        + +
        + @@ -516,7 +551,8 @@

        Script.php : 24 - + + @@ -525,7 +561,10 @@

        $auto_uninstall - +
        + +
        + @@ -546,7 +585,8 @@

        + + +
        @@ -996,5 +1148,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html index 326641b8..9689820d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobError.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        JobError.php : 7 - + + +
        @@ -172,7 +175,8 @@

        JobError.php : 9 - + + @@ -181,7 +185,10 @@

        $error - +
        + +
        + @@ -202,7 +209,8 @@

        JobError.php : 10 - + + @@ -211,7 +219,10 @@

        $message - +
        + +
        + @@ -235,15 +246,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -251,7 +264,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -260,8 +274,7 @@

        Parameters

        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -322,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html index 38b6b182..96b6718c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobResult.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        JobResult.php : 7 - + + +
        @@ -165,7 +168,8 @@

        JobResult.php : 9 - + + @@ -174,7 +178,10 @@

        $theme_id - +
        + +
        + @@ -198,15 +205,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -214,7 +223,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -223,8 +233,7 @@

        Parameters
        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -285,5 +357,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html index c46e5feb..18e33c90 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-JobWarning.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        JobWarning.php : 7 - + + +
        @@ -172,7 +175,8 @@

        JobWarning.php : 9 - + + @@ -181,7 +185,10 @@

        $message - +
        + +
        + @@ -202,7 +209,8 @@

        JobWarning.php : 10 - + + @@ -211,7 +219,10 @@

        $warning - +
        + +
        + @@ -235,15 +246,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -251,7 +264,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -260,8 +274,7 @@

        Parameters

        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -322,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html index 4ff09f3b..b2a1fa35 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-Theme.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Theme.php : 7 - + + +
        @@ -193,7 +196,8 @@

        Theme.php : 16 - + + @@ -202,7 +206,10 @@

        $is_active - +
        + +
        + @@ -223,7 +230,8 @@

        Theme.php : 15 - + + @@ -232,7 +240,10 @@

        $is_private - +
        + +
        + @@ -253,7 +264,8 @@

        Theme.php : 14 - + + @@ -262,7 +274,10 @@

        $name - +
        + +
        + @@ -283,7 +298,8 @@

        Theme.php : 9 - + + @@ -292,7 +308,10 @@

        $uuid - +
        + +
        + @@ -313,7 +332,8 @@

        Theme.php : 13 - + + @@ -322,8 +342,8 @@

        $variations -
        - + + @@ -347,15 +367,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -363,7 +385,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -372,8 +395,7 @@

        Parameters

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

        + + +
        @@ -434,5 +519,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html index 603dbd88..bd77cb2a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeJob.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ThemeJob.php : 8 - + + +
        @@ -233,7 +236,8 @@

        ThemeJob.php : 12 - + + @@ -244,7 +248,10 @@

        - +
        + +
        + @@ -258,7 +265,8 @@

        ThemeJob.php : 13 - + + @@ -269,7 +277,10 @@

        - +
        + +
        + @@ -283,7 +294,8 @@

        ThemeJob.php : 10 - + + @@ -294,7 +306,10 @@

        - +
        + +
        + @@ -308,7 +323,8 @@

        ThemeJob.php : 11 - + + @@ -319,7 +335,10 @@

        - +
        + +
        + @@ -348,7 +367,8 @@

        ThemeJob.php : 27 - + + @@ -357,8 +377,8 @@

        $errors -
        - + + @@ -379,7 +399,8 @@

        ThemeJob.php : 15 - + + @@ -388,7 +409,10 @@

        $id - +
        + +
        + @@ -409,7 +433,8 @@

        ThemeJob.php : 18 - + + @@ -418,7 +443,10 @@

        $percent_complete - +
        + +
        + @@ -439,7 +467,8 @@

        ThemeJob.php : 19 - + + @@ -448,7 +477,10 @@

        $result - +
        + +
        + @@ -469,7 +501,8 @@

        ThemeJob.php : 17 - + + @@ -478,7 +511,10 @@

        $status - +
        + +
        + @@ -499,7 +535,8 @@

        ThemeJob.php : 16 - + + @@ -508,7 +545,10 @@

        $time - +
        + +
        + @@ -529,7 +569,8 @@

        ThemeJob.php : 23 - + + @@ -538,8 +579,8 @@

        $warnings -
        - + + @@ -564,14 +605,16 @@

        ThemeJob.php : 29 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -579,7 +622,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -588,8 +632,7 @@

        Parameters

        Return values
        mixed — -
        - +
        ThemeJob.php : 36 - + + public getThemeId() : string - +
        +
        Return values
        string — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +

        + + +
        @@ -682,5 +789,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html index a4159170..9e4145bc 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Theme-ThemeVariation.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ThemeVariation.php : 7 - + + +
        @@ -186,7 +189,8 @@

        ThemeVariation.php : 11 - + + @@ -195,7 +199,10 @@

        $description - +
        + +
        + @@ -216,7 +223,8 @@

        ThemeVariation.php : 12 - + + @@ -225,7 +233,10 @@

        $external_id - +
        + +
        + @@ -246,7 +257,8 @@

        ThemeVariation.php : 10 - + + @@ -255,7 +267,10 @@

        $name - +
        + +
        + @@ -276,7 +291,8 @@

        ThemeVariation.php : 9 - + + @@ -285,7 +301,10 @@

        $uuid - +
        + +
        + @@ -309,15 +328,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -325,7 +346,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -334,8 +356,7 @@

        Parameters

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

        + + +
        @@ -396,5 +480,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html index ab735892..efaae231 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Placement.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Placement.php : 8 - + + +
        @@ -212,7 +215,8 @@

        Placement.php : 11 - + + @@ -223,7 +227,10 @@

        - +
        + +
        + @@ -237,7 +244,8 @@

        Placement.php : 10 - + + @@ -248,7 +256,10 @@

        - +
        + +
        + @@ -277,7 +288,8 @@

        Placement.php : 14 - + + @@ -286,7 +298,10 @@

        $entity_id - +
        + +
        + @@ -307,7 +322,8 @@

        Placement.php : 18 - + + @@ -316,7 +332,10 @@

        $region - +
        + +
        + @@ -337,7 +356,8 @@

        Placement.php : 17 - + + @@ -346,7 +366,10 @@

        $sort_order - +
        + +
        + @@ -367,7 +390,8 @@

        Placement.php : 16 - + + @@ -376,7 +400,10 @@

        $status - +
        + +
        + @@ -397,7 +424,8 @@

        Placement.php : 15 - + + @@ -406,7 +434,10 @@

        $template_file - +
        + +
        + @@ -427,7 +458,8 @@

        Placement.php : 19 - + + @@ -436,7 +468,10 @@

        $widget - +
        + +
        + @@ -457,7 +492,8 @@

        Placement.php : 13 - + + @@ -466,7 +502,10 @@

        $widget_uuid - +
        + +
        + @@ -491,14 +530,16 @@

        Placement.php : 21 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -506,7 +547,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -515,8 +557,7 @@

        Parameters

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

        + + +
        @@ -577,5 +681,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html index 26dc22d6..0149f92e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Region.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Region.php : 7 - + + +
        @@ -165,7 +168,8 @@

        Region.php : 9 - + + @@ -174,7 +178,10 @@

        $name - +
        + +
        + @@ -198,15 +205,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -214,7 +223,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -223,8 +233,7 @@

        Parameters
        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -285,5 +357,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html index 06dceec6..c253cef8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-Widget.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Widget.php : 8 - + + +
        @@ -214,7 +217,8 @@

        Widget.php : 10 - + + @@ -223,7 +227,10 @@

        $date_created - +
        + +
        + @@ -244,7 +251,8 @@

        Widget.php : 11 - + + @@ -253,7 +261,10 @@

        $date_modified - +
        + +
        + @@ -274,7 +285,8 @@

        Widget.php : 12 - + + @@ -283,7 +295,10 @@

        $description - +
        + +
        + @@ -304,7 +319,8 @@

        Widget.php : 13 - + + @@ -313,7 +329,10 @@

        $name - +
        + +
        + @@ -334,7 +353,8 @@

        Widget.php : 14 - + + @@ -343,7 +363,10 @@

        $uuid - +
        + +
        + @@ -364,7 +387,8 @@

        Widget.php : 15 - + + @@ -373,7 +397,10 @@

        $version_uuid - +
        + +
        + @@ -394,7 +421,8 @@

        Widget.php : 16 - + + @@ -403,7 +431,10 @@

        $widget_configuration - +
        + +
        + @@ -424,7 +455,8 @@

        Widget.php : 17 - + + @@ -433,7 +465,10 @@

        $widget_template - +
        + +
        + @@ -458,14 +493,16 @@

        Widget.php : 19 - + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -473,7 +510,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -482,8 +520,7 @@

        Parameters

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

        + + +
        @@ -544,5 +644,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html index 9b719ade..016380f2 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfiguration.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetConfiguration.php : 7 - + + +
        @@ -172,7 +175,8 @@

        WidgetConfiguration.php : 13 - + + @@ -181,7 +185,10 @@

        $_ - +
        + +
        + @@ -202,7 +209,8 @@

        WidgetConfiguration.php : 12 - + + @@ -211,8 +219,8 @@

        $images -
        - + + @@ -236,15 +244,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -252,7 +262,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -261,8 +272,7 @@

        Parameters

        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -323,5 +396,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html index 6ab35bd2..20f877d1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetConfigurationImage.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetConfigurationImage.php : 7 - + + +
        @@ -172,7 +175,8 @@

        WidgetConfigurationImage.php : 10 - + + @@ -181,7 +185,10 @@

        $image_source - +
        + +
        + @@ -202,7 +209,8 @@

        WidgetConfigurationImage.php : 9 - + + @@ -211,7 +219,10 @@

        $image_url - +
        + +
        + @@ -235,15 +246,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -251,7 +264,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -260,8 +274,7 @@

        Parameters

        Return values
        mixed — -
        - +
        + 25 + + public jsonSerialize() : array<string|int, mixed> - +
        +
        Return values
        array<string|int, mixed> — -
        - +
        + + +
        @@ -322,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html index 7676ac4d..33050038 100644 --- a/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html +++ b/docs/classes/BigCommerce-ApiV3-ResourceModels-Widget-WidgetTemplate.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetTemplate.php : 7 - + + +
        @@ -221,7 +224,8 @@

        WidgetTemplate.php : 17 - + + @@ -230,7 +234,10 @@

        $current_version_uuid - +
        + +
        + @@ -251,7 +258,8 @@

        WidgetTemplate.php : 15 - + + @@ -260,7 +268,10 @@

        $date_created - +
        + +
        + @@ -281,7 +292,8 @@

        WidgetTemplate.php : 16 - + + @@ -290,7 +302,10 @@

        $date_modified - +
        + +
        + @@ -311,7 +326,8 @@

        WidgetTemplate.php : 14 - + + @@ -320,7 +336,10 @@

        $icon_name - +
        + +
        + @@ -341,7 +360,8 @@

        WidgetTemplate.php : 13 - + + @@ -350,7 +370,10 @@

        $kind - +
        + +
        + @@ -371,7 +394,8 @@

        WidgetTemplate.php : 12 - + + @@ -380,7 +404,10 @@

        $name - +
        + +
        + @@ -401,7 +428,8 @@

        WidgetTemplate.php : 11 - + + @@ -410,7 +438,10 @@

        $schema - +
        + +
        + @@ -431,7 +462,8 @@

        WidgetTemplate.php : 10 - + + @@ -440,7 +472,10 @@

        $template - +
        + +
        + @@ -461,7 +496,8 @@

        WidgetTemplate.php : 9 - + + @@ -470,7 +506,10 @@

        $uuid - +
        + +
        + @@ -494,15 +533,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -510,7 +551,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -519,8 +561,7 @@

        Parameters

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

        + + +
        @@ -581,5 +685,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html index 9ef8a480..77c91359 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        BrandMetafieldResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html index ca7b44e1..0c52cb02 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandMetafieldsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        BrandMetafieldsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html index 2e3340f6..af5bfee5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        BrandResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html index c0cd27b1..74258941 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Brand-BrandsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        BrandsResponse.php : 9 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html index acacc2ed..3adc13df 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartRedirectUrlsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CartRedirectUrlsResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html index 6a6e2cb0..0ff61649 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Cart-CartResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CartResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html index 2a560af9..ccda588f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoriesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CategoriesResponse.php : 9 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html index 4b6a0a89..501d60a3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CategoryMetafieldResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html index 45b2f54c..fc68bcd5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryMetafieldsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CategoryMetafieldsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html index 054b794b..c6b4ccb8 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CategoryResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html index 6f5fa67e..18bd97b7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Category-CategoryTreeResponse.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

        CategoryTreeResponse.php : 8 - + + +
        @@ -153,14 +156,16 @@

        CategoryTreeResponse.php : 15 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -168,7 +173,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -177,8 +183,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -240,5 +306,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html index 6d085ead..b3c1c6e9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelActiveThemeResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelActiveThemeResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html index bb8346f3..d35e23fe 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentResponse.html @@ -15,6 +15,7 @@ + @@ -98,12 +99,12 @@

        ChannelCurrencyAssignmentResponse.php : 13 - + +

        Note this doesn't seem to be used by the API currently, it returns an array of assignments always. This class is included for completeness

        -
        @@ -159,14 +160,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -174,7 +177,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -183,8 +187,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -245,5 +311,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html index 2ccd7309..332e1ceb 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelCurrencyAssignmentsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelCurrencyAssignmentsResponse.php : 9 - + + +
        @@ -170,14 +173,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -185,7 +190,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -194,8 +200,7 @@
        Parameters
        Return values
        mixed — -
        - +
        PaginatedBatchableResponse.php : 17 - + + public static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static -
        - +
        Parameters
        @@ -228,8 +233,7 @@
        Parameters
        : array<string|int, ResponseInterface>
        -
        - +
        @@ -238,8 +242,7 @@
        Parameters
        Return values
        static — -
        - +
        + + +
        @@ -333,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html index 0329ff05..aa3d3fc9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelListingResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html index 1fdbf951..e666de64 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelListingsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelListingsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html index 0e3799e3..c0160961 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html index 19fc807c..c95632a3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelSiteResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelSiteResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html index 1480fa22..27881487 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Channel-ChannelsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ChannelsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html index ac562c3f..1c4ea6bd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRuleResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        ComplexRuleResponse.php : 8 - + + +
        @@ -155,14 +158,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -170,7 +175,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -179,8 +185,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -241,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html index 77880b26..0d781871 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-ComplexRulesResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        ComplexRulesResponse.php : 8 - + + +
        @@ -162,14 +165,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -177,7 +182,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -186,8 +192,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -281,5 +348,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html index ec1ccb78..6d248555 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        CustomFieldResponse.php : 8 - + + +
        @@ -155,14 +158,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -170,7 +175,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -179,8 +185,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -241,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html index a6ca2510..2e48d198 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomFieldsResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        CustomFieldsResponse.php : 8 - + + +
        @@ -162,14 +165,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -177,7 +182,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -186,8 +192,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -281,5 +348,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html index 743b656f..a8adee36 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-CustomTemplateAssociation-CustomTemplateAssociationsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomTemplateAssociationsResponse.php : 8 - + + +
        @@ -170,14 +173,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -185,7 +190,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -194,8 +200,7 @@
        Parameters
        Return values
        mixed — -
        - +
        PaginatedBatchableResponse.php : 17 - + + public static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static -
        - +
        Parameters
        @@ -228,8 +233,7 @@
        Parameters
        : array<string|int, ResponseInterface>
        -
        - +
        @@ -238,8 +242,7 @@
        Parameters
        Return values
        static — -
        - +
        + + +
        @@ -333,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html index dc363baa..8d18ac2c 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAddressesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerAddressesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html index 7d77bfd3..4f5f8951 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributeValuesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerAttributeValuesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html index b98a3139..d767ed6a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerAttributesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerAttributesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html index d27db6ed..37b5c1f7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerConsentResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerConsentResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html index 7a27c075..84147dc2 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerFormFieldValuesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerFormFieldValuesResponse.php : 9 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html index d81de4c4..f2cb2020 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomerResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomerResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html index 4c1a370a..72bf1bfd 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-CustomersResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        CustomersResponse.php : 9 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html index bc3f0a73..15184187 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscriberResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        SubscriberResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html index 7bf6443b..5ac21bc7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Customer-SubscribersResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        SubscribersResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html index c349396c..a6686dea 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Meta-Pagination.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        Pagination.php : 7 - + + +
        @@ -193,7 +196,8 @@

        Pagination.php : 17 - + + @@ -202,7 +206,9 @@

        $count -
        + +

        Total number of items in the collection response

        +
        @@ -224,7 +230,8 @@

        Pagination.php : 27 - + + @@ -233,7 +240,9 @@

        $current_page -
        + +

        The page you are currently on within the collection

        +
        @@ -255,7 +264,8 @@

        Pagination.php : 22 - + + @@ -264,7 +274,9 @@

        $per_page -
        + +

        The amount of items returned in the collection per page, controlled by the limit parameter

        +
        @@ -286,7 +298,8 @@

        Pagination.php : 12 - + + @@ -295,7 +308,9 @@

        $total -
        + +

        Total number of items in the result set

        +
        @@ -317,7 +332,8 @@

        Pagination.php : 32 - + + @@ -326,7 +342,9 @@

        $total_pages -
        + +

        The total number of pages in the collection

        +
        @@ -351,15 +369,17 @@

        + 12 + + public __construct([stdClass|null $optionObject = null ]) : mixed - +
        +

        Parameters
        @@ -367,7 +387,8 @@
        Parameters
        : stdClass|null = null
        - +
        +
        @@ -376,8 +397,7 @@

        Parameters

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

        + + +
        @@ -438,5 +521,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html index 9bcf12b5..0d451484 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-OptionsResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        OptionsResponse.php : 8 - + + +
        @@ -162,14 +165,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -177,7 +182,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -186,8 +192,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -281,5 +348,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html index 3654bd74..7384d8b5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        OrderMetafieldResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html index d2042438..109e6164 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-OrderMetafieldsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        OrderMetafieldsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html index 1cc432c1..bc2503a9 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundQuoteResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RefundQuoteResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html index 555615fc..486dbfd7 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RefundResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html index 19a36041..2a4bb309 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-RefundsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RefundsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html index e1d2234b..d8cfafe4 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Order-TransactionsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        TransactionsResponse.php : 9 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html index 41f002d1..f5550692 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedBatchableResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        PaginatedBatchableResponse.php : 9 - + + +
        @@ -162,14 +165,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -177,7 +182,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -186,8 +192,7 @@
        Parameters
        Return values
        mixed — -
        - +
        PaginatedBatchableResponse.php : 17 - + + public static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static -
        - +
        Parameters
        @@ -220,8 +225,7 @@
        Parameters
        : array<string|int, ResponseInterface>
        -
        - +
        @@ -230,8 +234,7 @@
        Parameters
        Return values
        static — -
        - +
        + + +
        @@ -292,5 +358,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html index a8bfa6c0..16584319 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PaginatedResponse.html @@ -15,6 +15,7 @@ + @@ -94,9 +95,11 @@

        PaginatedResponse.php : 9 - + + +
        @@ -152,14 +155,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -167,7 +172,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -176,8 +182,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -238,5 +306,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html index 04e81a55..928a668d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-AcceptedPaymentMethodsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        AcceptedPaymentMethodsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html index da3f459f..43aa8991 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Payment-PaymentAccessTokenResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PaymentAccessTokenResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html index 0ea6837a..f32386b0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListAssignmentsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListAssignmentsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html index 3475937d..12646eaf 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListRecordResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html index 270afab2..3466d6ba 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListRecordsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListRecordsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html index c099c611..81982424 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -243,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html index 8d5767ed..3156bfff 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-PriceList-PriceListsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PriceListsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html index 862efcdc..41fd15ed 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifierResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ModifierResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html index e27d8b24..f867c585 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ModifiersResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ModifiersResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html index 4d551590..3b12eb2e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-OptionResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        OptionResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html index 056d09c3..c7d36d8b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRuleResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductBulkPricingRuleResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html index b12aee60..1a9f193b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductBulkPricingRulesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductBulkPricingRulesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html index 271fd989..4c625258 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImageResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductImageResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html index f193cd3d..607378ce 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductImagesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductImagesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html index 95bac1d0..47daff27 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductMetafieldResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -243,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html index 9c73cc83..60cf7d6d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductMetafieldsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductMetafieldsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html index 39a6b930..b83c24ac 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValueResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductModifierValueResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html index 4c99f0ac..99521e9d 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductModifierValuesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductModifierValuesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html index 51366579..75764d18 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValueResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductOptionValueResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html index 56a334bb..bd672a36 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductOptionValuesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductOptionValuesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html index 4fe69e12..43211c02 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html index 30675c06..31dd07ef 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductReviewResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html index 54579f60..2d11cc0b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductReviewsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductReviewsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html index 48004fce..d7a9dee3 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVariantMetafieldResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -243,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html index f1b17a4e..d747a112 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantMetafieldsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVariantMetafieldsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html index 9910ed59..5d687f5a 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVariantResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -243,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html index 0ae12fe9..07476dae 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVariantsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVariantsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html index b71d4a5d..6a1e66e5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideoResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVideoResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html index e2709e04..d7641a73 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductVideosResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductVideosResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html index f83f7c28..c64067da 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Product-ProductsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ProductsResponse.php : 8 - + + +
        @@ -170,14 +173,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -185,7 +190,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -194,8 +200,7 @@
        Parameters
        Return values
        mixed — -
        - +
        PaginatedBatchableResponse.php : 17 - + + public static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static -
        - +
        Parameters
        @@ -228,8 +233,7 @@
        Parameters
        : array<string|int, ResponseInterface>
        -
        - +
        @@ -238,8 +242,7 @@
        Parameters
        Return values
        static — -
        - +
        + + +
        @@ -333,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html index 08906cb7..04f86e24 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        RedirectsResponse.php : 8 - + + +
        @@ -170,14 +173,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -185,7 +190,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -194,8 +200,7 @@
        Parameters
        Return values
        mixed — -
        - +
        PaginatedBatchableResponse.php : 17 - + + public static buildFromMultipleResponses(array<string|int, ResponseInterface$responses) : static -
        - +
        Parameters
        @@ -228,8 +233,7 @@
        Parameters
        : array<string|int, ResponseInterface>
        -
        - +
        @@ -238,8 +242,7 @@
        Parameters
        Return values
        static — -
        - +
        + + +
        @@ -333,5 +398,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html index a7c173be..2639c27f 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ScriptResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html index 086facdc..aebdaec4 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Script-ScriptsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ScriptsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html index 8a31e1c5..75f38df5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-SingleResourceResponse.html @@ -15,6 +15,7 @@ + @@ -94,9 +95,11 @@

        SingleResourceResponse.php : 8 - + + +
        @@ -145,14 +148,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -160,7 +165,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -169,12 +175,73 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -199,5 +266,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html index dc34739a..68c95d49 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-SummaryResponse.html @@ -15,6 +15,7 @@ + @@ -97,9 +98,11 @@

        SummaryResponse.php : 8 - + + +
        @@ -155,14 +158,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -170,7 +175,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -179,8 +185,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -241,5 +309,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html index fe895a64..f80deaac 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-JobIdentifierResponse.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

        JobIdentifierResponse.php : 7 - + + +
        @@ -153,14 +156,16 @@

        JobIdentifierResponse.php : 11 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -168,7 +173,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -177,8 +183,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -239,5 +307,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html index c6c79f10..e95963d5 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeJobResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ThemeJobResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html index d87cdc38..678f3189 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemeResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ThemeResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html index 63637c81..f526ee90 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Theme-ThemesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        ThemesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html index f1469594..511f277e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PlacementResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html index cc816e47..1d2767d1 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-PlacementsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        PlacementsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html index 93f1c651..16aa5634 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-RegionsResponse.html @@ -15,6 +15,7 @@ + @@ -95,9 +96,11 @@

        RegionsResponse.php : 8 - + + +
        @@ -153,14 +156,16 @@

        RegionsResponse.php : 15 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -168,7 +173,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -177,8 +183,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -240,5 +306,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html index e55cdb7f..fb8fd57e 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html index ea425fdb..daff4303 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplateResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetTemplateResponse.php : 9 - + + +
        @@ -156,14 +159,16 @@

        SingleResourceResponse.php : 10 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -171,7 +176,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -180,8 +186,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -242,5 +310,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html index 325204d6..b9dd71b0 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetTemplatesResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetTemplatesResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html index 6e26b444..b5a68f7b 100644 --- a/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html +++ b/docs/classes/BigCommerce-ApiV3-ResponseModels-Widget-WidgetsResponse.html @@ -15,6 +15,7 @@ + @@ -98,9 +99,11 @@

        WidgetsResponse.php : 8 - + + +
        @@ -163,14 +166,16 @@

        PaginatedResponse.php : 14 - + + public __construct(ResponseInterface $response) : mixed - +
        +

        Parameters
        @@ -178,7 +183,8 @@
        Parameters
        : ResponseInterface
        - +
        +
        @@ -187,8 +193,7 @@
        Parameters
        Return values
        mixed — -
        - +
        + + +
        @@ -282,5 +349,6 @@

        Search results

        + diff --git a/docs/css/base.css b/docs/css/base.css index 082448f1..db4e807e 100644 --- a/docs/css/base.css +++ b/docs/css/base.css @@ -1025,6 +1025,53 @@ td.phpdocumentor-cell:last-child { border-radius: 3px; } } +.phpdocumentor-modal { + position: fixed; + width: 100vw; + height: 100vh; + opacity: 0; + visibility: hidden; + transition: all 0.3s ease; + top: 0; + left: 0; + display: flex; + align-items: center; + justify-content: center; +} + +.phpdocumentor-modal__open { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} + +.phpdocumentor-modal-bg { + position: absolute; + background: gray; + opacity: 50%; + width: 100%; + height: 100%; +} + +.phpdocumentor-modal-container { + border-radius: 1em; + background: #fff; + position: relative; + padding: 2em; +} + +.phpdocumentor-modal__close { + position: absolute; + right: 0.75em; + top: 0.75em; + outline: none; + appearance: none; + color: var(--primary-color); + background: none; + border: 0px; + font-weight: bold; + cursor: pointer; +} /* Used for screen readers and such */ .visually-hidden { diff --git a/docs/css/template.css b/docs/css/template.css index fb905f3d..31f00e3f 100644 --- a/docs/css/template.css +++ b/docs/css/template.css @@ -153,6 +153,25 @@ font-size: var(--text-sm); color: gray; } + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source { + flex: 0 1 auto; + display: inline-flex; +} + +.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + left: 0; + border-radius: 50%; + font-weight: 600; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} .phpdocumentor-class-graph { width: 100%; height: 600px; border:1px solid black; overflow: hidden } diff --git a/docs/files/bigcommerce-api-carts-cartitemsapi.html b/docs/files/bigcommerce-api-carts-cartitemsapi.html index 8ae40b94..f3b52b39 100644 --- a/docs/files/bigcommerce-api-carts-cartitemsapi.html +++ b/docs/files/bigcommerce-api-carts-cartitemsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CartItemsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html b/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html index 7ecaea56..911de4f8 100644 --- a/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html +++ b/docs/files/bigcommerce-api-carts-cartredirecturlsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CartRedirectUrlsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-carts-cartsapi.html b/docs/files/bigcommerce-api-carts-cartsapi.html index 2a80f11c..41dcccf4 100644 --- a/docs/files/bigcommerce-api-carts-cartsapi.html +++ b/docs/files/bigcommerce-api-carts-cartsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CartsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html b/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html index 6bf404b6..c50f353f 100644 --- a/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html +++ b/docs/files/bigcommerce-api-catalog-brands-brandimageapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BrandImageApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html index a6f6dc9f..c5ff11db 100644 --- a/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-brands-brandmetafieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BrandMetafieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-brandsapi.html b/docs/files/bigcommerce-api-catalog-brandsapi.html index bb7051ab..b3512ca2 100644 --- a/docs/files/bigcommerce-api-catalog-brandsapi.html +++ b/docs/files/bigcommerce-api-catalog-brandsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BrandsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-catalogapi.html b/docs/files/bigcommerce-api-catalog-catalogapi.html index 2e94e540..53c3f7a4 100644 --- a/docs/files/bigcommerce-api-catalog-catalogapi.html +++ b/docs/files/bigcommerce-api-catalog-catalogapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CatalogApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html b/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html index e934d32a..742c5298 100644 --- a/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html +++ b/docs/files/bigcommerce-api-catalog-categories-categoryimageapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CategoryImageApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html b/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html index 30b9e0cd..363f6589 100644 --- a/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-categories-categorymetafieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CategoryMetafieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-categoriesapi.html b/docs/files/bigcommerce-api-catalog-categoriesapi.html index b56deaed..141ca488 100644 --- a/docs/files/bigcommerce-api-catalog-categoriesapi.html +++ b/docs/files/bigcommerce-api-catalog-categoriesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CategoriesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html b/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html index f8bf9f19..f28a3065 100644 --- a/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-complexrulesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ComplexRulesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html b/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html index e1d97fd1..bfb2d20a 100644 --- a/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-customfieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomFieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-modifiersapi.html b/docs/files/bigcommerce-api-catalog-products-modifiersapi.html index 4802d995..32a7eb00 100644 --- a/docs/files/bigcommerce-api-catalog-products-modifiersapi.html +++ b/docs/files/bigcommerce-api-catalog-products-modifiersapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ModifiersApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-optionsapi.html b/docs/files/bigcommerce-api-catalog-products-optionsapi.html index f652d7cd..ae214246 100644 --- a/docs/files/bigcommerce-api-catalog-products-optionsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-optionsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        OptionsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

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

        Fil

        ProductBulkPricingRulesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productimagesapi.html b/docs/files/bigcommerce-api-catalog-products-productimagesapi.html index d714f1c1..8882c5ed 100644 --- a/docs/files/bigcommerce-api-catalog-products-productimagesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productimagesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductImagesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html index 9d707cb9..518bb511 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmetafieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductMetafieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html index f76861bf..89a1ad77 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifierimagesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductModifierImagesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html index e38a52eb..3b3e0973 100644 --- a/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productmodifier-productmodifiervaluesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductModifierValuesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html b/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html index 584778bb..e5a0662e 100644 --- a/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productoption-productoptionvaluesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductOptionValuesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html b/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html index 8f5ad66b..d3facaa7 100644 --- a/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productreviewsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductReviewsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html b/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html index ae823875..e8084d16 100644 --- a/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productssubresourceapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductsSubResourceApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html b/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html index 3ac2ada6..3198a475 100644 --- a/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productvariant-productvariantmetafieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductVariantMetafieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-productvideosapi.html b/docs/files/bigcommerce-api-catalog-products-productvideosapi.html index f8767aea..e51e68f5 100644 --- a/docs/files/bigcommerce-api-catalog-products-productvideosapi.html +++ b/docs/files/bigcommerce-api-catalog-products-productvideosapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductVideosApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-products-variantsapi.html b/docs/files/bigcommerce-api-catalog-products-variantsapi.html index 38354ae5..0462fcbd 100644 --- a/docs/files/bigcommerce-api-catalog-products-variantsapi.html +++ b/docs/files/bigcommerce-api-catalog-products-variantsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        VariantsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-productsapi.html b/docs/files/bigcommerce-api-catalog-productsapi.html index 5e650269..0f9c7237 100644 --- a/docs/files/bigcommerce-api-catalog-productsapi.html +++ b/docs/files/bigcommerce-api-catalog-productsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-catalog-summaryapi.html b/docs/files/bigcommerce-api-catalog-summaryapi.html index 2f40b5de..bd46d0a9 100644 --- a/docs/files/bigcommerce-api-catalog-summaryapi.html +++ b/docs/files/bigcommerce-api-catalog-summaryapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        SummaryApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html b/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html index 8c8fdaca..488f4ac2 100644 --- a/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html +++ b/docs/files/bigcommerce-api-channels-channelcurrencyassignmentsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelCurrencyAssignmentsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-channels-channellistingsapi.html b/docs/files/bigcommerce-api-channels-channellistingsapi.html index b207d514..56a3b222 100644 --- a/docs/files/bigcommerce-api-channels-channellistingsapi.html +++ b/docs/files/bigcommerce-api-channels-channellistingsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelListingsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-channels-channelsapi.html b/docs/files/bigcommerce-api-channels-channelsapi.html index ecf0da29..3d78bc7d 100644 --- a/docs/files/bigcommerce-api-channels-channelsapi.html +++ b/docs/files/bigcommerce-api-channels-channelsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-channels-channelsitesapi.html b/docs/files/bigcommerce-api-channels-channelsitesapi.html index a12854e8..46f8131a 100644 --- a/docs/files/bigcommerce-api-channels-channelsitesapi.html +++ b/docs/files/bigcommerce-api-channels-channelsitesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelSitesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customeraddressesapi.html b/docs/files/bigcommerce-api-customers-customeraddressesapi.html index e0681f92..43d297b0 100644 --- a/docs/files/bigcommerce-api-customers-customeraddressesapi.html +++ b/docs/files/bigcommerce-api-customers-customeraddressesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerAddressesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customerapibase.html b/docs/files/bigcommerce-api-customers-customerapibase.html index 16f17eff..d1c799b7 100644 --- a/docs/files/bigcommerce-api-customers-customerapibase.html +++ b/docs/files/bigcommerce-api-customers-customerapibase.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerApiBase.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customerattributesapi.html b/docs/files/bigcommerce-api-customers-customerattributesapi.html index 6582c56c..b96ec89f 100644 --- a/docs/files/bigcommerce-api-customers-customerattributesapi.html +++ b/docs/files/bigcommerce-api-customers-customerattributesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerAttributesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html b/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html index 5092f8aa..daa6d413 100644 --- a/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html +++ b/docs/files/bigcommerce-api-customers-customerattributevaluesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerAttributeValuesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customerconsentapi.html b/docs/files/bigcommerce-api-customers-customerconsentapi.html index 21ffecbc..f43a83cd 100644 --- a/docs/files/bigcommerce-api-customers-customerconsentapi.html +++ b/docs/files/bigcommerce-api-customers-customerconsentapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerConsentApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html b/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html index 16a10dcd..4f036958 100644 --- a/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html +++ b/docs/files/bigcommerce-api-customers-customerformfieldvaluesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomerFormFieldValuesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customers-customersapi.html b/docs/files/bigcommerce-api-customers-customersapi.html index 7c131b70..eb961c48 100644 --- a/docs/files/bigcommerce-api-customers-customersapi.html +++ b/docs/files/bigcommerce-api-customers-customersapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomersApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html b/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html index f012d421..bc71252a 100644 --- a/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html +++ b/docs/files/bigcommerce-api-customtemplateassociations-customtemplateassociationsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomTemplateAssociationsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-attributefilter.html b/docs/files/bigcommerce-api-generic-attributefilter.html index f7d25bb9..80e65e0d 100644 --- a/docs/files/bigcommerce-api-generic-attributefilter.html +++ b/docs/files/bigcommerce-api-generic-attributefilter.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        AttributeFilter.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-batchcreateresource.html b/docs/files/bigcommerce-api-generic-batchcreateresource.html index 7518be2a..4a330156 100644 --- a/docs/files/bigcommerce-api-generic-batchcreateresource.html +++ b/docs/files/bigcommerce-api-generic-batchcreateresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BatchCreateResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-batchupdateresource.html b/docs/files/bigcommerce-api-generic-batchupdateresource.html index c438dff2..704650bc 100644 --- a/docs/files/bigcommerce-api-generic-batchupdateresource.html +++ b/docs/files/bigcommerce-api-generic-batchupdateresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BatchUpdateResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-createimage.html b/docs/files/bigcommerce-api-generic-createimage.html index 4d5982a1..1cedbe16 100644 --- a/docs/files/bigcommerce-api-generic-createimage.html +++ b/docs/files/bigcommerce-api-generic-createimage.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CreateImage.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-createresource.html b/docs/files/bigcommerce-api-generic-createresource.html index bc9de494..3fa887a4 100644 --- a/docs/files/bigcommerce-api-generic-createresource.html +++ b/docs/files/bigcommerce-api-generic-createresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CreateResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-deleteinidlist.html b/docs/files/bigcommerce-api-generic-deleteinidlist.html index 1229cd5f..4435c52b 100644 --- a/docs/files/bigcommerce-api-generic-deleteinidlist.html +++ b/docs/files/bigcommerce-api-generic-deleteinidlist.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        DeleteInIdList.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-deleteresource.html b/docs/files/bigcommerce-api-generic-deleteresource.html index da7856dc..b2c3bcf1 100644 --- a/docs/files/bigcommerce-api-generic-deleteresource.html +++ b/docs/files/bigcommerce-api-generic-deleteresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        DeleteResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-fetchallpages.html b/docs/files/bigcommerce-api-generic-fetchallpages.html index 466c8c5c..bbb604c1 100644 --- a/docs/files/bigcommerce-api-generic-fetchallpages.html +++ b/docs/files/bigcommerce-api-generic-fetchallpages.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        FetchAllPages.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-getallresources.html b/docs/files/bigcommerce-api-generic-getallresources.html index 70df76d4..21a6c641 100644 --- a/docs/files/bigcommerce-api-generic-getallresources.html +++ b/docs/files/bigcommerce-api-generic-getallresources.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        GetAllResources.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-getresource.html b/docs/files/bigcommerce-api-generic-getresource.html index 69bcfad1..ec51c143 100644 --- a/docs/files/bigcommerce-api-generic-getresource.html +++ b/docs/files/bigcommerce-api-generic-getresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        GetResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-resourceapi.html b/docs/files/bigcommerce-api-generic-resourceapi.html index dbe9f32a..95f78304 100644 --- a/docs/files/bigcommerce-api-generic-resourceapi.html +++ b/docs/files/bigcommerce-api-generic-resourceapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ResourceApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-resourceapinodelete.html b/docs/files/bigcommerce-api-generic-resourceapinodelete.html index 81d14b0e..6f3ae48c 100644 --- a/docs/files/bigcommerce-api-generic-resourceapinodelete.html +++ b/docs/files/bigcommerce-api-generic-resourceapinodelete.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ResourceApiNoDelete.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-resourceimageapi.html b/docs/files/bigcommerce-api-generic-resourceimageapi.html index 096d6416..094cd568 100644 --- a/docs/files/bigcommerce-api-generic-resourceimageapi.html +++ b/docs/files/bigcommerce-api-generic-resourceimageapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ResourceImageApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html b/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html index 12f0fcdc..1826d559 100644 --- a/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html +++ b/docs/files/bigcommerce-api-generic-resourcewithbatchupdateapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ResourceWithBatchUpdateApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-updateresource.html b/docs/files/bigcommerce-api-generic-updateresource.html index ea0bb25c..0b371db2 100644 --- a/docs/files/bigcommerce-api-generic-updateresource.html +++ b/docs/files/bigcommerce-api-generic-updateresource.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        UpdateResource.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html b/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html index 8af88b3b..0ec1974c 100644 --- a/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html +++ b/docs/files/bigcommerce-api-generic-uuidcompleteresourceapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        UuidCompleteResourceApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-uuidresourceapi.html b/docs/files/bigcommerce-api-generic-uuidresourceapi.html index be867328..1cf8b9b4 100644 --- a/docs/files/bigcommerce-api-generic-uuidresourceapi.html +++ b/docs/files/bigcommerce-api-generic-uuidresourceapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        UuidResourceApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html b/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html index 431dd76a..956aaa5b 100644 --- a/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html +++ b/docs/files/bigcommerce-api-generic-uuidresourcewithuuidparentapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        UuidResourceWithUuidParentApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-v3api.html b/docs/files/bigcommerce-api-generic-v3api.html index 12b9066b..91dc4c70 100644 --- a/docs/files/bigcommerce-api-generic-v3api.html +++ b/docs/files/bigcommerce-api-generic-v3api.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        V3Api.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-generic-v3apibase.html b/docs/files/bigcommerce-api-generic-v3apibase.html index 11c54353..598badb0 100644 --- a/docs/files/bigcommerce-api-generic-v3apibase.html +++ b/docs/files/bigcommerce-api-generic-v3apibase.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        V3ApiBase.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html b/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html index e8c59ca5..d0e54c09 100644 --- a/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html +++ b/docs/files/bigcommerce-api-orders-ordermetafieldsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        OrderMetafieldsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-orders-ordersapi.html b/docs/files/bigcommerce-api-orders-ordersapi.html index 47c131c0..42cacff9 100644 --- a/docs/files/bigcommerce-api-orders-ordersapi.html +++ b/docs/files/bigcommerce-api-orders-ordersapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        OrdersApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-orders-refundsapi.html b/docs/files/bigcommerce-api-orders-refundsapi.html index 059e0f80..ae9858a1 100644 --- a/docs/files/bigcommerce-api-orders-refundsapi.html +++ b/docs/files/bigcommerce-api-orders-refundsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        RefundsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html b/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html index bcab1d51..73bf5cdf 100644 --- a/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html +++ b/docs/files/bigcommerce-api-payments-paymentsprocessingapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PaymentsProcessingApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html index 1226e711..170dda4c 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistassignmentsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PriceListAssignmentsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html index 4d5cab50..a921eaa9 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistrecordsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PriceListRecordsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-pricelists-pricelistsapi.html b/docs/files/bigcommerce-api-pricelists-pricelistsapi.html index bab985ef..94d2c61e 100644 --- a/docs/files/bigcommerce-api-pricelists-pricelistsapi.html +++ b/docs/files/bigcommerce-api-pricelists-pricelistsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PriceListsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-redirects-redirectsapi.html b/docs/files/bigcommerce-api-redirects-redirectsapi.html index 52c40de6..e6fb4036 100644 --- a/docs/files/bigcommerce-api-redirects-redirectsapi.html +++ b/docs/files/bigcommerce-api-redirects-redirectsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        RedirectsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-scripts-scriptsapi.html b/docs/files/bigcommerce-api-scripts-scriptsapi.html index 14f2f594..b75fbd23 100644 --- a/docs/files/bigcommerce-api-scripts-scriptsapi.html +++ b/docs/files/bigcommerce-api-scripts-scriptsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ScriptsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-subscribers-subscribersapi.html b/docs/files/bigcommerce-api-subscribers-subscribersapi.html index fc90fbe6..96cfcca3 100644 --- a/docs/files/bigcommerce-api-subscribers-subscribersapi.html +++ b/docs/files/bigcommerce-api-subscribers-subscribersapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        SubscribersApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-themes-themeactionsapi.html b/docs/files/bigcommerce-api-themes-themeactionsapi.html index 997d9b52..c10173f8 100644 --- a/docs/files/bigcommerce-api-themes-themeactionsapi.html +++ b/docs/files/bigcommerce-api-themes-themeactionsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ThemeActionsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-themes-themejobsapi.html b/docs/files/bigcommerce-api-themes-themejobsapi.html index ad6b5da0..410986aa 100644 --- a/docs/files/bigcommerce-api-themes-themejobsapi.html +++ b/docs/files/bigcommerce-api-themes-themejobsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ThemeJobsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-themes-themesapi.html b/docs/files/bigcommerce-api-themes-themesapi.html index 0be9395b..de7b8a3b 100644 --- a/docs/files/bigcommerce-api-themes-themesapi.html +++ b/docs/files/bigcommerce-api-themes-themesapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ThemesApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-widgets-placementapi.html b/docs/files/bigcommerce-api-widgets-placementapi.html index 74469bfa..a3deb858 100644 --- a/docs/files/bigcommerce-api-widgets-placementapi.html +++ b/docs/files/bigcommerce-api-widgets-placementapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PlacementApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-widgets-regionapi.html b/docs/files/bigcommerce-api-widgets-regionapi.html index c82c7bdd..8df3e937 100644 --- a/docs/files/bigcommerce-api-widgets-regionapi.html +++ b/docs/files/bigcommerce-api-widgets-regionapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        RegionApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-widgets-widgetapi.html b/docs/files/bigcommerce-api-widgets-widgetapi.html index 144675e7..37dae088 100644 --- a/docs/files/bigcommerce-api-widgets-widgetapi.html +++ b/docs/files/bigcommerce-api-widgets-widgetapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        WidgetApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-widgets-widgetsapi.html b/docs/files/bigcommerce-api-widgets-widgetsapi.html index cb5c3191..1f46a275 100644 --- a/docs/files/bigcommerce-api-widgets-widgetsapi.html +++ b/docs/files/bigcommerce-api-widgets-widgetsapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        WidgetsApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-api-widgets-widgettemplateapi.html b/docs/files/bigcommerce-api-widgets-widgettemplateapi.html index 09fc1388..9c656924 100644 --- a/docs/files/bigcommerce-api-widgets-widgettemplateapi.html +++ b/docs/files/bigcommerce-api-widgets-widgettemplateapi.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        WidgetTemplateApi.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-client.html b/docs/files/bigcommerce-client.html index f1097f56..612a5c2a 100644 --- a/docs/files/bigcommerce-client.html +++ b/docs/files/bigcommerce-client.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Client.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-cart-cart.html b/docs/files/bigcommerce-resourcemodels-cart-cart.html index d016ce7c..5f7e7033 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cart.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cart.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Cart.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-cart-cartitem.html b/docs/files/bigcommerce-resourcemodels-cart-cartitem.html index 8bffffa1..3a767ab3 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cartitem.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cartitem.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CartItem.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html b/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html index 61dcb8d3..0572686e 100644 --- a/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html +++ b/docs/files/bigcommerce-resourcemodels-cart-cartredirecturls.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CartRedirectUrls.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html b/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html index 43fa3967..9888dffc 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-brand-brand.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Brand.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html index 873dfdaf..c916eb76 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-brand-brandmetafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        BrandMetafield.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-category.html b/docs/files/bigcommerce-resourcemodels-catalog-category-category.html index e1e6dc60..61dadde7 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-category.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-category.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Category.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html index 087dc460..0e94ca1a 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-categorymetafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CategoryMetafield.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html b/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html index e15139de..3c133bd9 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-category-categorytreebranch.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CategoryTreeBranch.php

        +
        @@ -131,5 +133,6 @@

        Search results

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

        Fil

        ComplexRule.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html b/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html index 75a334f3..eef3af8e 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-complexruleconditions.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ComplexRuleConditions.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html index 136fd314..cc51ee8a 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-customfield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        CustomField.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html index 04d2c47a..d210e5a8 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-priceadjuster.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        PriceAdjuster.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-product.html b/docs/files/bigcommerce-resourcemodels-catalog-product-product.html index 738d7aff..f51f2503 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-product.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-product.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Product.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html index 9d844f10..a9cd41ce 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productbulkpricingrule.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductBulkPricingRule.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html index 8cd897e0..5f3bfe76 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productimage.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductImage.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html index 78082e26..770c41fb 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmetafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductMetafield.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html index d7238538..f05b6f94 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifier.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductModifier.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html index 1e79f6e6..766591c5 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifierconfig.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductModifierConfig.php

        +
        @@ -131,5 +133,6 @@

        Search results

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

        Fil

        ProductModifierValue.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html index 7fa5203a..c35ea395 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productmodifiervalueadjuster.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductModifierValueAdjuster.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html index 4e2b6952..d4760361 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productoption.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductOption.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html index dd22de2d..304e14a6 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productoptionvalue.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductOptionValue.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html index c568b460..ba5acc24 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productreview.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductReview.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html index 6e4ec834..a35bef72 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariant.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductVariant.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html index ea096726..b6285ba8 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvariantmetafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductVariantMetafield.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html b/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html index 61516222..a8e81d63 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-productvideo.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ProductVideo.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html b/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html index 105b9da9..4e8c9d42 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-product-weightadjuster.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        WeightAdjuster.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-catalog-summary.html b/docs/files/bigcommerce-resourcemodels-catalog-summary.html index c1680103..8a683b79 100644 --- a/docs/files/bigcommerce-resourcemodels-catalog-summary.html +++ b/docs/files/bigcommerce-resourcemodels-catalog-summary.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Summary.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channel.html b/docs/files/bigcommerce-resourcemodels-channel-channel.html index 18e40adb..90cc4c0e 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channel.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channel.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        Channel.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html b/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html index 7368d959..761d0482 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelcurrencyassignment.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelCurrencyAssignment.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channellisting.html b/docs/files/bigcommerce-resourcemodels-channel-channellisting.html index 83d47959..4d3d6bd5 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channellisting.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channellisting.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelListing.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html b/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html index 26592b35..e7da310e 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channellistingvariant.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelListingVariant.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelsite.html b/docs/files/bigcommerce-resourcemodels-channel-channelsite.html index 4fb53656..a0423a8b 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelsite.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelsite.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelSite.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html b/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html index 7184de90..b156920f 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channelsiteroute.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelSiteRoute.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html b/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html index efb2a971..62fd40b4 100644 --- a/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html +++ b/docs/files/bigcommerce-resourcemodels-channel-channeltheme.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

        Fil

        ChannelTheme.php

        +
        @@ -131,5 +133,6 @@

        Search results

        + diff --git a/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html b/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html new file mode 100644 index 00000000..e5ae32b5 --- /dev/null +++ b/docs/files/bigcommerce-resourcemodels-customer-attributevalue.html @@ -0,0 +1,138 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

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

        AttributeValue.php

        + + +
        + + + + + + +

        + Interfaces, Classes and Traits + +

        + +
        + +
        AttributeValue
        +
        This is used when creating a customer with attribute values
        + +
        + + + + + + + + +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customer.html b/docs/files/bigcommerce-resourcemodels-customer-customer.html index 20f0c636..3b5b568f 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customer.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customer.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

          Fil

          Customer.php

          +
          @@ -131,5 +133,6 @@

          Search results

          + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html b/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html index 60ddc8ec..0d934db7 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customeraddress.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

          Fil

          CustomerAddress.php

          +
          @@ -131,5 +133,6 @@

          Search results

          + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html b/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html index 202bd13a..09999367 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerattribute.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

          Fil

          CustomerAttribute.php

          +
          @@ -131,5 +133,6 @@

          Search results

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

          Fil

          CustomerAttributeValue.php

          +
          @@ -131,5 +133,6 @@

          Search results

          + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html b/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html new file mode 100644 index 00000000..d8467f7c --- /dev/null +++ b/docs/files/bigcommerce-resourcemodels-customer-customerauthentication.html @@ -0,0 +1,138 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
          +

          Documentation

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

          CustomerAuthentication.php

          + + +
          + + + + + + +

          + Interfaces, Classes and Traits + +

          + +
          + +
          CustomerAuthentication
          +
          + +
          + + + + + + + + +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html b/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html index 620b86c9..29880c1b 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerconsent.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

            Fil

            CustomerConsent.php

            +
            @@ -131,5 +133,6 @@

            Search results

            + diff --git a/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html b/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html index c9e22a80..d93150a2 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html +++ b/docs/files/bigcommerce-resourcemodels-customer-customerformfieldvalue.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

            Fil

            CustomerFormFieldValue.php

            +
            @@ -131,5 +133,6 @@

            Search results

            + diff --git a/docs/files/bigcommerce-resourcemodels-customer-subscriber.html b/docs/files/bigcommerce-resourcemodels-customer-subscriber.html index 7f600000..b373601f 100644 --- a/docs/files/bigcommerce-resourcemodels-customer-subscriber.html +++ b/docs/files/bigcommerce-resourcemodels-customer-subscriber.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

            Fil

            Subscriber.php

            +
            @@ -131,5 +133,6 @@

            Search results

            + diff --git a/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html b/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html index ae3f2379..ed86ce1e 100644 --- a/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html +++ b/docs/files/bigcommerce-resourcemodels-customtemplateassociation-customtemplateassociation.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

            Fil

            CustomTemplateAssociation.php

            +
            @@ -131,5 +133,6 @@

            Search results

            + diff --git a/docs/files/bigcommerce-resourcemodels-hascustomurl.html b/docs/files/bigcommerce-resourcemodels-hascustomurl.html new file mode 100644 index 00000000..7b844192 --- /dev/null +++ b/docs/files/bigcommerce-resourcemodels-hascustomurl.html @@ -0,0 +1,138 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + +
            +

            Documentation

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

            HasCustomUrl.php

            + + +
            + + + + + + +

            + Interfaces, Classes and Traits + +

            + +
            + + +
            HasCustomUrl
            +
            +
            + + + + + + + + +
            +
            +
            +
            +

            Search results

            + +
            +
            +
              +
              +
              +
              +
              +
              + + +
              + + + + + + + + diff --git a/docs/files/bigcommerce-resourcemodels-metafield.html b/docs/files/bigcommerce-resourcemodels-metafield.html index 403a8296..ec0e36fa 100644 --- a/docs/files/bigcommerce-resourcemodels-metafield.html +++ b/docs/files/bigcommerce-resourcemodels-metafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Metafield.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-order.html b/docs/files/bigcommerce-resourcemodels-order-order.html index 7753eb02..bf205fd1 100644 --- a/docs/files/bigcommerce-resourcemodels-order-order.html +++ b/docs/files/bigcommerce-resourcemodels-order-order.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Order.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html b/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html index 7ffb7c20..df13355a 100644 --- a/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html +++ b/docs/files/bigcommerce-resourcemodels-order-ordermetafield.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OrderMetafield.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html b/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html index 2a141428..46cc0c8b 100644 --- a/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html +++ b/docs/files/bigcommerce-resourcemodels-order-orderrefunditem.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OrderRefundItem.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-refund.html b/docs/files/bigcommerce-resourcemodels-order-refund.html index 4ab770ff..ec62c6ef 100644 --- a/docs/files/bigcommerce-resourcemodels-order-refund.html +++ b/docs/files/bigcommerce-resourcemodels-order-refund.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Refund.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-refundquote.html b/docs/files/bigcommerce-resourcemodels-order-refundquote.html index 05e21716..de1b9d3f 100644 --- a/docs/files/bigcommerce-resourcemodels-order-refundquote.html +++ b/docs/files/bigcommerce-resourcemodels-order-refundquote.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RefundQuote.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-order-transaction.html b/docs/files/bigcommerce-resourcemodels-order-transaction.html index 72e9ab6d..fcdfb1d1 100644 --- a/docs/files/bigcommerce-resourcemodels-order-transaction.html +++ b/docs/files/bigcommerce-resourcemodels-order-transaction.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Transaction.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html b/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html index 3202b5a8..01ace9aa 100644 --- a/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html +++ b/docs/files/bigcommerce-resourcemodels-payment-paymentaccesstoken.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PaymentAccessToken.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html b/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html index 4925f363..26b65034 100644 --- a/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html +++ b/docs/files/bigcommerce-resourcemodels-payment-paymentmethod.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PaymentMethod.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html index bf46b774..799d9d88 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelist.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceList.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html index becf642f..64e15340 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistassignment.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListAssignment.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html index 0aaf0887..ec521f30 100644 --- a/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html +++ b/docs/files/bigcommerce-resourcemodels-pricelist-pricelistrecord.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListRecord.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-redirect-redirect.html b/docs/files/bigcommerce-resourcemodels-redirect-redirect.html index 0fc1739a..de0a825f 100644 --- a/docs/files/bigcommerce-resourcemodels-redirect-redirect.html +++ b/docs/files/bigcommerce-resourcemodels-redirect-redirect.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Redirect.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html b/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html index a733f392..8c459f1e 100644 --- a/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html +++ b/docs/files/bigcommerce-resourcemodels-redirect-redirectto.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RedirectTo.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-resourcemodel.html b/docs/files/bigcommerce-resourcemodels-resourcemodel.html index 6a8cebfe..d3124251 100644 --- a/docs/files/bigcommerce-resourcemodels-resourcemodel.html +++ b/docs/files/bigcommerce-resourcemodels-resourcemodel.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ResourceModel.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-script-script.html b/docs/files/bigcommerce-resourcemodels-script-script.html index 39b57e06..ba670411 100644 --- a/docs/files/bigcommerce-resourcemodels-script-script.html +++ b/docs/files/bigcommerce-resourcemodels-script-script.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Script.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-joberror.html b/docs/files/bigcommerce-resourcemodels-theme-joberror.html index 68ab0219..282b9a9d 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-joberror.html +++ b/docs/files/bigcommerce-resourcemodels-theme-joberror.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              JobError.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-jobresult.html b/docs/files/bigcommerce-resourcemodels-theme-jobresult.html index 5d866caa..f4d79b69 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-jobresult.html +++ b/docs/files/bigcommerce-resourcemodels-theme-jobresult.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              JobResult.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html b/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html index 432e4b81..65734653 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html +++ b/docs/files/bigcommerce-resourcemodels-theme-jobwarning.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              JobWarning.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-theme.html b/docs/files/bigcommerce-resourcemodels-theme-theme.html index 50612674..b9cd75ea 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-theme.html +++ b/docs/files/bigcommerce-resourcemodels-theme-theme.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Theme.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-themejob.html b/docs/files/bigcommerce-resourcemodels-theme-themejob.html index c006c553..93f8906b 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-themejob.html +++ b/docs/files/bigcommerce-resourcemodels-theme-themejob.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ThemeJob.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-theme-themevariation.html b/docs/files/bigcommerce-resourcemodels-theme-themevariation.html index e7fd558c..d553b144 100644 --- a/docs/files/bigcommerce-resourcemodels-theme-themevariation.html +++ b/docs/files/bigcommerce-resourcemodels-theme-themevariation.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ThemeVariation.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-placement.html b/docs/files/bigcommerce-resourcemodels-widget-placement.html index 02bbba52..dae9dcc5 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-placement.html +++ b/docs/files/bigcommerce-resourcemodels-widget-placement.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Placement.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-region.html b/docs/files/bigcommerce-resourcemodels-widget-region.html index 84239897..b8115645 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-region.html +++ b/docs/files/bigcommerce-resourcemodels-widget-region.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Region.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-widget.html b/docs/files/bigcommerce-resourcemodels-widget-widget.html index 1e517eff..3518f356 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widget.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widget.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Widget.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html b/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html index 764cf11a..050999b8 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgetconfiguration.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetConfiguration.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html b/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html index 0b545e47..9bf1bf3b 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgetconfigurationimage.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetConfigurationImage.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html b/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html index c699c0ab..368e502b 100644 --- a/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html +++ b/docs/files/bigcommerce-resourcemodels-widget-widgettemplate.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetTemplate.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html index c501f473..3878dca2 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              BrandMetafieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html index f6a1a710..4d520f4a 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandmetafieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              BrandMetafieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-brand-brandresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandresponse.html index 9dce60da..62c2de34 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              BrandResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html b/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html index 209de574..455d3034 100644 --- a/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html +++ b/docs/files/bigcommerce-responsemodels-brand-brandsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              BrandsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html b/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html index 0a3c7426..27c4e5c1 100644 --- a/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html +++ b/docs/files/bigcommerce-responsemodels-cart-cartredirecturlsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CartRedirectUrlsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-cart-cartresponse.html b/docs/files/bigcommerce-responsemodels-cart-cartresponse.html index 790167ba..4932d920 100644 --- a/docs/files/bigcommerce-responsemodels-cart-cartresponse.html +++ b/docs/files/bigcommerce-responsemodels-cart-cartresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CartResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html b/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html index 86a7dcd2..8448a120 100644 --- a/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categoriesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CategoriesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html b/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html index 8663be77..526a87f8 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorymetafieldresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CategoryMetafieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html index 6da7c01e..da1165a7 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorymetafieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CategoryMetafieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-category-categoryresponse.html b/docs/files/bigcommerce-responsemodels-category-categoryresponse.html index ff520cda..f553da46 100644 --- a/docs/files/bigcommerce-responsemodels-category-categoryresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categoryresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CategoryResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html b/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html index b696c85a..ab0c837e 100644 --- a/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html +++ b/docs/files/bigcommerce-responsemodels-category-categorytreeresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CategoryTreeResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html index 25aa8f65..cd9aa717 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelactivethemeresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelActiveThemeResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html index bc689615..e29d40be 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelCurrencyAssignmentResponse.php

              +
              @@ -132,5 +134,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html index 48f76589..6a2a4c07 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelcurrencyassignmentsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelCurrencyAssignmentsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html b/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html index 983ef835..1be88d97 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channellistingresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelListingResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html index 17ff0665..0d0b9504 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channellistingsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelListingsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelresponse.html index 6247b35b..9f1c2224 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html index a0b07824..d9bb51a3 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelsiteresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelSiteResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html b/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html index 9c5c327a..818c17b5 100644 --- a/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html +++ b/docs/files/bigcommerce-responsemodels-channel-channelsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ChannelsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-complexruleresponse.html b/docs/files/bigcommerce-responsemodels-complexruleresponse.html index 044807c5..5df20b31 100644 --- a/docs/files/bigcommerce-responsemodels-complexruleresponse.html +++ b/docs/files/bigcommerce-responsemodels-complexruleresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ComplexRuleResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-complexrulesresponse.html b/docs/files/bigcommerce-responsemodels-complexrulesresponse.html index 51038ced..3b293f35 100644 --- a/docs/files/bigcommerce-responsemodels-complexrulesresponse.html +++ b/docs/files/bigcommerce-responsemodels-complexrulesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ComplexRulesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html index 3f24b113..bd7bd53b 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customeraddressesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerAddressesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html index c3ffcd19..ed2fbb52 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerattributesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerAttributesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html index ea5f840d..9efa957a 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerattributevaluesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerAttributeValuesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html index 025adacd..cabede11 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerconsentresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerConsentResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html index 53ef25fa..96d4138b 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerformfieldvaluesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerFormFieldValuesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customerresponse.html b/docs/files/bigcommerce-responsemodels-customer-customerresponse.html index 041f3b0d..c878c675 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customerresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customerresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomerResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-customersresponse.html b/docs/files/bigcommerce-responsemodels-customer-customersresponse.html index 1f88f593..f0b82ae0 100644 --- a/docs/files/bigcommerce-responsemodels-customer-customersresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-customersresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomersResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html b/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html index bc30ff2b..e5a888eb 100644 --- a/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-subscriberresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              SubscriberResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html b/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html index 37b471de..a04247e2 100644 --- a/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html +++ b/docs/files/bigcommerce-responsemodels-customer-subscribersresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              SubscribersResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

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

              Fil

              CustomFieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customfieldsresponse.html b/docs/files/bigcommerce-responsemodels-customfieldsresponse.html index e22a0e8f..b9b6d98b 100644 --- a/docs/files/bigcommerce-responsemodels-customfieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-customfieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomFieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html b/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html index 90cc8ae6..e58cfd83 100644 --- a/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html +++ b/docs/files/bigcommerce-responsemodels-customtemplateassociation-customtemplateassociationsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              CustomTemplateAssociationsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-meta-pagination.html b/docs/files/bigcommerce-responsemodels-meta-pagination.html index e4cb664a..060e609f 100644 --- a/docs/files/bigcommerce-responsemodels-meta-pagination.html +++ b/docs/files/bigcommerce-responsemodels-meta-pagination.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              Pagination.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-optionsresponse.html b/docs/files/bigcommerce-responsemodels-optionsresponse.html index bcbef2fa..e304e114 100644 --- a/docs/files/bigcommerce-responsemodels-optionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-optionsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OptionsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html b/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html index 8a02d619..a51bdb7e 100644 --- a/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-ordermetafieldresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OrderMetafieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html index 6e44a028..f6769453 100644 --- a/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-ordermetafieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OrderMetafieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html b/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html index 957aedc8..19bfd50a 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundquoteresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RefundQuoteResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-refundresponse.html b/docs/files/bigcommerce-responsemodels-order-refundresponse.html index 2ad45502..0506e9d5 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RefundResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-refundsresponse.html b/docs/files/bigcommerce-responsemodels-order-refundsresponse.html index bfca7849..1544f07f 100644 --- a/docs/files/bigcommerce-responsemodels-order-refundsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-refundsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RefundsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html b/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html index 18c7ac81..2f9bb82f 100644 --- a/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-order-transactionsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              TransactionsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html b/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html index 85df1503..b99c613d 100644 --- a/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html +++ b/docs/files/bigcommerce-responsemodels-paginatedbatchableresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PaginatedBatchableResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-paginatedresponse.html b/docs/files/bigcommerce-responsemodels-paginatedresponse.html index 4fc75697..0bf71703 100644 --- a/docs/files/bigcommerce-responsemodels-paginatedresponse.html +++ b/docs/files/bigcommerce-responsemodels-paginatedresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PaginatedResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html b/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html index 1306ed34..46dd75d4 100644 --- a/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html +++ b/docs/files/bigcommerce-responsemodels-payment-acceptedpaymentmethodsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              AcceptedPaymentMethodsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html b/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html index 30960bb3..ef2b272f 100644 --- a/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html +++ b/docs/files/bigcommerce-responsemodels-payment-paymentaccesstokenresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PaymentAccessTokenResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html index bfe43537..390331be 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistassignmentsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListAssignmentsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html index 38f716a0..a89d3c0e 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListRecordResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html index 97fc6125..1d92b885 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistrecordsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListRecordsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html index 48c92f53..c5b9f420 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html b/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html index 7ce3b206..764b763a 100644 --- a/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html +++ b/docs/files/bigcommerce-responsemodels-pricelist-pricelistsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PriceListsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-modifierresponse.html b/docs/files/bigcommerce-responsemodels-product-modifierresponse.html index e55102fe..28780d08 100644 --- a/docs/files/bigcommerce-responsemodels-product-modifierresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-modifierresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ModifierResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html b/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html index 0ac7d182..a5c50bb1 100644 --- a/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-modifiersresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ModifiersResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-optionresponse.html b/docs/files/bigcommerce-responsemodels-product-optionresponse.html index 31f1cefb..b2a56e17 100644 --- a/docs/files/bigcommerce-responsemodels-product-optionresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-optionresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              OptionResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html b/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html index ad469b64..aa77dc5b 100644 --- a/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productbulkpricingruleresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductBulkPricingRuleResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html b/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html index 14a3fc29..f9e84942 100644 --- a/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productbulkpricingrulesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductBulkPricingRulesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productimageresponse.html b/docs/files/bigcommerce-responsemodels-product-productimageresponse.html index 9d4caa16..3fb27150 100644 --- a/docs/files/bigcommerce-responsemodels-product-productimageresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productimageresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductImageResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html b/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html index fd8bcbe0..7c302234 100644 --- a/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productimagesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductImagesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html index 5d0c4d1e..fce30917 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmetafieldresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductMetafieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html index 3cf804ac..7a5c8125 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmetafieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductMetafieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html b/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html index d87391c4..f7fe54be 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmodifiervalueresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductModifierValueResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html b/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html index e4ed91ab..c3b8bbe7 100644 --- a/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productmodifiervaluesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductModifierValuesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html b/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html index 8b3d3415..414d3520 100644 --- a/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productoptionvalueresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductOptionValueResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html b/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html index f267a064..cdc78a57 100644 --- a/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productoptionvaluesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductOptionValuesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productresponse.html b/docs/files/bigcommerce-responsemodels-product-productresponse.html index 554983f9..f9bfb950 100644 --- a/docs/files/bigcommerce-responsemodels-product-productresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html b/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html index 75f03062..29f75079 100644 --- a/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productreviewresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductReviewResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html b/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html index 691cb38b..64cf962c 100644 --- a/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productreviewsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductReviewsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productsresponse.html b/docs/files/bigcommerce-responsemodels-product-productsresponse.html index fd93656a..b523fe2f 100644 --- a/docs/files/bigcommerce-responsemodels-product-productsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html index 8de1e4ab..aebc1072 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVariantMetafieldResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html index a54337e4..cffe4cc8 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantmetafieldsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVariantMetafieldsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html index b5070777..0b7893dc 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVariantResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html b/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html index cbb0fe5e..316b13c5 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvariantsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVariantsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html b/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html index ce347bc7..4d77d6ff 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvideoresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVideoResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html b/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html index 41144c51..3693f072 100644 --- a/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html +++ b/docs/files/bigcommerce-responsemodels-product-productvideosresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ProductVideosResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html b/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html index a5be6c3f..dd4457f7 100644 --- a/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html +++ b/docs/files/bigcommerce-responsemodels-redirect-redirectsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RedirectsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-script-scriptresponse.html b/docs/files/bigcommerce-responsemodels-script-scriptresponse.html index f4f69a08..54f55746 100644 --- a/docs/files/bigcommerce-responsemodels-script-scriptresponse.html +++ b/docs/files/bigcommerce-responsemodels-script-scriptresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ScriptResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html b/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html index 5526ab36..69bb3c5c 100644 --- a/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html +++ b/docs/files/bigcommerce-responsemodels-script-scriptsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ScriptsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-singleresourceresponse.html b/docs/files/bigcommerce-responsemodels-singleresourceresponse.html index e59a9608..5ae21f79 100644 --- a/docs/files/bigcommerce-responsemodels-singleresourceresponse.html +++ b/docs/files/bigcommerce-responsemodels-singleresourceresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              SingleResourceResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-summaryresponse.html b/docs/files/bigcommerce-responsemodels-summaryresponse.html index f13a7625..a5e22b9d 100644 --- a/docs/files/bigcommerce-responsemodels-summaryresponse.html +++ b/docs/files/bigcommerce-responsemodels-summaryresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              SummaryResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html b/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html index 34671238..7ff0a15c 100644 --- a/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-jobidentifierresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              JobIdentifierResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html b/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html index f49d1aa9..f23a9e20 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themejobresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ThemeJobResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-theme-themeresponse.html b/docs/files/bigcommerce-responsemodels-theme-themeresponse.html index d1bc9a37..34477305 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themeresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themeresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ThemeResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-theme-themesresponse.html b/docs/files/bigcommerce-responsemodels-theme-themesresponse.html index c763d3c2..137a9f0b 100644 --- a/docs/files/bigcommerce-responsemodels-theme-themesresponse.html +++ b/docs/files/bigcommerce-responsemodels-theme-themesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              ThemesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-placementresponse.html b/docs/files/bigcommerce-responsemodels-widget-placementresponse.html index 48cd8e57..040946ac 100644 --- a/docs/files/bigcommerce-responsemodels-widget-placementresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-placementresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PlacementResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html b/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html index 7ad3095f..d502ef5e 100644 --- a/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-placementsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              PlacementsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html b/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html index 600a1ef7..90325d13 100644 --- a/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-regionsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              RegionsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html index aaf68059..1cc7ebc6 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgetresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html index b3e447fd..5cb82686 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgetsresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetsResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html index 3fd3b51e..609b1edf 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgettemplateresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetTemplateResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

              + diff --git a/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html b/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html index 4fd02723..a62ee7c5 100644 --- a/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html +++ b/docs/files/bigcommerce-responsemodels-widget-widgettemplatesresponse.html @@ -15,6 +15,7 @@ + @@ -82,6 +83,7 @@

              Fil

              WidgetTemplatesResponse.php

              +
              @@ -131,5 +133,6 @@

              Search results

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

              Search results

              + diff --git a/docs/index.html b/docs/index.html index b53d812f..225c3d9d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,7 @@ + @@ -117,5 +118,6 @@

              Search results

              + diff --git a/docs/indices/files.html b/docs/indices/files.html index c0e8105f..a16b405d 100644 --- a/docs/indices/files.html +++ b/docs/indices/files.html @@ -15,6 +15,7 @@ + @@ -81,6 +82,7 @@

              A

              B

              -

              J

              +

              H

              + +

              J

              • JobError.php
              • JobIdentifierResponse.php
              • @@ -386,5 +393,6 @@

                Search results

                + diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js index 6d8e86c6..6e8d7c16 100644 --- a/docs/js/searchIndex.js +++ b/docs/js/searchIndex.js @@ -2505,6 +2505,11 @@ Search.appendIndex( "name": "Brand", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Brand\\Brand\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html#method___construct" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Brand\\Brand\u003A\u003A\u0024id", "name": "id", @@ -2535,11 +2540,6 @@ Search.appendIndex( "name": "search_keywords", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html#property_search_keywords" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Brand\\Brand\u003A\u003A\u0024custom_url", - "name": "custom_url", - "summary": "", - "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Brand-Brand.html#property_custom_url" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Brand\\BrandMetafield", "name": "BrandMetafield", @@ -2555,6 +2555,11 @@ Search.appendIndex( "name": "Category", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Category\\Category\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html#method___construct" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Category\\Category\u003A\u003A\u0024id", "name": "id", @@ -2625,11 +2630,6 @@ Search.appendIndex( "name": "default_product_sort", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html#property_default_product_sort" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Category\\Category\u003A\u003A\u0024custom_url", - "name": "custom_url", - "summary": "", - "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Category-Category.html#property_custom_url" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Category\\CategoryMetafield", "name": "CategoryMetafield", @@ -3135,11 +3135,6 @@ Search.appendIndex( "name": "price_hidden_label", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html#property_price_hidden_label" - }, { - "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Product\\Product\u003A\u003A\u0024custom_url", - "name": "custom_url", - "summary": "", - "url": "classes/BigCommerce-ApiV3-ResourceModels-Catalog-Product-Product.html#property_custom_url" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Catalog\\Product\\Product\u003A\u003A\u0024base_variant_id", "name": "base_variant_id", @@ -3995,6 +3990,61 @@ Search.appendIndex( "name": "phone", "summary": "", "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_phone" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024customer_group_id", + "name": "customer_group_id", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_customer_group_id" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024notes", + "name": "notes", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_notes" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024tax_exempt_category", + "name": "tax_exempt_category", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_tax_exempt_category" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024accepts_product_review_abandoned_cart_emails", + "name": "accepts_product_review_abandoned_cart_emails", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_accepts_product_review_abandoned_cart_emails" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024store_credit_amounts", + "name": "store_credit_amounts", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_store_credit_amounts" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024origin_channel_id", + "name": "origin_channel_id", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_origin_channel_id" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024channel_ids", + "name": "channel_ids", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_channel_ids" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024addresses", + "name": "addresses", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_addresses" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024attributes", + "name": "attributes", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_attributes" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024form_fields", + "name": "form_fields", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_form_fields" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\Customer\u003A\u003A\u0024authentication", + "name": "authentication", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-Customer.html#property_authentication" }, { "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\CustomerAddress", "name": "CustomerAddress", @@ -6970,6 +7020,51 @@ Search.appendIndex( "name": "getRedirects", "summary": "", "url": "classes/BigCommerce-ApiV3-ResponseModels-Redirect-RedirectsResponse.html#method_getRedirects" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\AttributeValue", + "name": "AttributeValue", + "summary": "This\u0020is\u0020used\u0020when\u0020creating\u0020a\u0020customer\u0020with\u0020attribute\u0020values", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\AttributeValue\u003A\u003A\u0024attribute_id", + "name": "attribute_id", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html#property_attribute_id" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\AttributeValue\u003A\u003A\u0024attribute_value", + "name": "attribute_value", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-AttributeValue.html#property_attribute_value" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\CustomerAuthentication", + "name": "CustomerAuthentication", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\CustomerAuthentication\u003A\u003A\u0024force_password_reset", + "name": "force_password_reset", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html#property_force_password_reset" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\Customer\\CustomerAuthentication\u003A\u003A\u0024new_password", + "name": "new_password", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-Customer-CustomerAuthentication.html#property_new_password" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\HasCustomUrl", + "name": "HasCustomUrl", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\HasCustomUrl\u003A\u003AsetCustomUrl\u0028\u0029", + "name": "setCustomUrl", + "summary": "Set\u0020the\u0020URL\u0020for\u0020a\u0020category,\u0020brand,\u0020or\u0020product.", + "url": "classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html#method_setCustomUrl" + }, { + "fqsen": "\\BigCommerce\\ApiV3\\ResourceModels\\HasCustomUrl\u003A\u003A\u0024custom_url", + "name": "custom_url", + "summary": "", + "url": "classes/BigCommerce-ApiV3-ResourceModels-HasCustomUrl.html#property_custom_url" }, { "fqsen": "\\", "name": "\\", diff --git a/docs/namespaces/bigcommerce-apiv3-api-carts.html b/docs/namespaces/bigcommerce-apiv3-api-carts.html index 13b0eed9..f632fc4e 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-carts.html +++ b/docs/namespaces/bigcommerce-apiv3-api-carts.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html index fab0cfd7..225efa06 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-brands.html @@ -15,6 +15,7 @@ + @@ -130,5 +131,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html index cb9625ee..5fb9007f 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-categories.html @@ -15,6 +15,7 @@ + @@ -130,5 +131,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html index ba84e5ed..afe496e7 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productmodifier.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html index 9c6e1939..66e811fa 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productoption.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html index b90152bf..0627e29a 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products-productvariant.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html b/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html index 15f00d51..9f394d64 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog-products.html @@ -15,6 +15,7 @@ + @@ -158,5 +159,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-catalog.html b/docs/namespaces/bigcommerce-apiv3-api-catalog.html index 2056151b..3e0ac30b 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-catalog.html +++ b/docs/namespaces/bigcommerce-apiv3-api-catalog.html @@ -15,6 +15,7 @@ + @@ -145,5 +146,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-channels.html b/docs/namespaces/bigcommerce-apiv3-api-channels.html index f9627319..16dcd6b5 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-channels.html +++ b/docs/namespaces/bigcommerce-apiv3-api-channels.html @@ -15,6 +15,7 @@ + @@ -133,5 +134,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-customers.html b/docs/namespaces/bigcommerce-apiv3-api-customers.html index 205e1b1a..8498f3e0 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-customers.html +++ b/docs/namespaces/bigcommerce-apiv3-api-customers.html @@ -15,6 +15,7 @@ + @@ -139,5 +140,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html b/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html index 26185157..fc07e154 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html +++ b/docs/namespaces/bigcommerce-apiv3-api-customtemplateassociations.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-generic.html b/docs/namespaces/bigcommerce-apiv3-api-generic.html index b1530a35..663420c9 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-generic.html +++ b/docs/namespaces/bigcommerce-apiv3-api-generic.html @@ -15,6 +15,7 @@ + @@ -165,5 +166,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-orders.html b/docs/namespaces/bigcommerce-apiv3-api-orders.html index 5ee9c283..fd60fa41 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-orders.html +++ b/docs/namespaces/bigcommerce-apiv3-api-orders.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-payments.html b/docs/namespaces/bigcommerce-apiv3-api-payments.html index 34ae95df..9425eb75 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-payments.html +++ b/docs/namespaces/bigcommerce-apiv3-api-payments.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-pricelists.html b/docs/namespaces/bigcommerce-apiv3-api-pricelists.html index 487e7c69..68378e72 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-pricelists.html +++ b/docs/namespaces/bigcommerce-apiv3-api-pricelists.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-redirects.html b/docs/namespaces/bigcommerce-apiv3-api-redirects.html index a0f77de3..ebe6916c 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-redirects.html +++ b/docs/namespaces/bigcommerce-apiv3-api-redirects.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-scripts.html b/docs/namespaces/bigcommerce-apiv3-api-scripts.html index d8beeae4..e68ad72c 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-scripts.html +++ b/docs/namespaces/bigcommerce-apiv3-api-scripts.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-subscribers.html b/docs/namespaces/bigcommerce-apiv3-api-subscribers.html index 30443a27..cad0dca1 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-subscribers.html +++ b/docs/namespaces/bigcommerce-apiv3-api-subscribers.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-themes.html b/docs/namespaces/bigcommerce-apiv3-api-themes.html index 6e77b2b3..2d363f15 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-themes.html +++ b/docs/namespaces/bigcommerce-apiv3-api-themes.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api-widgets.html b/docs/namespaces/bigcommerce-apiv3-api-widgets.html index 62b4e356..6abd8682 100644 --- a/docs/namespaces/bigcommerce-apiv3-api-widgets.html +++ b/docs/namespaces/bigcommerce-apiv3-api-widgets.html @@ -15,6 +15,7 @@ + @@ -135,5 +136,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-api.html b/docs/namespaces/bigcommerce-apiv3-api.html index 61eae645..df91dd04 100644 --- a/docs/namespaces/bigcommerce-apiv3-api.html +++ b/docs/namespaces/bigcommerce-apiv3-api.html @@ -15,6 +15,7 @@ + @@ -136,5 +137,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html index 7ab32b34..d2b054cf 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-cart.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html index 150f51d8..d0a2267d 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-brand.html @@ -15,6 +15,7 @@ + @@ -130,5 +131,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html index e7558162..a538aaea 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-category.html @@ -15,6 +15,7 @@ + @@ -132,5 +133,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html index b821bb81..bb71b828 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog-product.html @@ -15,6 +15,7 @@ + @@ -164,5 +165,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html index 6b3ab147..cc547bc4 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-catalog.html @@ -15,6 +15,7 @@ + @@ -137,5 +138,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html index 5a5bd424..36d30061 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-channel.html @@ -15,6 +15,7 @@ + @@ -139,5 +140,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html index c6e4450c..5eac5b34 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customer.html @@ -15,6 +15,7 @@ + @@ -107,6 +108,10 @@

                Subscriber
                +
                AttributeValue
                +
                This is used when creating a customer with attribute values
                +
                CustomerAuthentication
                +
                @@ -139,5 +144,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html index 4529bbc8..a64540ff 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-customtemplateassociation.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html index 47d5333a..681610d1 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-order.html @@ -15,6 +15,7 @@ + @@ -137,5 +138,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html index 39ad8447..19b8d690 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-payment.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html index 6a98037a..6cb13048 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-pricelist.html @@ -15,6 +15,7 @@ + @@ -131,5 +132,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html index 7463250c..b510cb42 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-redirect.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html index fd2479eb..f43c61b5 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-script.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html index 88daae03..feaac71f 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-theme.html @@ -15,6 +15,7 @@ + @@ -137,5 +138,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html index b527b48f..90b5a8bd 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels-widget.html @@ -15,6 +15,7 @@ + @@ -137,5 +138,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-resourcemodels.html b/docs/namespaces/bigcommerce-apiv3-resourcemodels.html index 772f0e76..2ef42524 100644 --- a/docs/namespaces/bigcommerce-apiv3-resourcemodels.html +++ b/docs/namespaces/bigcommerce-apiv3-resourcemodels.html @@ -15,6 +15,7 @@ + @@ -116,6 +117,8 @@

                ResourceModel
                +
                HasCustomUrl
                +
                @@ -147,5 +150,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html index 27b8fa7c..5059e14d 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-brand.html @@ -15,6 +15,7 @@ + @@ -133,5 +134,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html index f5ca3934..24363761 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-cart.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html index 44c6c310..e2b840f8 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-category.html @@ -15,6 +15,7 @@ + @@ -135,5 +136,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html index be39fc8f..e8d85d78 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-channel.html @@ -15,6 +15,7 @@ + @@ -142,5 +143,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html index 59d0b292..0a38e02b 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-customer.html @@ -15,6 +15,7 @@ + @@ -143,5 +144,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html index bef7b6dd..10c7017a 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-customtemplateassociation.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html index e00a5b46..f66b64ca 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-meta.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html index 58a12600..bc742937 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-order.html @@ -15,6 +15,7 @@ + @@ -137,5 +138,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html index 69cd0560..2576f4af 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-payment.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html index 05fa45c3..7206cdf3 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-pricelist.html @@ -15,6 +15,7 @@ + @@ -135,5 +136,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html index f3bc9f6a..77612345 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-product.html @@ -15,6 +15,7 @@ + @@ -171,5 +172,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html index 32d8da4a..4dfffa42 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-redirect.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html index ff7ce39e..e6f8f486 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-script.html @@ -15,6 +15,7 @@ + @@ -129,5 +130,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html index 1e6df388..fee5442e 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-theme.html @@ -15,6 +15,7 @@ + @@ -133,5 +134,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html b/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html index 41b3b9b4..880aa228 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels-widget.html @@ -15,6 +15,7 @@ + @@ -139,5 +140,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3-responsemodels.html b/docs/namespaces/bigcommerce-apiv3-responsemodels.html index 2a4ae15f..78dc635d 100644 --- a/docs/namespaces/bigcommerce-apiv3-responsemodels.html +++ b/docs/namespaces/bigcommerce-apiv3-responsemodels.html @@ -15,6 +15,7 @@ + @@ -164,5 +165,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce-apiv3.html b/docs/namespaces/bigcommerce-apiv3.html index c0d02628..a71722b6 100644 --- a/docs/namespaces/bigcommerce-apiv3.html +++ b/docs/namespaces/bigcommerce-apiv3.html @@ -15,6 +15,7 @@ + @@ -135,5 +136,6 @@

                Search results

                + diff --git a/docs/namespaces/bigcommerce.html b/docs/namespaces/bigcommerce.html index cf4314b4..bf89b71c 100644 --- a/docs/namespaces/bigcommerce.html +++ b/docs/namespaces/bigcommerce.html @@ -15,6 +15,7 @@ + @@ -121,5 +122,6 @@

                Search results

                + diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html index ff95b38e..d72e2af6 100644 --- a/docs/namespaces/default.html +++ b/docs/namespaces/default.html @@ -15,6 +15,7 @@ + @@ -121,5 +122,6 @@

                Search results

                + diff --git a/docs/packages/BigCommerce-ApiV3-Api-Carts.html b/docs/packages/BigCommerce-ApiV3-Api-Carts.html index 94f3df94..abe5c857 100644 --- a/docs/packages/BigCommerce-ApiV3-Api-Carts.html +++ b/docs/packages/BigCommerce-ApiV3-Api-Carts.html @@ -15,6 +15,7 @@ + @@ -127,5 +128,6 @@

                Search results

                + diff --git a/docs/packages/BigCommerce-ApiV3-Api.html b/docs/packages/BigCommerce-ApiV3-Api.html index 99d1a737..cf00ec02 100644 --- a/docs/packages/BigCommerce-ApiV3-Api.html +++ b/docs/packages/BigCommerce-ApiV3-Api.html @@ -15,6 +15,7 @@ + @@ -123,5 +124,6 @@

                Search results

                + diff --git a/docs/packages/BigCommerce-ApiV3-ResourceModels.html b/docs/packages/BigCommerce-ApiV3-ResourceModels.html index 9521799f..84814620 100644 --- a/docs/packages/BigCommerce-ApiV3-ResourceModels.html +++ b/docs/packages/BigCommerce-ApiV3-ResourceModels.html @@ -15,6 +15,7 @@ + @@ -126,5 +127,6 @@

                Search results

                + diff --git a/docs/packages/BigCommerce-ApiV3.html b/docs/packages/BigCommerce-ApiV3.html index 0651b16f..77bbd61f 100644 --- a/docs/packages/BigCommerce-ApiV3.html +++ b/docs/packages/BigCommerce-ApiV3.html @@ -15,6 +15,7 @@ + @@ -123,5 +124,6 @@

                Search results

                + diff --git a/docs/packages/BigCommerce.html b/docs/packages/BigCommerce.html index 90575e04..80191b31 100644 --- a/docs/packages/BigCommerce.html +++ b/docs/packages/BigCommerce.html @@ -15,6 +15,7 @@ + @@ -549,6 +550,10 @@

                RedirectsResponse
                +
                AttributeValue
                +
                This is used when creating a customer with attribute values
                +
                CustomerAuthentication
                +
                ProductsSubResourceApi
                @@ -572,6 +577,8 @@

                BatchCreateResource
                +
                HasCustomUrl
                +
                @@ -603,5 +610,6 @@

                Search results

                + diff --git a/docs/packages/default.html b/docs/packages/default.html index 402240a9..df06ba93 100644 --- a/docs/packages/default.html +++ b/docs/packages/default.html @@ -15,6 +15,7 @@ + @@ -121,5 +122,6 @@

                Search results

                + diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html index c54ad003..25632377 100644 --- a/docs/reports/deprecated.html +++ b/docs/reports/deprecated.html @@ -16,6 +16,7 @@ + @@ -111,5 +112,6 @@

                Search results

                + diff --git a/docs/reports/errors.html b/docs/reports/errors.html index 14bf67aa..5272eeac 100644 --- a/docs/reports/errors.html +++ b/docs/reports/errors.html @@ -16,6 +16,7 @@ + @@ -110,5 +111,6 @@

                Search results

                + diff --git a/docs/reports/markers.html b/docs/reports/markers.html index b064282e..c1748dab 100644 --- a/docs/reports/markers.html +++ b/docs/reports/markers.html @@ -16,6 +16,7 @@ + @@ -83,10 +84,236 @@

                Fil

                Markers

                -
                - No markers have been found in this project. -
                +

                Table of Contents

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                BigCommerce/Api/Catalog/Brands/BrandImageApi.php1
                BigCommerce/Api/Catalog/Brands/BrandMetafieldsApi.php3
                BigCommerce/Api/Catalog/BrandsApi.php5
                BigCommerce/Api/Catalog/Categories/CategoryImageApi.php1
                BigCommerce/Api/Catalog/Categories/CategoryMetafieldsApi.php3
                BigCommerce/Api/Catalog/Products/ProductMetafieldsApi.php3
                BigCommerce/Client.php1
                BigCommerce/ResourceModels/Widget/WidgetConfiguration.php1
                +
                +

                BrandImageApi.php

                + + + + + + + + + + + + + + + +
                TypeLineDescription
                18developer.bigcommerce.com/api-reference/store-management/catalog/brand-images/createbrandimage
                + +

                BrandMetafieldsApi.php

                + + + + + + + + + + + + + + + + + + + + + + + + + +
                TypeLineDescription
                17Get All Metafields
                20Delete a single Metafield
                24developer.bigcommerce.com/api-reference/store-management/catalog/brand-metafields/getbrandmetafieldsbybrandid
                + +

                BrandsApi.php

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                TypeLineDescription
                85developer.bigcommerce.com/api-reference/store-management/catalog/brands/getbrands}
                151developer.bigcommerce.com/api-reference/store-management/catalog/brands/getbrands}
                171developer.bigcommerce.com/api-reference/store-management/catalog/brand-images/createbrandimage
                185developer.bigcommerce.com/api-reference/store-management/catalog/brand-metafields/getbrandmetafieldsbybrandid
                200developer.bigcommerce.com/api-reference/store-management/catalog/brand-metafields/getbrandmetafieldbybrandid
                + +

                CategoryImageApi.php

                + + + + + + + + + + + + + + + +
                TypeLineDescription
                18developer.bigcommerce.com/api-reference/store-management/catalog/brand-images/createbrandimage
                + +

                CategoryMetafieldsApi.php

                + + + + + + + + + + + + + + + + + + + + + + + + + +
                TypeLineDescription
                18Get All Metafields
                21Delete a single Metafield
                25developer.bigcommerce.com/api-reference/store-management/catalog/category-metafields/getcategorymetafieldsbycategoryid
                + +

                ProductMetafieldsApi.php

                + + + + + + + + + + + + + + + + + + + + + + + + + +
                TypeLineDescription
                19Get All Metafields
                22Delete a single Metafield
                26developer.bigcommerce.com/api-reference/store-management/catalog/product-metafields/getproductmetafieldsbyproductid
                + +

                Client.php

                + + + + + + + + + + + + + + + +
                TypeLineDescription
                27api.bigcommerce.com/stores/%s/v3/';
                + +

                WidgetConfiguration.php

                + + + + + + + + + + + + + + + +
                TypeLineDescription
                13phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore
                @@ -111,5 +338,6 @@

                Search results

                + diff --git a/src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php b/src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php index f42b2d14..92795690 100644 --- a/src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php +++ b/src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php @@ -2,15 +2,26 @@ namespace BigCommerce\ApiV3\ResourceModels\Catalog\Brand; +use BigCommerce\ApiV3\ResourceModels\HasCustomUrl; use BigCommerce\ApiV3\ResourceModels\ResourceModel; +use stdClass; class Brand extends ResourceModel { + use HasCustomUrl; + public int $id; public string $name; public array $meta_keywords; public ?string $meta_description; public string $image_url; public string $search_keywords; - public ?object $custom_url; + + public function __construct(?stdClass $optionObject = null) + { + if (isset($optionObject)) { + $this->buildCustomUrl($optionObject); + } + parent::__construct($optionObject); + } } diff --git a/src/BigCommerce/ResourceModels/Catalog/Category/Category.php b/src/BigCommerce/ResourceModels/Catalog/Category/Category.php index e8eb4829..cbc0267c 100644 --- a/src/BigCommerce/ResourceModels/Catalog/Category/Category.php +++ b/src/BigCommerce/ResourceModels/Catalog/Category/Category.php @@ -2,10 +2,14 @@ namespace BigCommerce\ApiV3\ResourceModels\Catalog\Category; +use BigCommerce\ApiV3\ResourceModels\HasCustomUrl; use BigCommerce\ApiV3\ResourceModels\ResourceModel; +use stdClass; class Category extends ResourceModel { + use HasCustomUrl; + public int $id; public int $parent_id; public string $name; @@ -20,5 +24,12 @@ class Category extends ResourceModel public bool $is_visible; public string $search_keywords; public string $default_product_sort; - public object $custom_url; + + public function __construct(?stdClass $optionObject = null) + { + if (isset($optionObject)) { + $this->buildCustomUrl($optionObject); + } + parent::__construct($optionObject); + } } diff --git a/src/BigCommerce/ResourceModels/Catalog/Product/Product.php b/src/BigCommerce/ResourceModels/Catalog/Product/Product.php index 25688f0b..79571ade 100644 --- a/src/BigCommerce/ResourceModels/Catalog/Product/Product.php +++ b/src/BigCommerce/ResourceModels/Catalog/Product/Product.php @@ -2,11 +2,14 @@ namespace BigCommerce\ApiV3\ResourceModels\Catalog\Product; +use BigCommerce\ApiV3\ResourceModels\HasCustomUrl; use BigCommerce\ApiV3\ResourceModels\ResourceModel; use stdClass; class Product extends ResourceModel { + use HasCustomUrl; + public const INVENTORY_TRACKING_NONE = 'none'; public const INVENTORY_TRACKING_PRODUCT = 'product'; public const INVENTORY_TRACKING_VARIANT = 'variant'; @@ -64,7 +67,6 @@ class Product extends ResourceModel public bool $is_preorder_only; public bool $is_price_hidden; public string $price_hidden_label; - public ?object $custom_url; public ?int $base_variant_id; public string $open_graph_type; public string $open_graph_title; @@ -85,6 +87,10 @@ class Product extends ResourceModel public function __construct(?stdClass $optionObject = null) { + if (!is_null($optionObject)) { + $this->buildCustomUrl($optionObject); + } + if (!is_null($optionObject) && isset($optionObject->modifiers)) { $this->modifiers = array_map(function ($m) { return new ProductModifier($m); diff --git a/src/BigCommerce/ResourceModels/HasCustomUrl.php b/src/BigCommerce/ResourceModels/HasCustomUrl.php new file mode 100644 index 00000000..4170a227 --- /dev/null +++ b/src/BigCommerce/ResourceModels/HasCustomUrl.php @@ -0,0 +1,30 @@ +custom_url = new CustomUrl(); + $this->custom_url->url = $url; + $this->custom_url->is_customized = true; + } + + protected function buildCustomUrl(\stdClass $data): void + { + if (isset($data->custom_url)) { + $this->custom_url = new CustomUrl($data->custom_url); + unset($data->custom_url); + } + } +} diff --git a/tests/BigCommerce/Api/Catalog/CategoriesApiTest.php b/tests/BigCommerce/Api/Catalog/CategoriesApiTest.php index 136cb1e0..2b352d41 100644 --- a/tests/BigCommerce/Api/Catalog/CategoriesApiTest.php +++ b/tests/BigCommerce/Api/Catalog/CategoriesApiTest.php @@ -3,11 +3,20 @@ namespace BigCommerce\Tests\Api\Catalog; use BigCommerce\ApiV3\Api\Catalog\Categories\CategoryImageApi; +use BigCommerce\ApiV3\ResourceModels\Catalog\Category\Category; use BigCommerce\ApiV3\ResourceModels\Catalog\Category\CategoryTreeBranch; use BigCommerce\Tests\BigCommerceApiTest; class CategoriesApiTest extends BigCommerceApiTest { + public function testCanSetCustomUrl(): void + { + $category = new Category(); + $category->setCustomUrl('/my-slug'); + $this->assertTrue($category->custom_url->is_customized); + $this->assertEquals('/my-slug', $category->custom_url->url); + } + public function testCategoryIdIsSet(): void { $expectedCategoryId = 1025; diff --git a/tests/BigCommerce/Api/Catalog/CustomUrl.php b/tests/BigCommerce/Api/Catalog/CustomUrl.php new file mode 100644 index 00000000..c29ad01a --- /dev/null +++ b/tests/BigCommerce/Api/Catalog/CustomUrl.php @@ -0,0 +1,11 @@ +