action jumpseller_get_store_check_status_json { label: "Retrive store creation status." provider: jumpseller method: GET path: "/store/check_status.json" encoding: json input: { type: "object" properties: { locale: { type: "string" format: "string" } store_code: { type: "string" format: "string" } } required: ["store_code"] additionalProperties: false } output: { type: "object" } }