Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 730 Bytes

File metadata and controls

16 lines (10 loc) · 730 Bytes

# Carts

A collection of a store's carts.

Properties

Name Type Description Notes
StoreId string The store id. [optional]
Carts []ECommerceCart An array of objects, each representing a cart. [optional]
TotalItems int32 The total number of items matching the query regardless of pagination. [optional] [readonly]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]