action beezup_get_order_management_ready_marketplace_business_code { label: "GetOrderManagementReadyMarketplaceBusinessCode" description: "Get the list of MarketplaceBusinessCode ready for Order Management" provider: beezup method: GET path: "/orders/v3/lov/orderManagementReadyMarketplaceBusinessCode" encoding: json input: { type: "object" properties: { "Accept-Language": { type: "array" items: { type: "string" } } storeIds: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "This object is used by LOV apis" required: ["codeIdentifier", "intIdentifier"] properties: { codeIdentifier: { type: "string" } intIdentifier: { type: "integer" format: "int32" } position: { type: "integer" format: "int32" } translationText: { type: "string" } } } } }