Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 611 Bytes

ProductsListResponseBody.md

File metadata and controls

17 lines (9 loc) · 611 Bytes

ProductsListResponseBody

Response body schema for GET /products.

Properties

Name Type Description Notes
_object String The type of the object represented by JSON. This object stores information about products in a dictionary.
dataRef String Identifies the name of the attribute that contains the array of product objects.
products List<Product> Contains array of product objects.
total Integer Total number of product objects.