action beezup_get_order_v3 { label: "Get full Order and Order Item(s) properties" provider: beezup method: GET path: "/orders/v3/{marketplaceTechnicalCode}/{accountId}/{beezUPOrderId}" encoding: json input: { type: "object" properties: { "If-None-Match": { type: "string" } accountId: { type: "integer" format: "int32" } beezUPOrderId: { type: "string" format: "uuid" } marketplaceTechnicalCode: { type: "string" } } required: ["accountId", "beezUPOrderId", "marketplaceTechnicalCode"] additionalProperties: false } output: { type: "object" } }