action akeneo_get_draft_code { label: "Get a draft" description: "This endpoint allows you to get the information about a given draft." provider: akeneo method: GET path: "/api/rest/v1/products/{code}/draft" encoding: json input: { type: "object" properties: { code: { type: "string" } } required: ["code"] additionalProperties: false } output: { type: "object" additionalProperties: true } }