{
	"info": {
		"_postman_id": "b6745cf9-d7e8-47ba-946a-6e31f9522252",
		"name": "How To Sell on Cardtrader",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "List of blueprints",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://{{host}}/api/v2/blueprints/export?expansion_id=979",
					"protocol": "https",
					"host": [
						"{{host}}"
					],
					"path": [
						"api",
						"v2",
						"blueprints",
						"export"
					],
					"query": [
						{
							"key": "expansion_id",
							"value": "979"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Put product on sale",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"price\": 62.58,\n\t\"quantity\": 1,\n\t\"blueprint_id\": 16,\n    \"error_mode\": \"strict\",\n    \"user_data_field\": \"Room 1, shelf 82\",\n    \"properties\": {\n        \"condition\": \"Slightly Played\"\t\n    }\n}"
				},
				"url": {
					"raw": "https://{{host}}/api/v2/products",
					"protocol": "https",
					"host": [
						"{{host}}"
					],
					"path": [
						"api",
						"v2",
						"products"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "[YOUR API TOKEN]",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "host",
			"value": "api.cardtrader.com"
		}
	]
}