action brandlovers_get_products { label: "Returns a list of products loaded into BrandLovers Marketplace" description: "Get a list of my products loaded into the Marketplace. This dosen't means that products are eligible for sale, just that they are loaded in the database." provider: brandlovers method: GET path: "/products" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }