public
add(CartItem $cartItem[, string|null $include = null ]) : CartResponse
-
+
+
Parameters
-
@@ -420,14 +434,16 @@
Parameters
: CartItem - - + +
- $include : string|null = null
- - + +
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 @@
Cart Items API
@@ -255,7 +257,8 @@The Cart returns an abbreviated result. Use this to return digital items product options.
@@ -267,6 +270,7 @@The Cart returns an abbreviated result. Use this to return physical items product options.
@@ -294,6 +299,7 @@Create a direct link to a Cart.
@@ -321,6 +328,7 @@
public
__construct(Client $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed
-
+
+
public
add(CartItem $cartItem[, string|null $include = null ]) : CartResponse
-
+
+
public
getClient() : Client
-
+
+
public
getParentResourceId() : int|null
-
+
+
public
getParentUuid() : string
-
+
+
public
getResourceId() : int|null
-
+
+
public
getUuid() : string
-
+
+
public
multipleResourceUrl() : string
-
+
+
public
setParentUuid(string $parentUuid) : void
-
+
+
public
setUuid(string $uuid) : void
-
+
+
public
singleResourceUrl() : string
-
+
+
public
update(CartItem $cartItem[, string|null $include = null ]) : CartResponse
-
+
+