Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 578 Bytes

ProductsListResponseBody.md

File metadata and controls

17 lines (9 loc) · 578 Bytes

ProductsListResponseBody

Response body schema for GET v1/products.

Properties

Name Type Description
_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.