OrdersShops

Get Shop

Get a shop by its ID

GET
/shipos/shops/{shop_id}
x-access-token<token>

In: header

Path Parameters

shop_id*string

ID of the shop to find

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/shops/string"
{  "authorization_expires_at": "2019-08-24T14:15:22Z",  "order_sync_start_date": "2019-08-24T14:15:22Z",  "inventory_sync_enabled": true,  "synced_at": "2019-08-24T14:15:22Z",  "remote_slug": "string",  "remote_id": "string",  "uninstalled_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "slug": "string",  "country": "string",  "domain": "string",  "currency": "string",  "team_name": "string",  "team_id": "string",  "fulfiller_team_name": "string",  "fulfiller_team_id": "string",  "merchant_team_name": "string",  "merchant_team_id": "string",  "type": "SHOPIFY",  "name": "string",  "id": "string",  "supported_actions": [    {      "action": "DELETE_SHOP"    }  ]}