Created
April 26, 2024 16:33
-
-
Save devdropboy/b67c096a27ff6c6a8da6ab9ba2e14572 to your computer and use it in GitHub Desktop.
Postman export of order batch upload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "9412fbec-2c4a-4e5e-9014-dc4342252f2e", | |
"name": "Order batch upload", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
"_exporter_id": "870486", | |
"_collection_link": "https://dropboy.postman.co/workspace/b8ffb935-ab83-448c-8556-a9f445497503/collection/870486-9412fbec-2c4a-4e5e-9014-dc4342252f2e?action=share&source=collection_link&creator=870486" | |
}, | |
"item": [ | |
{ | |
"name": "/public/orders/batch", | |
"request": { | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "APIkey", | |
"value": "{{apiKey}}", | |
"description": "Can be found in the platform under \"Settings-> Developer Tools\"" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json" | |
} | |
], | |
"body": { | |
"mode": "formdata", | |
"formdata": [ | |
{ | |
"key": "batch", | |
"description": "This is the batch file as a .json file.", | |
"type": "file", | |
"src": [] | |
} | |
] | |
}, | |
"url": { | |
"raw": "https://api-staging.wuxus.com/public/orders/batch", | |
"protocol": "https", | |
"host": [ | |
"api-staging", | |
"wuxus", | |
"com" | |
], | |
"path": [ | |
"public", | |
"orders", | |
"batch" | |
] | |
}, | |
"description": "<a href=\"https://docs.dropboy.com/reference/welcome\" >Documentation</a>" | |
}, | |
"response": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment