Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fd6e77e

Browse files
committed
docs: 📝 Add docs for assignCustomer()
1 parent e2b1d4c commit fd6e77e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,13 @@ Apply a coupon to a specified cart.
253253
Magento::api('guestCarts')->couponCode($cartId, $couponCode);
254254
```
255255

256+
`/V1/guest-carts/{cartId}`
257+
258+
Assign a specified customer to a specified shopping cart.
259+
```php
260+
Magento::api('guestCarts')->assignCustomer($cartId, $customerId, $storeId);
261+
```
262+
256263
<a id="orders"></a>
257264
### Orders (salesOrderRepositoryV1)
258265

0 commit comments

Comments
 (0)