action jumpseller_get_store_info_json { label: "Retrieve Store Information." provider: jumpseller method: GET path: "/store/info.json" encoding: json output: { type: "object" properties: { address: { properties: { address: { type: "string" description: "Address of the Store's Address" } city: { type: "string" description: "City of the Store's Address" } country: { type: "string" description: "Country of the Store's Address (ISO 3166-1 alpha-2)" } country_code: { type: "string" description: "Country code of the Store's Address" } postal: { type: "string" description: "Postal code of the Store's Address" } region: { type: "string" description: "Region of the Store's Address" } region_code: { type: "string" description: "Region code of the Store's Address" } } } code: { type: "string" description: "Store Code" } country: { type: "string" description: "Store Country" } currency: { type: "string" description: "Store Currency" } email: { type: "string" description: "Store Admin Email" } hooks_token: { type: "string" description: "Store Hooks Auth token" } logo: { type: "string" description: "Store Logo URL" } name: { type: "string" description: "Store Name" } timezone: { type: "string" description: "Store Timezone" } url: { type: "string" description: "Store URL" } weight_unit: { type: "string" description: "Store Weight Unit" } } } }