Stores
Retrieves a paginated list of stores.
GET/api/v2/public/stores
Creates or updates stores.
POST/api/v2/public/stores
ModelsExpand Collapse
StoreListStoresResponse object { page_size, page_start, total_count, 11 more } Generic paginated response wrapper.
StoreListStoresResponse object { page_size, page_start, total_count, 11 more }
Generic paginated response wrapper.
list: optional array of object { id, is_active, is_active_data_exchange, 38 more } Collection of items for the current page.
list: optional array of object { id, is_active, is_active_data_exchange, 38 more }
Collection of items for the current page.