---
title: "Get Shop"
method: GET
path: "/v1/shops/{shopId}"
tags: ["Shops"]
---

# Get Shop

`GET /v1/shops/{shopId}`

Retrieves a specific shop.

## Response `200`

- object
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `name` string
  - `subdomain` string
  - `logo_image_id` string
  - `favicon_image_id` string
  - `background_image_id` string
  - `owner_id` integer
  - `description` string
  - `currency` string
  - `default_language` string
  - `enabled_languages` string
  - `meta_title` string
  - `meta_description` string
  - `meta_image_id` string
  - `meta_twitter_card` string
  - `terms` string
  - `privacy_policy` string
  - `refund_policy` string
  - `discord_url` string
  - `youtube_url` string
  - `telegram_url` string
  - `tiktok_url` string
  - `instagram_url` string
  - `theme_id` string
  - `deleted_at` string
  - `crisp_website_id` string
  - `tawkto_id` string
  - `gtag_id` string
  - `gtm_id` string
  - `meta_pixel_id` string
  - `discord_client_id` string
  - `discord_client_secret` string
  - `discord_bot_token` string
  - `termination_reason` string
  - `termination_internal_reason` string
  - `terminated_at` string
  - `termination_appeal` string
  - `products_sold` integer
  - `products_sold_offset` integer
  - `total_customers` integer
  - `total_completed_invoices` string
  - `total_customers_offset` integer
  - `total_feedbacks` integer
  - `average_rating` string
  - `webhook_secret` string
  - `invoice_header` string
  - `invoice_notes` string
  - `invoice_footer` string
  - `invoice_attach_email` boolean
  - `tax_enabled` boolean
  - `tax_rate` string
  - `tax_countries` string
  - `tickets_enabled` boolean
  - `maintenance_enabled` integer
  - `refund_out_of_stock_to_customer_balance` boolean
  - `trustpilot_afs_email` string
  - `force_custom_domain` boolean
  - `hide_out_of_stock_products` boolean
  - `require_shipping_zone` integer
  - `noindex` boolean
  - `powered_by_enabled` boolean
  - `url` string
  - `is_subscribed` boolean
  - `subscription_ends_at` string
  - `subscription_plan` object
    - `id` string
    - `name` string
    - `product_id` integer
    - `price` number
    - `rank` integer
    - `referral_bonus` number
    - `has_custom_domain` boolean
    - `has_custom_pages` boolean
    - `has_custom_notes` boolean
    - `has_manual_payment_method` boolean
    - `has_feedback_dispute` boolean
    - `has_priority_dispute_resolution` boolean
    - `has_feedback_image` boolean
    - `has_feedback_disable` boolean
    - `has_blacklist_advanced_types` boolean
    - `has_whitelist_advanced_types` boolean
    - `has_email_templates` boolean
    - `has_smtp` boolean
    - `has_discord_remove_role` boolean
    - `has_checkout_api` boolean
    - `has_checkout_custom_css` boolean
    - `has_beta_features` boolean
    - `has_abandoned_checkouts` boolean
    - `has_subscriptions` boolean
    - `has_ai_theme_editor` boolean
    - `has_reseller_panel` boolean
    - `has_email_marketing` boolean
    - `has_email_automations` boolean
    - `has_email_tracking` boolean
    - `product_limit` integer
    - `variant_per_product_limit` integer
    - `image_per_product_limit` integer
    - `gif_frame_limit` integer
    - `team_member_limit` integer
    - `blacklist_limit` integer
    - `whitelist_limit` integer
    - `cart_item_limit` integer
    - `downloadable_file_limit` integer
    - `downloadable_file_max_size_mb` integer
    - `affiliate_tier_limit` integer
    - `affiliate_limit` integer
    - `reseller_tier_limit` integer
    - `reseller_limit` integer
    - `blog_post_limit` integer
    - `coupon_limit` integer
    - `email_monthly_send_limit` integer
    - `email_campaign_limit` integer
    - `email_list_limit` integer
    - `email_contact_limit` integer
    - `email_marketing_template_limit` integer
    - `email_automation_limit` integer
    - `email_send_rate_per_minute` integer
    - `min_feedback_price_usd` integer
    - `webp_quality` integer
    - `image_max_size_mb` integer
    - `theme_asset_file_max_size_mb` integer
  - `subscription_source` string
  - `logo_image_url` string
  - `activity_log_enabled` boolean
  - `pivot` object
    - `user_id` integer
    - `shop_id` integer
    - `role` string
  - `subscription` object
    - `id` integer
    - `shop_id` integer
    - `plan` string
    - `renewal_method` string
    - `product_subscription_id` string
    - `cancel_at_period_end` boolean
    - `ends_at` string
    - `rate_usd_per_day` string
    - `previous_plan` string
    - `switched_at` string
    - `expiry_reminder_stage` integer
    - `created_at` string
    - `updated_at` string
    - `deleted_at` string
  - `active_grant` string
  - `payment_methods` object[]
    - `id` integer
    - `shop_id` integer
    - `type` string
    - `name` string
    - `checkout_name` string
    - `icon_image_id` string
    - `percentage_fee` integer
    - `fixed_fee` integer
    - `min_amount` string
    - `max_amount` string
    - `currency_override` string
    - `hide_powered_by` boolean
    - `is_active` boolean
    - `order` integer
    - `created_at` string
    - `updated_at` string
    - `deleted_at` string
    - `icon_image_url` string
    - `icon_image` string
  - `verified_domain` string
  - `logo_image` string

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
