action vtex_get_all_inactive_collections { label: "Get All Inactive Collections" description: "Retrieves a list of Collection IDs of the inactive Collections." provider: vtex method: GET path: "/api/catalog/pvt/collection/inactive" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Content-Type": { type: "string" } } required: ["Accept", "Content-Type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }