Postman Environment Files for Amazon Shipping APIs

Importable Postman Environment files pre-packaged ready to use along with the Shipping APIs Collection with example of hosts and other variables. This is in JSON format, please copy and save the text in JSON format before importing to Postman.

Postman Environment Snapshot

Postman Collection JSON

Sandbox Environments

EU (UK, IT, FR, ES) Marketplace

{
	"id": "877055c5-a0d9-43cd-93c8-676c989e7e47",
	"name": "Amazon Shipping APIs EU Sandbox Host",
	"values": [
		{
			"key": "api-host",
			"value": "https://sandbox.sellingpartnerapi-eu.amazon.com",
			"enabled": true
		},
		{
			"key": "token-host",
			"value": "https://api.amazon.co.uk",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-id",
			"value": "<<YourClientIdHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-secret",
			"value": "<<YourClientSecretHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "refresh-token",
			"value": "<<YourRefreshTokenHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "x-amz-access-token",
			"value": "<<YourAccessTokenHere>>",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2024-04-04T13:02:58.911Z",
	"_postman_exported_using": "Postman/10.23.5"
}

US Marketplace

{
	"id": "b8fae1c4-2b8a-4909-ad62-fd95644f0384",
	"name": "Amazon Shipping APIs US Sandbox Host",
	"values": [
		{
			"key": "api-host",
			"value": "https://sandbox.sellingpartnerapi-na.amazon.com",
			"enabled": true
		},
		{
			"key": "token-host",
			"value": "https://api.amazon.com",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-id",
			"value": "<<YourClientIdHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-secret",
			"value": "<<YourClientSecretHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "refresh-token",
			"value": "<<YourRefreshTokenHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "x-amz-access-token",
			"value": "<<YourAccessTokenHere>>",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2024-04-04T13:02:39.431Z",
	"_postman_exported_using": "Postman/10.23.5"
}

Production Environments

EU (UK, IT, FR, ES) Marketplace

{
	"id": "4ecf7236-71f3-41c1-8df8-c4bea1fc125f",
	"name": "Amazon Shipping APIs EU Production Host",
	"values": [
		{
			"key": "api-host",
			"value": "https://sellingpartnerapi-eu.amazon.com",
			"enabled": true
		},
		{
			"key": "token-host",
			"value": "https://api.amazon.co.uk",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-id",
			"value": "<<YourClientIdHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-secret",
			"value": "<<YourClientSecretHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "refresh-token",
			"value": "<<YourRefreshTokenHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "x-amz-access-token",
			"value": "<<YourAccessTokenHere>>",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2024-04-04T13:03:05.990Z",
	"_postman_exported_using": "Postman/10.23.5"
}

US Marketplace

{
	"id": "aeb49569-746a-48b8-b735-cb5988f774db",
	"name": "Amazon Shipping APIs US Production Host",
	"values": [
		{
			"key": "api-host",
			"value": "https://sellingpartnerapi-na.amazon.com",
			"enabled": true
		},
		{
			"key": "token-host",
			"value": "https://api.amazon.com",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-id",
			"value": "<<YourClientIdHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "client-secret",
			"value": "<<YourClientSecretHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "refresh-token",
			"value": "<<YourRefreshTokenHere>>",
			"type": "default",
			"enabled": true
		},
		{
			"key": "x-amz-access-token",
			"value": "<<YourAccessTokenHere>>",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2024-04-04T13:02:51.095Z",
	"_postman_exported_using": "Postman/10.23.5"
}