Skip to main content

Shops (1.0.0)

Download OpenAPI specification:Download

This API allows you to get information about your shop.

Refer to the changelog for the latest updates to this API.

Authentication

Bearer

Security Scheme Type API Key
Header parameter name: Authorization

Shop

Shop operations

Get Shop Info

Get information about the current shop

Authorizations:

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "shop_identifier": "string",
  • "shop_domain": "string",
  • "custom_domain": "string",
  • "shop_owner": "string",
  • "city": "string",
  • "province": "string",
  • "country": "string",
  • "country_code": "string",
  • "address": "string",
  • "store_name": "string",
  • "admin_email": "string",
  • "order_email": "string",
  • "currency": "string",
  • "currency_symbol": "string",
  • "money_format": "string",
  • "phone": "string",
  • "platform_slug": "string"
}