v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
store

Store - Get

Retrieve all connected store integrations for the current account.

get/store/get

Response

Array of stores with _id, name, and type

_idstring required

Unique store identifier

namestring required

Store name

typestring required

Store integration type (e.g. shopify, amazon, manual)

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011"
  }
]