action shipengine_create_manifest { label: "Create Manifest" description: "Each ShipEngine manifest is created for a specific warehouse, so you'll need to provide the warehouse_id\nrather than the ship_from address. You can create a warehouse for each location that you want to create manifests for.\n" provider: shipengine method: POST path: "/v1/manifests" encoding: json input: { type: "object" } output: { type: "object" description: "A create manifest response body" required: ["carrier_id", "created_at", "form_id", "manifest_download", "manifest_id", "ship_date", "shipments", "submission_id", "warehouse_id"] additionalProperties: false } }