action api2cart_cart_validate { label: "CartValidate" description: "Check store availability, bridge connection for the downloadable carts, identify DB prefix, validate API accesses for API carts." provider: api2cart method: GET path: "/cart.validate.json" encoding: json input: { type: "object" properties: { validate_version: { type: "boolean" } } additionalProperties: false } output: { type: "object" properties: { result: { type: "object" properties: { status: { type: "string" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }