action jirafe_post_product { label: "Send a product for the given site" provider: jirafe method: POST path: "/{siteId}/product" encoding: json input: { type: "object" properties: { siteId: { type: "string" } } required: ["siteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }