action api2cart_cart_bridge { label: "CartBridge" description: "Get bridge key and store key" provider: api2cart method: GET path: "/cart.bridge.json" encoding: json output: { type: "object" properties: { result: { type: "object" properties: { bridge: { type: "string" } store_key: { type: "string" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }