# SCAN Form ## Create USPS SCAN Form - [POST /api/shipments/scan-forms/create](https://docs.shipsaving.com/1.0-api/openapi/scan-form/createscanforms.md): Creates a USPS SCAN Form for the provided list of shipment tracking codes. Only applicable to shipments with valid USPS tracking numbers. Rate limit: 60 requests per minute. ## Create DHL eCommerce SCAN Form - [POST /api/shipments/scan-forms/dhl/ecommerce/create](https://docs.shipsaving.com/1.0-api/openapi/scan-form/createecsscanforms.md): Initiates the asynchronous creation of a DHL eCommerce SCAN Form. Returns a request ID that can be used with the Get DHL eCommerce SCAN Form endpoint to retrieve the final manifest PDF. Rate limit: 60 requests per minute. ## Get DHL eCommerce SCAN Form - [GET /api/shipments/scan-forms/dhl/ecommerce/get](https://docs.shipsaving.com/1.0-api/openapi/scan-form/getecsscanforms.md): Returns the DHL eCommerce SCAN Form PDF URL based on the request ID from the creation endpoint. Rate limit: 60 requests per minute.