Skip to content

Get store collection

GET
/rest/v1/order/store

Parameters

Query Parameters

filter[id]

Filter by ID

Type
string
filter[active]

Filter by active status

Type
boolean
filter[priority]

Filter by order

Type
integer
filter[country]

Filter by country alpha_2 code

Type
string
Example"GR"
filter[county]

Filter by county alpha code

Type
string
Example"GR-A"
filter[city.el]

Filter by city (Greek)

Type
string
filter[city.en]

Filter by city (English)

Type
string
filter[address.el]

Filter by address (Greek)

Type
string
filter[address.en]

Filter by address (English)

Type
string
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer
with

With relations

Type
string

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI