The Carts scope allows an API key to be used with the Cart API. These calls relate to Loop's Shop Now On Store feature.
- Create Cart:
POST /cart - Get Cart:
GET /cart/{token} - Update Cart:
POST /cart/{token} - Delete Cart:
DELETE /cart/{token}
The Carts scope allows an API key to be used with the Cart API. These calls relate to Loop's Shop Now On Store feature.
POST /cartGET /cart/{token}POST /cart/{token}DELETE /cart/{token}