Generate a CSV report containing information about outgoing or incoming parcels.
The parcels included in the report are determined by theDocumentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
filters you send, and the columns are determined by the fields you select.
Use this endpoint to create the report and obtain the report id, which you then poll with Retrieve a parcels report until the CSV is ready for download.Basic Authentication using API key and secrets is currently the main authentication mechanism.
Request body for creating a parcels report.
Columns to include in the CSV report, in the order they should appear.
1A column that can be included in a parcels report.
parcel_id, direction, carrier_code, carrier_name, from_address_company_name, contract_id, contract_type, from_address_city, from_address_postal_code, from_address_country_code, from_address_country_name, to_address_city, to_address_postal_code, to_address_country_code, to_address_country_name, order_number, tracking_number, announced_at, shipped_at, first_offer_at, delivered_at, shipping_option_code, total_cost, status, sub_status, integration_id, integration_type, weight, brand_id, brand_name Filters that determine which parcels are included in the report.
Accepted
Represents a parcels report and its processing state.
Unique identifier of the report.
"419f3be0-2f49-434b-bee4-d8cff9cf7d01"
Identifier of the organization the report belongs to.
x >= 112345
Current processing status of the report.
queued, generating, ready, failed, expired "ready"
Human-readable description of the current status.
"The report is ready"
Columns included in the report.
A column that can be included in a parcels report.
parcel_id, direction, carrier_code, carrier_name, from_address_company_name, contract_id, contract_type, from_address_city, from_address_postal_code, from_address_country_code, from_address_country_name, to_address_city, to_address_postal_code, to_address_country_code, to_address_country_name, order_number, tracking_number, announced_at, shipped_at, first_offer_at, delivered_at, shipping_option_code, total_cost, status, sub_status, integration_id, integration_type, weight, brand_id, brand_name Filters that determine which parcels are included in the report.
URL to download the CSV. null until the report status is ready, and again after expiry.
"https://reporting-service.s3.eu-central-1.amazonaws.com/reports/parcels_v3/2025-05-01/419f3be0-2f49-434b-bee4-d8cff9cf7d01.csv"
When the report (and its download URL) will expire. null until the report is ready.
"2025-05-01T08:38:10.226217Z"
When the report was last updated.
"2025-05-01T08:24:10.226265Z"
When the report was created.
"2025-05-01T08:23:10.226265Z"