{
	"info": {
		"_postman_id": "b3001917-eb2a-4de2-b3a2-0d6bdfc8bbea",
		"name": "DMSCAPI - Web",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "2216702",
		"_collection_link": "https://red-firefly-194851.postman.co/workspace/My-Workspace~f57094f8-c876-4e8e-8a93-84273c2c6516/collection/2216702-b3001917-eb2a-4de2-b3a2-0d6bdfc8bbea?action=share&source=collection_link&creator=2216702"
	},
	"item": [
		{
			"name": "Purchase",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 914d2fb64884131427214617b07aa46f0ab9c3934f06273caf5fc404795785e3",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "25",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "PURCHASE",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "umbrellas",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "sku001",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "in-stock",
							"type": "text"
						},
						{
							"key": "transaction_id",
							"value": "12",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/purchase",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"purchase"
					]
				}
			},
			"response": []
		},
		{
			"name": "View Content",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 8ebfd759dbe20ac154078aff37dd7d126b6aaaaabe8509dca4625310f7b1fd17",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "43",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "VIEW_CONTENT",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "bikes",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "sma001",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "in-stock",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/view_content",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"view_content"
					]
				}
			},
			"response": []
		},
		{
			"name": "Add Cart",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 8ebfd759dbe20ac154078aff37dd7d126b6aaaaabe8509dca4625310f7b1fd17",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "10",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "ADD_CART",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "book",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "sku001",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "backtoschool",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/add_cart",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"add_cart"
					]
				}
			},
			"response": []
		},
		{
			"name": "Add to Wishlist",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 8ebfd759dbe20ac154078aff37dd7d126b6aaaaabe8509dca4625310f7b1fd17",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "2",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "ADD_TO_WISHLIST",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "pincel",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "pin001",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "backtoschool",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/add_to_wishlist",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"add_to_wishlist"
					]
				}
			},
			"response": []
		},
		{
			"name": "Add Billing",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 8ebfd759dbe20ac154078aff37dd7d126b6aaaaabe8509dca4625310f7b1fd17",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "10",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "ADD_BILLING",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "book",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "Book001",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "backtoschool",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/add_billing",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"add_billing"
					]
				}
			},
			"response": []
		},
		{
			"name": "Start Checkout",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer 8ebfd759dbe20ac154078aff37dd7d126b6aaaaabe8509dca4625310f7b1fd17",
						"type": "text"
					},
					{
						"key": "InternalTest",
						"value": "true",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_address",
							"value": "871e2c58a576d82ac8d0b5a76bc8260ba2c895ba8493469cf5788bbc1632e8fb",
							"type": "text"
						},
						{
							"key": "phone_number",
							"value": "ff9c35e237eb1412b6109738a28b01cc53feb3360b330501af8d334ea1169ef2",
							"type": "text"
						},
						{
							"key": "price",
							"value": "130",
							"type": "text"
						},
						{
							"key": "event_type",
							"value": "START_CHECKOUT",
							"type": "text"
						},
						{
							"key": "event_conversion_type",
							"value": "web",
							"type": "text"
						},
						{
							"key": "currency",
							"value": "usd",
							"type": "text"
						},
						{
							"key": "item_category",
							"value": "bikes",
							"type": "text"
						},
						{
							"key": "item_ids",
							"value": "bike0010",
							"type": "text"
						},
						{
							"key": "event_tag",
							"value": "Weekend Sale",
							"type": "text"
						},
						{
							"key": "number_items",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://app.dmscg.com/api/conversionapi/strat_checkout",
					"protocol": "https",
					"host": [
						"app",
						"dmscg",
						"com"
					],
					"path": [
						"api",
						"conversionapi",
						"strat_checkout"
					]
				}
			},
			"response": []
		}
	]
}