├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── Error Inventory └── API Error Consolidated List.xlsx ├── Example-Postman.postman_collection.json ├── README.md ├── SCANForm-LabelShipment-request.json ├── SCANForm-LabelShipment-response.json ├── SCANForm-MIDShipment-request.json ├── SCANForm-MIDShipment-response.json ├── SCANForm-ManifestMIDShipment-request.json ├── SCANForm-ManifestMIDShipment-response.json ├── USPS APIs Domestic Labels API Documentation_2023_0901 Published.pdf ├── dropoff-location-v3-response.json └── postoffice-locator-v3-response.json /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /Error Inventory/API Error Consolidated List.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/Error Inventory/API Error Consolidated List.xlsx -------------------------------------------------------------------------------- /Example-Postman.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/Example-Postman.postman_collection.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/README.md -------------------------------------------------------------------------------- /SCANForm-LabelShipment-request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-LabelShipment-request.json -------------------------------------------------------------------------------- /SCANForm-LabelShipment-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-LabelShipment-response.json -------------------------------------------------------------------------------- /SCANForm-MIDShipment-request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-MIDShipment-request.json -------------------------------------------------------------------------------- /SCANForm-MIDShipment-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-MIDShipment-response.json -------------------------------------------------------------------------------- /SCANForm-ManifestMIDShipment-request.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-ManifestMIDShipment-request.json -------------------------------------------------------------------------------- /SCANForm-ManifestMIDShipment-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/SCANForm-ManifestMIDShipment-response.json -------------------------------------------------------------------------------- /USPS APIs Domestic Labels API Documentation_2023_0901 Published.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/USPS APIs Domestic Labels API Documentation_2023_0901 Published.pdf -------------------------------------------------------------------------------- /dropoff-location-v3-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/dropoff-location-v3-response.json -------------------------------------------------------------------------------- /postoffice-locator-v3-response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USPS/api-examples/HEAD/postoffice-locator-v3-response.json --------------------------------------------------------------------------------