{ "info": { "_postman_id": "db87ac5c-93ad-53bd-bb84-b252cee1d489", "name": "ServiceAPI", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Organization + Contact", "item": [ { "name": "Post Organization JSON", "id": "42201b55-03a4-03c7-d558-531ad77e4af9", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n        \"PrimaryKeyId\": \"1118eb2d-8839-432d-a6f7-32cf30e5fabc\",\r\n        \"Addresses\": [],\r\n        \"ChildOrganizations\": [\r\n            {\r\n                \"PrimaryKeyId\": \"1118eb2d-8839-432d-a6f7-32cf30e5fabc\",\r\n                \"Addresses\": [],\r\n                \"ChildOrganizations\": [],\r\n                \"Contacts\": [],\r\n                \"OrganizationType\": \"Organization Unit\",\r\n                \"OrgCustomerGroup\": \"Customer\"\r\n            }\r\n        ],\r\n        \"Contacts\": [],\r\n        \"OrganizationType\": \"Organization\",\r\n        \"OrgCustomerGroup\": \"Partner\"\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/organization" }, "response": [] }, { "name": "Post Organization XML", "id": "fb9e29b5-efcc-d726-6c73-278ec2f6f6f5", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/xml" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "\r\n 2228eb2d-8839-432d-a6f7-32cf30e5fabc\r\n \r\n \r\n \r\n \r\n \r\n Organization\r\n Partner\r\n\r\n" }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/organization" }, "response": [] }, { "name": "PostContacts JSON", "id": "6939fcf4-f514-bec2-9958-563cb1d09c8a", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"PrimaryKeyId\": \"d7357ba9-4a1b-4378-a41d-071c5c03b689\",\n \"Addresses\": [],\n \"FirstName\": \"admin@example.com\",\n \"LastName\": \"\",\n \"Email\": \"\",\n \"RegistrationSource\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/contact/d7357ba9-4a1b-4378-a41d-071c5c03b689" }, "response": [] }, { "name": "PostContacts XML", "id": "9062e0c5-8c80-2b79-3167-6cf90e405d5d", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/xml" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "\n 33357ba9-4a1b-4378-a41d-071c5c03b689\n \n admin2@example.com\n \n admin2@example.com\n" }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/contact/33357ba9-4a1b-4378-a41d-071c5c03b689" }, "response": [] }, { "name": "Get Organization", "id": "f4ed1a8f-9347-043f-6f38-aa612a991dec", "request": { "method": "GET", "header": [ { "key": "content-type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [] }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/organization" }, "response": [] }, { "name": "Get Contacts", "id": "1143c6c1-b840-c99e-9daa-b40d0592b4ee", "request": { "method": "GET", "header": [ { "key": "content-type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [] }, "url": "{{SiteUrl}}/episerverapi/commerce/customers/contact" }, "response": [] } ], "id": "073025d9-a634-4f96-a4b8-9626793a03e3" }, { "name": "CatalogNode", "item": [ { "name": "Get Catalog Nodes", "id": "bdfb33ae-7beb-4c51-938d-e88fe0c72b9f", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalog/Fashion/nodes" }, "response": [] }, { "name": "Get Published Catalog Node", "id": "27ff8f83-6d1e-41fd-87af-c9236e4f07d2", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/tops" }, "response": [] }, { "name": "Get Draft Catalog Node", "id": "f42aa899-2fef-4a26-af4e-0d69d9682d24", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/CAT_1/commondraft/en" }, "response": [] }, { "name": "Post Catalog Node", "id": "7f1806bf-9cfc-4a30-bb13-2470b606a2bf", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Tops\"\n }\n ],\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"

Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Maecenas faucibus mollis interdum.

\"\n }\n ],\n \"Name\": \"Info_Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"Info_Promotional_Message\",\n \"Type\": \"LongHtmlString\"\n }\n ],\n \"SeoInformation\": [\n {\n \"LanguageCode\": \"en\",\n \"Title\": null,\n \"Uri\": \"Tops.aspx\",\n \"UriSegment\": \"Tops\",\n \"Description\": null,\n \"Keywords\": null\n }\n ],\n \"Code\": \"Tops\",\n \"Name\": \"Tops\",\n \"StartDate\": \"2010-09-01T07:00:00Z\",\n \"EndDate\": \"2020-10-01T07:00:00Z\",\n \"MetaClass\": \"FashionStoreSubLandingNode\",\n \"Catalog\": \"Departmental Catalog\",\n \"SortOrder\": 0,\n \"Assets\": [\n {\n \"Title\": \"http://commerceserviceapi/globalassets/catalogs/tops.jpg/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops/assets/2545/episerver.core.icontentimage\",\n \"Properties\": null\n },\n {\n \"Title\": \"http://commerceserviceapi/globalassets/catalogs/980x300.png/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops/assets/32/episerver.core.icontentimage\",\n \"Properties\": null\n }\n ],\n \"Children\": [\n {\n \"Title\": \"Tops-Tunics\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops-Tunics\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"Tops-Tunics\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://commerceserviceapi/globalassets/catalogs/tops/tops-tunics.jpg/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Tops-Sweaters\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops-Sweaters\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"Tops-Sweaters\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://commerceserviceapi/globalassets/catalogs/tops/tops-sweaters.jpg/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Tops-Sweatshirts\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops-Sweatshirts\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"Tops-Sweatshirts\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://commerceserviceapi/globalassets/catalogs/tops/tops-sweatshirts.jpg/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Tops-Blouses\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/Tops-Blouses\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"Tops-Blouses\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://commerceserviceapi/globalassets/catalogs/tops/tops-blouses.jpg/thumbnail\"\n }\n ]\n }\n ],\n \"Entries\": []\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/" }, "response": [] }, { "name": "Post Draft Catalog Node", "id": "911d95ba-5dfb-4521-8fa0-6d7763c1dfcd", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"MetaFields\": [\n {\n \"Data\": \"Mens\",\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Epi_IsPublished\",\n \"Type\": \"Boolean\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Epi_StartPublish\",\n \"Type\": \"DateTime\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Epi_StopPublish\",\n \"Type\": \"DateTime\"\n }\n ],\n \"SeoInformation\": {\n \"Title\": null,\n \"Uri\": \"Mens-en.aspx\",\n \"UriSegment\": \"mens\",\n \"Description\": null,\n \"Keywords\": null\n },\n \"Code\": \"mens\",\n \"ParentNodeCode\": null,\n \"Name\": \"Mens\",\n \"StartDate\": \"2015-04-22T11:39:20Z\",\n \"EndDate\": \"2035-04-21T22:00:00Z\",\n \"MetaClass\": \"FashionNode\",\n \"Catalog\": \"Fashion\",\n \"SortOrder\": 0,\n \"ParentNode\": null,\n \"Assets\": [],\n \"Children\": [\n {\n \"Title\": \"Mens Shoes\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shoes\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shoes\"\n }\n ]\n },\n {\n \"Title\": \"Mens Jackets\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/jackets\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"jackets\"\n }\n ]\n },\n {\n \"Title\": \"Mens Shirts\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shirts\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shirts\"\n }\n ]\n },\n {\n \"Title\": \"Mens Sweatshirts\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/sweatshirts\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"sweatshirts\"\n }\n ]\n }\n ],\n \"Entries\": [\n {\n \"Title\": \"Mens Fashionable Bundle\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/Mens-Fashionable-Bundle_1\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"Mens-Fashionable-Bundle_1\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:1230/globalassets/catalog/mens_shirt_bundle.png/thumbnail\"\n }\n ]\n }\n ]\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/commondraft/sv" }, "response": [] }, { "name": "Publish Catalog Node", "event": [ { "listen": "test", "script": { "id": "40f12faf-8e23-401c-853e-df469c452682", "type": "text/javascript", "exec": [ "" ] } } ], "id": "42f74736-08ad-4b55-b73b-094f3ddc43ed", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"SampleNode_1\",\n \"ParentNodeCode\": \"tops\",\n \"Name\": \"SampleNode\",\n \"StartDate\": \"2018-05-17T04:38:00.55Z\",\n \"EndDate\": \"2028-05-17T04:38:00.55Z\",\n \"IsActive\": false,\n \"MetaClass\": \"FashionNode\",\n \"Catalog\": \"Departmental Catalog\",\n \"SortOrder\": 0,\n \"ParentNode\": null,\n \"MetaFields\": [\n {\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\",\n \"Data\": \"Sample Node 6727\"\n },\n {\n \"Name\": \"Epi_IsPublished\",\n \"Type\": \"Boolean\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StartPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StopPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n }\n ],\n \"SeoInformation\": \n {\n \"Title\": \"draft updated\",\n \"Uri\": \"SampleNode-en.aspx\",\n \"UriSegment\": \"samplenode\",\n \"Description\": null,\n \"Keywords\": null,\n \"LanguageCode\": \"en\"\n\t}\n ,\n \"Assets\": [],\n \"Children\": [],\n \"Entries\": []\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/SampleNode_1/publish/en" }, "response": [] }, { "name": "Del Draft Catalog Node", "id": "4bbad07b-837e-46a7-a74b-f9c1ccdcea93", "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"Code\": \"SampleNode_1\",\n \"ParentNodeCode\": \"mens\",\n \"LanguageCode\": \"sv\",\n \"Name\": \"SampleNode\",\n \"StartDate\": \"2018-05-17T04:38:00.55Z\",\n \"EndDate\": \"2028-05-17T04:38:00.55Z\",\n \"IsActive\": false,\n \"MetaClass\": \"FashionNode\",\n \"Catalog\": \"Fashion\",\n \"SortOrder\": 0,\n \"ParentNode\": null,\n \"MetaFields\": [\n {\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\",\n \"Data\": [\"SampleNode\"]\n },\n {\n \"Name\": \"Epi_IsPublished\",\n \"Type\": \"Boolean\",\n \"Data\": []\n },\n {\n \"Name\": \"Epi_StartPublish\",\n \"Type\": \"DateTime\",\n \"Data\": []\n },\n {\n \"Name\": \"Epi_StopPublish\",\n \"Type\": \"DateTime\",\n \"Data\": []\n }\n ],\n \"SeoInformation\": \n {\n \"Title\": null,\n \"Uri\": \"SampleNode-en.aspx\",\n \"UriSegment\": \"samplenode1\",\n \"Description\": null,\n \"Keywords\": null,\n \"LanguageCode\": \"sv\"\n\t}\n ,\n \"Assets\": [],\n \"Children\": [],\n \"Entries\": []\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/nodes/SampleNode_1/commondraft/en" }, "response": [] } ], "id": "2bdc0e6d-e920-4f84-8805-49bf1b647b4d" }, { "name": "Catalog", "item": [ { "name": "Get All Catalogs", "id": "8c678979-3a2b-2749-f4ab-0f67feff4b86", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs" }, "response": [] }, { "name": "Get Catalog By Name", "id": "74a3e6c5-18ad-4fa4-bab2-b5b2ab14e9af", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs/DraftCat/commondraft/en" }, "response": [] }, { "name": "Post Catalog", "id": "5f4c5813-671e-3c36-0bb9-764a17593b3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"StartDate\": \"2017-03-21T07:59:22.4530334Z\",\n \"EndDate\": \"2019-03-21T07:59:22.4520318Z\",\n \"Name\": \"Viet Anh\",\n \"IsActive\": \"true\",\n \"IsPrimary\": \"false\",\n \"DefaultCurrency\": \"usd\",\n \"DefaultLanguage\": \"abc\",\n \"WeightBase\": \"lbs\",\n \"LANGUAGES\": [\n {\n \"LANGUAGECODE\": \"EN\",\n \"CATALOG\": \"VIET ANH\",\n \"URISEGMENT\": \"FASHION2\"\n }\n ]\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs", "description": "Column 'Name' doesn't allow null." }, "response": [] }, { "name": "Post Draft Catalog", "id": "cea20e6e-ef1c-4198-87d9-4c8865269bf4", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"StartDate\": \"2017-03-21T07:59:22.4530334Z\",\n \"EndDate\": \"2019-03-21T07:59:22.4520318Z\",\n \"Name\": \"Viet Anh\",\n \"IsPrimary\": \"true\",\n \"DefaultCurrency\": \"usd\",\n \"DefaultLanguage\": \"en\",\n \"WeightBase\": \"lbs\",\n \"Catalog\": \"Viet Anh\",\n \"UriSegment\": \"fashion2\"\n}\n" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs/commondraft/en", "description": "Column 'Name' doesn't allow null." }, "response": [] }, { "name": "Get Draft Catalog", "id": "7d328124-b62b-42a9-bd5f-be8cfa2eaed1", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs/Departmental Catalog/commondraft/en" }, "response": [] }, { "name": "Put Draft Catalog", "id": "6ad5d70b-597e-4693-b285-2db1f71d6656", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"RouteSegment\": \"departmental-catalog\",\n \"EndDate\": \"2022-01-16T05:51:00Z\",\n \"StartDate\": \"2012-01-16T05:51:00Z\",\n \"IsPrimary\": false,\n \"Owner\": null,\n \"SortOrder\": 0,\n \"Name\": \"Departmental Catalog\",\n \"DefaultCurrency\": \"usd\",\n \"DefaultLanguage\": \"en\",\n \"WeightBase\": \"lbs\"\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs/Departmental Catalog/commondraft/en" }, "response": [] }, { "name": "Put Catalog", "id": "aca63df0-b207-922e-e8fe-05ade94bba3a", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"ApplicationId\": \"985b8052-54cf-4e96-8268-eeebf78c9056\",\r\n \"EndDate\": \"2035-04-21T22:00:00Z\",\r\n \"StartDate\": \"2015-04-21T22:00:00Z\",\r\n \"IsActive\": true,\r\n \"IsPrimary\": false,\r\n \"Owner\": \"\",\r\n \"SortOrder\": 0,\r\n \"Name\": \"Fashion10\",\r\n \"DefaultCurrency\": \"USD\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion9\",\r\n \"UriSegment\": \"fashion9\"\r\n },\r\n {\r\n \"LanguageCode\": \"sv\",\r\n \"Catalog\": \"Fashion9\",\r\n \"UriSegment\": \"fashion9\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/catalogs/Fashion", "description": "Set Default Language from 'en' to 'sv'\nColumn 'Name' doesn't allow null." }, "response": [] } ], "id": "d7ca1978-017a-48c6-93e3-24435dd457d7" }, { "name": "Entry", "item": [ { "name": "Item Asset", "item": [ { "name": "Get Entry Assets", "id": "ef62aa64-130e-4c9c-9bcd-f6bc681497e4", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" }, { "key": "Accept", "value": "application/json", "type": "text" } ], "url": "{{SiteUrl}}/episerverapi/commerce/entries/Tops-Tunics-CowlNeck-Black-Small/assets" }, "response": [] }, { "name": "Post Asset", "id": "a70538b2-1da7-47fe-b9a6-1689892cdf28", "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "\t {\r\n\t \"CatalogNodeCode\": null,\r\n\t \"CatalogEntryCode\": \"Tops-Tunics-CowlNeck-Black-Small2\",\r\n\t \"AssetKey\": \"62bc0a37-d2c5-49c5-9ecf-ac37c456de8b\",\r\n\t \"AssetType\": \"episerver.core.icontentimage\",\r\n\t \"GroupName\": \"small\",\r\n\t \"SortOrder\": 0\r\n\t }" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/assets" }, "response": [] } ], "id": "6b797ae1-e74e-4855-b819-be206ac6a4b5" }, { "name": "Get Entries", "id": "8f34a082-3086-4c86-bf3d-948033d2c90f", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/1/50" }, "response": [] }, { "name": "Get Entry", "id": "3776b313-ec4e-454b-885f-9ca88a13b362", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" }, { "key": "Accept-Language", "value": "sv", "type": "default", "disabled": true } ], "url": "{{SiteUrl}}/episerverapi/commerce/entries/abcde123" }, "response": [] }, { "name": "Get Entry With Language", "id": "232ee25b-d586-4138-b830-b6af0afd360c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" }, { "key": "Accept-Language", "value": "en", "type": "text" } ], "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/" }, "response": [] }, { "name": "Post Entry", "id": "62b85e39-8c9c-4e3f-9d8b-2814db2f386c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": [],\n \"Name\": \"AvailableColors\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [],\n \"Name\": \"AvailableSizes\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"sv\",\n \"Value\": \"brand_sv_updated\"\n }\n ],\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"sv\",\n \"Value\": \"muph\"\n }\n ],\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [],\n \"Name\": \"Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"LongDescription\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"ProductTeaser\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"Sizing\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"EnumMultiValue\"\n }\n ],\n \"SeoInformation\": [\n {\n \"LanguageCode\": \"sv\",\n \"Title\": null,\n \"Uri\": \"muph-sv.aspx\",\n \"UriSegment\": \"muph\",\n \"Description\": null,\n \"Keywords\": null\n }\n ],\n \"PublishStatuses\": [\n {\n \"Language\": \"sv\",\n \"IsPublished\": true,\n \"StartPublish\": \"2015-04-22T11:48:27Z\",\n \"StopPublish\": \"2025-04-22T11:48:27Z\"\n }\n ],\n \"Code\": \"muph_1\",\n \"Name\": \"muph\",\n \"StartDate\": \"2015-04-22T11:48:27Z\",\n \"EndDate\": \"2025-04-22T11:48:27Z\",\n \"MetaClass\": \"FashionProduct\",\n \"Catalog\": \"Fashion\",\n \"Prices\": [],\n \"EntryType\": \"Product\",\n \"ChildCatalogEntries\": [],\n \"InventoryStatus\": null,\n \"WarehouseInventories\": [],\n \"Associations\": [],\n \"Assets\": [],\n \"Nodes\": [],\n \"Variation\": null,\n \"Dimension\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/" }, "response": [] }, { "name": "Put Entry", "id": "d581d44b-e274-4d03-8a3c-df4ed8213f8e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Grey\"\n }\n ],\n \"Name\": \"AvailableColors\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"10\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"11\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"12\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"13\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"7\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"8\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"9\"\n }\n ],\n \"Name\": \"AvailableSizes\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Test Brand 111\"\n }\n ],\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\"\n }\n ],\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"EPiBlock_HeaderBlock_Summary\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"EPiBlock_HeaderBlock_Title\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"sss\"\n }\n ],\n \"Name\": \"ProductModelID\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"Test\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"

CANVAS/RB+POLYESTER

\\n

Use a soft bristle brush to remove any surface dirt or dust from the shoe

\"\n }\n ],\n \"Name\": \"Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"LongDescription\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"ProductTeaser\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"Sizing\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"EnumMultiValue\"\n }\n ],\n \"SeoInformation\": [\n {\n \"LanguageCode\": \"en\",\n \"Title\": null,\n \"Uri\": \"P-36127195\",\n \"UriSegment\": \"p-36127195\",\n \"Description\": null,\n \"Keywords\": null\n }\n ],\n \"PublishStatuses\": [\n {\n \"Language\": \"en\",\n \"IsPublished\": true,\n \"StartPublish\": \"2015-04-22T11:47:45Z\",\n \"StopPublish\": \"2035-04-22T11:47:45Z\"\n }\n ],\n \"Code\": \"P-36127195\",\n \"Name\": \"Faded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Gl\",\n \"StartDate\": \"2015-04-22T11:47:45Z\",\n \"EndDate\": \"2035-04-22T11:47:45Z\",\n \"MetaClass\": \"FashionProduct\",\n \"Catalog\": \"Fashion\",\n \"Prices\": [\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5125\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5126\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5127\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5128\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5129\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5130\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5131\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5132\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5133\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5134\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5135\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5136\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5137\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5138\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5153\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5154\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5155\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5156\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5157\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5158\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5159\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5160\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5161\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5162\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5163\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5164\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5165\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5166\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5139\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5140\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5141\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5142\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5143\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5144\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5145\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5146\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5147\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5148\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5149\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5150\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5151\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5152\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5209\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5210\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5211\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5212\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5213\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5214\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5215\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5216\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5217\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5218\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5219\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5220\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5221\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5222\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5195\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5196\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5197\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5198\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5199\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5200\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5201\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5202\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5203\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5204\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5205\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5206\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5207\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5208\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5181\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5182\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5183\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5184\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5185\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5186\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5187\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5188\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5189\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5190\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5191\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5192\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5193\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5194\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5167\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5168\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5169\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5170\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5171\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5172\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5173\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5174\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5175\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5176\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5177\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5178\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5179\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5180\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Product\",\n \"ChildCatalogEntries\": [\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127195\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/test-media-with-binary-content-in-archive/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127198\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127197\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127202\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127201\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127200\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127199\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n }\n ],\n \"InventoryStatus\": null,\n \"WarehouseInventories\": [],\n \"Associations\": [],\n \"Assets\": [\n {\n \"Title\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/entries/P-36127195/assets/7501fe5e-4ecc-4271-9ad5-25c4df73380a/episerver.core.icontentimage\",\n \"Properties\": null\n }\n ],\n \"Nodes\": [\n {\n \"Title\": \"Mens Shoes\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shoes\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shoes\"\n }\n ]\n }\n ],\n \"Variation\": null,\n \"Dimension\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}" }, "response": [] }, { "name": "Put Entry With Language", "id": "a59c688f-a241-4fc4-93df-437ad4010609", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" }, { "key": "Accept-Language", "value": "en", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Grey\"\n }\n ],\n \"Name\": \"AvailableColors\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"10\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"11\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"12\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"13\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"7\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"8\"\n },\n {\n \"Language\": \"en\",\n \"Value\": \"9\"\n }\n ],\n \"Name\": \"AvailableSizes\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Test Brand 111\"\n }\n ],\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\"\n }\n ],\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"EPiBlock_HeaderBlock_Summary\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"EPiBlock_HeaderBlock_Title\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"sss\"\n }\n ],\n \"Name\": \"ProductModelID\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"\"\n }\n ],\n \"Name\": \"Test\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": [\n {\n \"Language\": \"en\",\n \"Value\": \"

CANVAS/RB+POLYESTER

\\n

Use a soft bristle brush to remove any surface dirt or dust from the shoe

\"\n }\n ],\n \"Name\": \"Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"LongDescription\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"ProductTeaser\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"Sizing\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": [],\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"EnumMultiValue\"\n }\n ],\n \"SeoInformation\": [\n {\n \"LanguageCode\": \"en\",\n \"Title\": null,\n \"Uri\": \"P-36127195\",\n \"UriSegment\": \"p-36127195\",\n \"Description\": null,\n \"Keywords\": null\n }\n ],\n \"PublishStatuses\": [\n {\n \"Language\": \"en\",\n \"IsPublished\": true,\n \"StartPublish\": \"2015-04-22T11:47:45Z\",\n \"StopPublish\": \"2035-04-22T11:47:45Z\"\n }\n ],\n \"Code\": \"P-36127195\",\n \"Name\": \"Faded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Gl\",\n \"StartDate\": \"2015-04-22T11:47:45Z\",\n \"EndDate\": \"2035-04-22T11:47:45Z\",\n \"MetaClass\": \"FashionProduct\",\n \"Catalog\": \"Fashion\",\n \"Prices\": [\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5125\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5126\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5127\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5128\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5129\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5130\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5131\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5132\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5133\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5134\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5135\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5136\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5137\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5138\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5153\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5154\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5155\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5156\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5157\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5158\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5159\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5160\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5161\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5162\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5163\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5164\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5165\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5166\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5139\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5140\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5141\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5142\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5143\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5144\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5145\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5146\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5147\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5148\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5149\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5150\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5151\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5152\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5209\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5210\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5211\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5212\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5213\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5214\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5215\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5216\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5217\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5218\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5219\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5220\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5221\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5222\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5195\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5196\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5197\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5198\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5199\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5200\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5201\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5202\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5203\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5204\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5205\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5206\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5207\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5208\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5181\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5182\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5183\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5184\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5185\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5186\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5187\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5188\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5189\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5190\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5191\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5192\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5193\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5194\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5167\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5168\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5169\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5170\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5171\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5172\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5173\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5174\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5175\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5176\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5177\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5178\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5179\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5180\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Product\",\n \"ChildCatalogEntries\": [\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127195\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/test-media-with-binary-content-in-archive/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127198\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127197\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127202\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127201\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127200\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127199\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n }\n ],\n \"InventoryStatus\": null,\n \"WarehouseInventories\": [],\n \"Associations\": [],\n \"Assets\": [\n {\n \"Title\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/entries/P-36127195/assets/7501fe5e-4ecc-4271-9ad5-25c4df73380a/episerver.core.icontentimage\",\n \"Properties\": null\n }\n ],\n \"Nodes\": [\n {\n \"Title\": \"Mens Shoes\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shoes\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shoes\"\n }\n ]\n }\n ],\n \"Variation\": null,\n \"Dimension\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}" }, "response": [] }, { "name": "Get Draft Entry", "id": "1c68dd0f-d316-4b61-bbca-73d569d481c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded", "disabled": false }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "disabled": false }, { "key": "Accept", "value": "application/json", "disabled": false } ], "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/commondraft/en" }, "response": [] }, { "name": "Post Draft Entry", "id": "32075e0d-51e0-40ef-8751-d6aeb883390e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "disabled": false }, { "key": "Accept", "value": "application/json", "disabled": false } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": \"brand_en\",\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n }\n ],\n \"Code\": \"kapa_2\",\n \"Name\": \"kapa2\",\n \"StartDate\": \"2015-04-22T11:48:27Z\",\n \"EndDate\": \"2025-04-22T11:48:27Z\",\n \"MetaClass\": \"FashionVariant\",\n \"Catalog\": \"Fashion\",\n \"EntryType\": \"Variant\"\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/commondraft/en" }, "response": [ { "id": "f0628e3d-4168-41ac-80d9-66fe435ddf1c", "name": "Post Draft Entry", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "disabled": false }, { "key": "Accept", "value": "application/json", "disabled": false } ], "body": { "mode": "raw", "raw": "{\n \"IsActive\": true,\n \"MetaFields\": [\n {\n \"Data\": \"brand_en\",\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n }\n ],\n \"Code\": \"kapa_2\",\n \"Name\": \"kapa2\",\n \"StartDate\": \"2015-04-22T11:48:27Z\",\n \"EndDate\": \"2025-04-22T11:48:27Z\",\n \"MetaClass\": \"FashionVariant\",\n \"Catalog\": \"Fashion\",\n \"EntryType\": \"Variant\"\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/commondraft/en" }, "_postman_previewlanguage": null, "header": null, "cookie": [], "responseTime": null, "body": null } ] }, { "name": "Put Draft Entry", "id": "fc6cc22e-6ef7-4415-ab5b-a916c5ee2089", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "disabled": false }, { "key": "Accept", "value": "application/json", "disabled": false } ], "body": { "mode": "raw", "raw": "{\n \"MetaFields\": [\n {\n \"Data\": \"[\\\"Grey\\\"]\",\n \"Name\": \"AvailableColors\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": \"[\\\"10\\\",\\\"11\\\",\\\"12\\\",\\\"13\\\",\\\"7\\\",\\\"8\\\",\\\"9\\\"]\",\n \"Name\": \"AvailableSizes\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": \"Test Brand 111 Updated\",\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"EPiBlock_HeaderBlock_Summary\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"EPiBlock_HeaderBlock_Title\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"sss\",\n \"Name\": \"ProductModelID\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Test\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"

CANVAS/RB+POLYESTER

\\n

Use a soft bristle brush to remove any surface dirt or dust from the shoe

\",\n \"Name\": \"Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"LongDescription\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"ProductTeaser\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Sizing\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"[]\",\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"EnumMultiValue\"\n }\n ],\n \"SeoInformation\": {\n \"Title\": null,\n \"Uri\": \"P-36127195\",\n \"UriSegment\": \"p-36127195\",\n \"Description\": null,\n \"Keywords\": null\n },\n \"Code\": \"P-36127195\",\n \"Name\": \"Faded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Gl\",\n \"StartDate\": \"2015-04-22T11:47:45Z\",\n \"EndDate\": \"2035-04-22T11:47:45Z\",\n \"MetaClass\": \"FashionProduct\",\n \"Catalog\": \"Fashion\",\n \"Prices\": [\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5125\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5126\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5127\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5128\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5129\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5130\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5131\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5132\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5133\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5134\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5135\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5136\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5137\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5138\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5153\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5154\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5155\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5156\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5157\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5158\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5159\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5160\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5161\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5162\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5163\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5164\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5165\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5166\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5139\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5140\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5141\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5142\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5143\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5144\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5145\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5146\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5147\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5148\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5149\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5150\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5151\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5152\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5209\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5210\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5211\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5212\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5213\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5214\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5215\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5216\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5217\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5218\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5219\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5220\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5221\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5222\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5195\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5196\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5197\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5198\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5199\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5200\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5201\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5202\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5203\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5204\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5205\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5206\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5207\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5208\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5181\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5182\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5183\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5184\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5185\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5186\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5187\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5188\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5189\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5190\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5191\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5192\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5193\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5194\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5167\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5168\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5169\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5170\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5171\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5172\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5173\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5174\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5175\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5176\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5177\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5178\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5179\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5180\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Product\",\n \"ChildCatalogEntries\": [\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127195\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/test-media-with-binary-content-in-archive/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127198\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127197\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127202\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127201\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127200\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127199\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n }\n ],\n \"InventoryStatus\": null,\n \"WarehouseInventories\": [],\n \"Associations\": [],\n \"Assets\": [\n {\n \"Title\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/entries/P-36127195/assets/7501fe5e-4ecc-4271-9ad5-25c4df73380a/episerver.core.icontentimage\",\n \"Properties\": null\n }\n ],\n \"Nodes\": [\n {\n \"Title\": \"Mens Shoes\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shoes\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shoes\"\n }\n ]\n }\n ],\n \"Variation\": null,\n \"Dimension\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/commondraft/en" }, "response": [] }, { "name": "Put Publish Entry", "id": "49a46ce7-a7eb-407b-83e6-fa550482413f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json", "disabled": false }, { "key": "Authorization", "value": "bearer {{AccessToken}}", "disabled": false }, { "key": "Accept", "value": "application/json", "disabled": false } ], "body": { "mode": "raw", "raw": "{\n \"MetaFields\": [\n {\n \"Data\": \"[\\\"Grey\\\"]\",\n \"Name\": \"AvailableColors\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": \"[\\\"10\\\",\\\"11\\\",\\\"12\\\",\\\"13\\\",\\\"7\\\",\\\"8\\\",\\\"9\\\"]\",\n \"Name\": \"AvailableSizes\",\n \"Type\": \"EnumMultiValue\"\n },\n {\n \"Data\": \"Test Brand 111 Updated\",\n \"Name\": \"Brand\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"EPiBlock_HeaderBlock_Summary\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"EPiBlock_HeaderBlock_Title\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"sss\",\n \"Name\": \"ProductModelID\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Test\",\n \"Type\": \"LongString\"\n },\n {\n \"Data\": \"

CANVAS/RB+POLYESTER

\\n

Use a soft bristle brush to remove any surface dirt or dust from the shoe

\",\n \"Name\": \"Description\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"LongDescription\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"ProductTeaser\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"\",\n \"Name\": \"Sizing\",\n \"Type\": \"LongHtmlString\"\n },\n {\n \"Data\": \"[]\",\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"EnumMultiValue\"\n }\n ],\n \"SeoInformation\": {\n \"Title\": null,\n \"Uri\": \"P-36127195\",\n \"UriSegment\": \"p-36127195\",\n \"Description\": null,\n \"Keywords\": null\n },\n \"Code\": \"P-36127195\",\n \"Name\": \"Faded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Glory Mens Canvas Twin Gore Slip-On ShoeFaded Gl\",\n \"StartDate\": \"2015-04-22T11:47:45Z\",\n \"EndDate\": \"2035-04-22T11:47:45Z\",\n \"MetaClass\": \"FashionProduct\",\n \"Catalog\": \"Fashion\",\n \"Prices\": [\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5125\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5126\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5127\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5128\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5129\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5130\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5131\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5132\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5133\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5134\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5135\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5136\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5137\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195/prices/5138\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5153\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5154\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5155\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5156\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5157\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5158\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5159\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5160\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5161\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5162\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5163\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5164\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5165\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197/prices/5166\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5139\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5140\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5141\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5142\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5143\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5144\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5145\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5146\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5147\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5148\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5149\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5150\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5151\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198/prices/5152\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5209\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5210\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5211\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5212\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5213\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5214\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5215\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5216\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5217\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5218\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5219\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5220\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5221\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199/prices/5222\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5195\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5196\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5197\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5198\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5199\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5200\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5201\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5202\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5203\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5204\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5205\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5206\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5207\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200/prices/5208\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5181\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5182\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5183\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5184\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5185\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5186\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5187\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5188\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5189\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5190\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5191\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5192\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5193\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201/prices/5194\",\n \"Properties\": null\n },\n {\n \"Title\": \"$19.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5167\",\n \"Properties\": null\n },\n {\n \"Title\": \"R$ 45,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5168\",\n \"Properties\": null\n },\n {\n \"Title\": \"$18.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5169\",\n \"Properties\": null\n },\n {\n \"Title\": \"$ 9.120\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5170\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5171\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5172\",\n \"Properties\": null\n },\n {\n \"Title\": \"¥1,778\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5173\",\n \"Properties\": null\n },\n {\n \"Title\": \"13,50 €\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5174\",\n \"Properties\": null\n },\n {\n \"Title\": \"kr 116,50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5175\",\n \"Properties\": null\n },\n {\n \"Title\": \"20.50 ر.س.‏\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5176\",\n \"Properties\": null\n },\n {\n \"Title\": \"124,50 kr\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5177\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5178\",\n \"Properties\": null\n },\n {\n \"Title\": \"£10.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5179\",\n \"Properties\": null\n },\n {\n \"Title\": \"$14.50\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202/prices/5180\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Product\",\n \"ChildCatalogEntries\": [\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127195\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127195\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/test-media-with-binary-content-in-archive/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127198\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127198\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127197\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127197\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127202\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127202\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127201\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127201\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127200\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127200\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n },\n {\n \"Title\": \"Faded Glory Mens Canvas Twin Gore Slip-On Shoe\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/SKU-36127199\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"SKU-36127199\"\n },\n {\n \"Name\": \"Image\",\n \"Value\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/thumbnail\"\n }\n ]\n }\n ],\n \"InventoryStatus\": null,\n \"WarehouseInventories\": [],\n \"Associations\": [],\n \"Assets\": [\n {\n \"Title\": \"http://localhost:55244/globalassets/catalog/0060538813454_color_grey_sw_500x500/\",\n \"Type\": \"Asset\",\n \"Href\": \"/episerverapi/commerce/entries/P-36127195/assets/7501fe5e-4ecc-4271-9ad5-25c4df73380a/episerver.core.icontentimage\",\n \"Properties\": null\n }\n ],\n \"Nodes\": [\n {\n \"Title\": \"Mens Shoes\",\n \"Type\": \"CatalogNode\",\n \"Href\": \"/episerverapi/commerce/nodes/shoes\",\n \"Properties\": [\n {\n \"Name\": \"Code\",\n \"Value\": \"shoes\"\n }\n ]\n }\n ],\n \"Variation\": null,\n \"Dimension\": null\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/publish/en" }, "response": [] }, { "name": "Del Draft Entry", "id": "47592b80-1a54-4533-a1a7-92319fed0c55", "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"MetaFields\": [\n {\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\",\n \"Data\": \"A Name\"\n },\n {\n \"Name\": \"Epi_IsPublished\",\n \"Type\": \"Boolean\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StartPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StopPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Facet_Color\",\n \"Type\": \"LongString\",\n \"Data\": \"Black\"\n },\n {\n \"Name\": \"Facet_Size\",\n \"Type\": \"LongString\",\n \"Data\": \"Small\"\n },\n {\n \"Name\": \"Info_Description\",\n \"Type\": \"LongHtmlString\",\n \"Data\": \"

Item Specific Description Etiam porta sem malesuada magna mollis euismod. Maecenas faucibus mollis interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\"\n },\n {\n \"Name\": \"RelatedItem\",\n \"Type\": \"ShortString\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"DictionaryMultiValue\",\n \"Data\": \"ANZ\"\n }\n ],\n \"SeoInformation\": \n {\n \"Title\": null,\n \"Uri\": \"A.aspx\",\n \"UriSegment\": \"A\",\n \"Description\": null,\n \"Keywords\": null,\n \"LanguageCode\": \"en\"\n },\n \"Code\": \"A\",\n \"Name\": \"A Name\",\n \"StartDate\": \"2010-09-01T13:00:00Z\",\n \"EndDate\": \"2019-10-02T01:00:00Z\",\n \"MetaClass\": \"Fashion_Item_Class\",\n \"Catalog\": \"Departmental Catalog\",\n \"Prices\": [\n {\n \"Title\": \"$1,042.00\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/Tops-Tunics-CowlNeck-Black-Small/prices/1891\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Variation\",\n \"ChildCatalogEntries\": [],\n \"InventoryStatus\": \"Enabled\",\n \"WarehouseInventories\": [ ],\n \"Associations\": [],\n \"Assets\": [],\n \"Nodes\": [],\n \"Variation\": {\n \"MinQuantity\": 1,\n \"MaxQuantity\": 50,\n \"Weight\": 5,\n \"TaxCategory\": \"\"\n }\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/commondraft/en" }, "response": [] }, { "name": "Import", "event": [ { "listen": "test", "script": { "id": "ddb6bf9f-d747-454e-8be5-205da1799db2", "exec": [ "pm.environment.set(\"TaskId\", JSON.parse(responseBody));" ], "type": "text/javascript" } } ], "id": "1bd65a9b-93b0-4690-b61b-26533aa3f7c5", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": {} }, "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/C:/Data/Temp/Test/CatalogExport_Test_20231120-171645/Catalog.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/catalog" }, "response": [ { "id": "cf86c7ed-27bd-48ce-9d8d-f6a61b7e67bd", "name": "Import", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "", "type": "file", "src": "/D:/20170515_DS/Tickets/839359/CatalogWithInvalidMetaClass.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/catalog" }, "_postman_previewlanguage": null, "header": null, "cookie": [], "responseTime": null, "body": null } ] }, { "name": "Export", "event": [ { "listen": "test", "script": { "id": "ddb6bf9f-d747-454e-8be5-205da1799db2", "exec": [ "pm.environment.set(\"TaskId\", JSON.parse(responseBody));" ], "type": "text/javascript" } } ], "id": "a5b6c892-1d37-4bb2-896f-a63e4d9a575f", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": {} }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "/C:/Data/Temp/software/original/Catalog.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/export/catalog/Test" }, "response": [ { "id": "509327e0-6989-4c59-a71f-d45d49a2dfde", "name": "Import", "originalRequest": { "method": "POST", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "", "type": "file", "src": "/D:/20170515_DS/Tickets/839359/CatalogWithInvalidMetaClass.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/catalog" }, "_postman_previewlanguage": null, "header": null, "cookie": [], "responseTime": null, "body": null } ] }, { "name": "Task Log", "id": "894dab62-b3aa-4406-bcc4-3a91c649cb29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "url": "{{SiteUrl}}/episerverapi/commerce/task/{{TaskId}}/log" }, "response": [] } ], "id": "a8b6ae15-efef-426f-9839-a6dc9b1b732c" }, { "name": "EntryAssociation", "item": [ { "name": "Post Entry Association", "id": "20bd9141-730b-46b6-b5f0-c0916a3c28e6", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"SortOrder\": 123,\r\n \"Name\": \"AssociationName2433\",\r\n \"CatalogEntryCode\": \"SKU-36127202\",\r\n \"Description\": \"AssociationDescription1 168\",\r\n \"EntryAssociations\": [\r\n {\r\n \"SortOrder\": 100,\r\n \"Type\": \"ABCDE\",\r\n \"CatalogEntryCode\": \"SKU-36127199\",\r\n \"Entry\": null\r\n },\r\n {\r\n \"SortOrder\": 101,\r\n \"Type\": \"Default\",\r\n \"CatalogEntryCode\": \"SKU-21320040\",\r\n \"Entry\": null\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/associations" }, "response": [] }, { "name": "Post Node Entry Relation", "id": "4db77509-7e84-4dbd-bf17-484bb61e89af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"SortOrder\": 1,\r\n \"NodeCode\": \"jackets\",\r\n \"IsPrimary\": true\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/P%252F36127195/nodeentryrelations" }, "response": [] }, { "name": "Get Entry Association", "id": "042454cd-f2df-4369-b2ac-1dc429556fd8", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"Name\": \"Fashion 22\",\r\n \"IsActive\": \"true\",\r\n \"IsPrimary\": \"true\",\r\n \"DefaultCurrency\": \"usd\",\r\n \"DefaultLanguage\": \"en\",\r\n \"WeightBase\": \"lbs\",\r\n \"Languages\": [\r\n {\r\n \"LanguageCode\": \"en\",\r\n \"Catalog\": \"Fashion22\",\r\n \"UriSegment\": \"fashion2\"\r\n }\r\n ]\r\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/associations" }, "response": [] }, { "name": "Put Entry Association", "id": "a7531bfc-1196-4a77-bfb2-4872323b192f", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": " {\n \"SortOrder\": 0,\n \"Name\": \"CrossSell\",\n \"CatalogEntryCode\": \"Tops-Tunics-CowlNeck-Black-Small\",\n \"Description\": \"Related Product\",\n \"EntryAssociations\": [\n {\n \"SortOrder\": 310,\n \"Type\": \"Default\",\n \"CatalogEntryCode\": \"Tops-Tunics-CowlNeck-Black-ExtraLarge\",\n \"Entry\": {\n \"Title\": \"Tops-Tunics-CowlNeck-Black-ExtraLarge\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/Tops-Tunics-CowlNeck-Black-ExtraLarge\",\n \"Properties\": null\n }\n },\n {\n \"SortOrder\": 400,\n \"Type\": \"Default\",\n \"CatalogEntryCode\": \"Bottoms-Shorts-Boxers-Pink-Large\",\n \"Entry\": {\n \"Title\": \"Bottoms-Shorts-Boxers-Pink-Large\",\n \"Type\": \"CatalogEntry\",\n \"Href\": \"/episerverapi/commerce/entries/Bottoms-Shorts-Boxers-Pink-Large\",\n \"Properties\": null\n }\n }\n ]\n }" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/CrossSell" }, "response": [] }, { "name": "Del Entry Association", "id": "c414a8fb-89dd-456c-bdb3-f5be01134ea4", "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"MetaFields\": [\n {\n \"Name\": \"DisplayName\",\n \"Type\": \"ShortString\",\n \"Data\": \"A Name\"\n },\n {\n \"Name\": \"Epi_IsPublished\",\n \"Type\": \"Boolean\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StartPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Epi_StopPublish\",\n \"Type\": \"DateTime\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"Facet_Color\",\n \"Type\": \"LongString\",\n \"Data\": \"Black\"\n },\n {\n \"Name\": \"Facet_Size\",\n \"Type\": \"LongString\",\n \"Data\": \"Small\"\n },\n {\n \"Name\": \"Info_Description\",\n \"Type\": \"LongHtmlString\",\n \"Data\": \"

Item Specific Description Etiam porta sem malesuada magna mollis euismod. Maecenas faucibus mollis interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

\"\n },\n {\n \"Name\": \"RelatedItem\",\n \"Type\": \"ShortString\",\n \"Data\": \"\"\n },\n {\n \"Name\": \"_ExcludedCatalogEntryMarkets\",\n \"Type\": \"DictionaryMultiValue\",\n \"Data\": \"ANZ\"\n }\n ],\n \"SeoInformation\": \n {\n \"Title\": null,\n \"Uri\": \"A.aspx\",\n \"UriSegment\": \"A\",\n \"Description\": null,\n \"Keywords\": null,\n \"LanguageCode\": \"en\"\n },\n \"Code\": \"A\",\n \"Name\": \"A Name\",\n \"StartDate\": \"2010-09-01T13:00:00Z\",\n \"EndDate\": \"2019-10-02T01:00:00Z\",\n \"MetaClass\": \"Fashion_Item_Class\",\n \"Catalog\": \"Departmental Catalog\",\n \"Prices\": [\n {\n \"Title\": \"$1,042.00\",\n \"Type\": \"Price\",\n \"Href\": \"/episerverapi/commerce/entries/Tops-Tunics-CowlNeck-Black-Small/prices/1891\",\n \"Properties\": null\n }\n ],\n \"EntryType\": \"Variation\",\n \"ChildCatalogEntries\": [],\n \"InventoryStatus\": \"Enabled\",\n \"WarehouseInventories\": [ ],\n \"Associations\": [],\n \"Assets\": [],\n \"Nodes\": [],\n \"Variation\": {\n \"MinQuantity\": 1,\n \"MaxQuantity\": 50,\n \"Weight\": 5,\n \"TaxCategory\": \"\"\n }\n}" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/{{DefaultEntryCode}}/associations/Default" }, "response": [] } ], "id": "a357906a-c9d6-48ce-bf4b-6efdad3b7869" }, { "name": "Cart & Order", "item": [ { "name": "Get Cart", "id": "50c7cc78-2216-48b3-90cb-93c3c3c6bf54", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "url": "{{SiteUrl}}/episerverapi/commerce/carts/1dea71bb-c48d-4490-9e81-9ad7b9e12983/Default/" }, "response": [] }, { "name": "Post Cart", "id": "ea15e582-e1c5-4997-9507-f2b7ae8be8ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "url": "{{SiteUrl}}/episerverapi/commerce/carts/1dea71bb-c48d-4490-9e81-9ad7b9e12983/Default/" }, "response": [] }, { "name": "Search Carts", "id": "be32d1a7-888e-411b-949f-1745c584d668", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "url": "{{SiteUrl}}/episerverapi/commerce/carts/search/1/10" }, "response": [] }, { "name": "Get Order by Order Id", "id": "50b1b0c7-3a4a-4281-880e-974ab8bd5bd4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "url": "{{SiteUrl}}/episerverapi/commerce/orders/1000/" }, "response": [] }, { "name": "Put Order by Order Id", "id": "f446fb22-bb6a-4672-bf48-fb5dcaa4eaae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"orderNumber\": \"PO164128\",\r\n \"addressId\": \"\",\r\n \"affiliateId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"billingCurrency\": \"USD\",\r\n \"customerId\": \"d119b3ea-c94f-43e9-949a-3fd2604cf271\",\r\n \"customerName\": \"\",\r\n \"handlingTotal\": 0.000000000,\r\n \"instanceId\": \"e6660533-543a-490d-aaca-49af578d9279\",\r\n \"marketId\": \"DEFAULT\",\r\n \"name\": \"Default\",\r\n \"orderAddresses\": [\r\n {\r\n \"orderGroupAddressId\": 0,\r\n \"name\": \"91add1b8-88e7-4451-b240-91f3b845e885\",\r\n \"firstName\": \"Test\",\r\n \"lastName\": \"Test\",\r\n \"organization\": \"\",\r\n \"line1\": \"20381 Earl St\",\r\n \"line2\": \"\",\r\n \"city\": \"Torrance\",\r\n \"state\": \"\",\r\n \"countryCode\": \"USA\",\r\n \"countryName\": \"United States\",\r\n \"postalCode\": \"90503\",\r\n \"regionCode\": \"CA\",\r\n \"regionName\": \"California\",\r\n \"daytimePhoneNumber\": \"123-455-5555\",\r\n \"eveningPhoneNumber\": \"123-455-5555\",\r\n \"faxNumber\": \"\",\r\n \"email\": \"lala.pahadsingh@guidance.com\",\r\n \"properties\": null\r\n },\r\n {\r\n \"orderGroupAddressId\": 0,\r\n \"name\": \"fbec346a-94ba-4c09-ae68-381676663611\",\r\n \"firstName\": \"Test\",\r\n \"lastName\": \"Test\",\r\n \"organization\": \"\",\r\n \"line1\": \"20381 Earl St\",\r\n \"line2\": \"\",\r\n \"city\": \"Torrance\",\r\n \"state\": \"\",\r\n \"countryCode\": \"USA\",\r\n \"countryName\": \"United States\",\r\n \"postalCode\": \"90503\",\r\n \"regionCode\": \"CA\",\r\n \"regionName\": \"California\",\r\n \"daytimePhoneNumber\": \"123-455-5555\",\r\n \"eveningPhoneNumber\": \"123-455-5555\",\r\n \"faxNumber\": \"\",\r\n \"email\": \"lala.pahadsingh@guidance.com\",\r\n \"properties\": null\r\n }\r\n ],\r\n \"orderForms\": [\r\n {\r\n \"shipments\": [\r\n {\r\n \"discountsModel\": [],\r\n \"shipmentId\": 108,\r\n \"shippingMethodId\": \"c8e194bf-451e-48d3-872e-5ab2204dd3e7\",\r\n \"shippingMethodName\": \"DTCShipping\",\r\n \"shippingTax\": 0.58,\r\n \"shippingAddressId\": \"\",\r\n \"shipmentTrackingNumber\": \"\",\r\n \"shippingDiscountAmount\": 0.000000000,\r\n \"shippingSubTotal\": 5.990000000,\r\n \"shippingTotal\": 6.570000000,\r\n \"status\": \"InventoryAssigned\",\r\n \"prevStatus\": \"AwaitingInventory\",\r\n \"pickListId\": null,\r\n \"subTotal\": 8.990000000,\r\n \"warehouseCode\": \"default\",\r\n \"lineItems\": [\r\n {\r\n \"lineItemId\": 145,\r\n \"code\": \"896513-EA\",\r\n \"displayName\": \"Advanced Full Synthetic Motor Oil SAE 5W-30 1 QT\",\r\n \"placedPrice\": 8.990000000,\r\n \"extendedPrice\": 8.99,\r\n \"discountedPrice\": 8.990000000000000000,\r\n \"quantity\": 1.000000000,\r\n \"returnQuantity\": 0.0,\r\n \"inventoryTrackingStatus\": \"Enabled\",\r\n \"isInventoryAllocated\": true,\r\n \"isGift\": false,\r\n \"properties\": [\r\n {\r\n \"key\": \"BundleCode\",\r\n \"value\": null\r\n },\r\n {\r\n \"key\": \"Epi_IsGift\",\r\n \"value\": \"False\"\r\n },\r\n {\r\n \"key\": \"BundleQuantity\",\r\n \"value\": null\r\n },\r\n {\r\n \"key\": \"VehicleId\",\r\n \"value\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"properties\": [\r\n {\r\n \"key\": \"TrackingUrl\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"PrevStatus\",\r\n \"value\": \"AwaitingInventory\"\r\n },\r\n {\r\n \"key\": \"ShipDate\",\r\n \"value\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"lineItems\": [\r\n {\r\n \"lineItemId\": 145,\r\n \"code\": \"896513-EA\",\r\n \"displayName\": \"Advanced Full Synthetic Motor Oil SAE 5W-30 1 QT\",\r\n \"placedPrice\": 8.990000000,\r\n \"extendedPrice\": 8.99,\r\n \"discountedPrice\": 8.990000000000000000,\r\n \"quantity\": 1.000000000,\r\n \"returnQuantity\": 0.000000000,\r\n \"inventoryTrackingStatus\": \"Enabled\",\r\n \"isInventoryAllocated\": true,\r\n \"isGift\": false,\r\n \"properties\": [\r\n {\r\n \"key\": \"BundleCode\",\r\n \"value\": null\r\n },\r\n {\r\n \"key\": \"BundleQuantity\",\r\n \"value\": null\r\n },\r\n {\r\n \"key\": \"Epi_IsGift\",\r\n \"value\": \"False\"\r\n },\r\n {\r\n \"key\": \"VehicleId\",\r\n \"value\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"payments\": [\r\n {\r\n \"amount\": 16.400000000,\r\n \"authorizationCode\": \"\",\r\n \"billingAddressId\": \"91add1b8-88e7-4451-b240-91f3b845e885\",\r\n \"customerName\": \"Test test\",\r\n \"implementationClass\": \"Mediachase.Commerce.Orders.CreditCardPayment,Mediachase.Commerce\",\r\n \"paymentId\": 132,\r\n \"paymentMethodId\": \"442ead22-eed7-4a25-9be1-5e2a2c73b89a\",\r\n \"paymentMethodName\": \"Payeezy payment\",\r\n \"paymentTypeModel\": \"CreditCard\",\r\n \"status\": \"Processed\",\r\n \"transactionType\": \"Authorization\",\r\n \"validationCode\": \"\",\r\n \"properties\": [\r\n {\r\n \"key\": \"ProviderProfileId\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"CreditCardNumber\",\r\n \"value\": \"0267173956141111\"\r\n },\r\n {\r\n \"key\": \"CardType\",\r\n \"value\": \"visa\"\r\n },\r\n {\r\n \"key\": \"CardholderName\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"ExpirationMonth\",\r\n \"value\": \"12\"\r\n },\r\n {\r\n \"key\": \"ExpirationYear\",\r\n \"value\": \"2023\"\r\n },\r\n {\r\n \"key\": \"CreditCardSecurityCode\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"ProviderPaymentId\",\r\n \"value\": \"\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"discounts\": [],\r\n \"returnComment\": \"\",\r\n \"returnType\": \"\",\r\n \"returnAuthCode\": \"\",\r\n \"orderFormId\": 108,\r\n \"name\": \"Default\",\r\n \"billingAddressId\": \"91add1b8-88e7-4451-b240-91f3b845e885\",\r\n \"shippingTotal\": 5.990000000,\r\n \"handlingTotal\": 0.000000000,\r\n \"taxTotal\": 1.420000000,\r\n \"discountAmount\": 0.000000000,\r\n \"subTotal\": 8.990000000,\r\n \"total\": 16.400000000,\r\n \"status\": \"\",\r\n \"rmaNumber\": \"\",\r\n \"authorizedPaymentTotal\": 16.400000000,\r\n \"capturedPaymentTotal\": 0.000000000,\r\n \"properties\": [\r\n {\r\n \"key\": \"Epi_CouponCodes\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"InvoiceRequested\",\r\n \"value\": \"0\"\r\n },\r\n {\r\n \"key\": \"RMANumber\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"ExemptionCertificateNumber\",\r\n \"value\": \"\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"orderGroupId\": 101,\r\n \"orderNotes\": [],\r\n \"owner\": \"\",\r\n \"ownerOrg\": \"\",\r\n \"providerId\": \"\",\r\n \"shippingTotal\": 5.990000000,\r\n \"status\": \"InProgress\",\r\n \"subTotal\": 8.990000000,\r\n \"taxTotal\": 1.420000000,\r\n \"total\": 16.400000000,\r\n \"modified\": \"2022-01-11T11:34:57.653Z\",\r\n \"created\": \"2021-12-24T01:45:39.46Z\",\r\n \"properties\": [\r\n {\r\n \"key\": \"ExpirationDate\",\r\n \"value\": null\r\n },\r\n {\r\n \"key\": \"ParentOrderGroupId\",\r\n \"value\": \"0\"\r\n },\r\n {\r\n \"key\": \"NotificationStatus\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"key\": \"AnonymousCustomerId\",\r\n \"value\": \"AE509EE6-33AC-4910-B205-C6FDA4D28D71\"\r\n },\r\n {\r\n \"key\": \"TrackingNumber\",\r\n \"value\": \"PO164128\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": "{{SiteUrl}}/episerverapi/commerce/orders/101/" }, "response": [] }, { "name": "Patch Order by Order Id (5.5.0 ++)", "id": "9101c719-48c6-4eaf-b09e-11f8b20316ad", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\r\n \"OrderNumber\": \"PO0683\",\r\n \"AddressId\": \"\",\r\n \"AffiliateId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"BillingCurrency\": \"USD\",\r\n \"CustomerId\": \"08dcca06-3f0b-4da3-81d7-ea5a51b5fc37\",\r\n \"CustomerName\": \"Cruz Graham\",\r\n \"HandlingTotal\": 0.000000000,\r\n \"InstanceId\": \"c1724f75-4b76-4276-8e4f-7e36522f0221\",\r\n \"MarketId\": \"US\",\r\n \"Name\": \"Default\",\r\n \"OrderAddresses\": [\r\n {\r\n \"OrderGroupAddressId\": 0,\r\n \"Name\": \"Default address\",\r\n \"FirstName\": \"Cruz\",\r\n \"LastName\": \"Graham\",\r\n \"Organization\": \"\",\r\n \"Line1\": \"Kungsgatan 446\",\r\n \"Line2\": \"\",\r\n \"City\": \"Gävle\",\r\n \"State\": \"\",\r\n \"CountryCode\": \"SWE\",\r\n \"CountryName\": \"Sweden\",\r\n \"PostalCode\": \"\",\r\n \"RegionCode\": \"\",\r\n \"RegionName\": \"\",\r\n \"DaytimePhoneNumber\": \"\",\r\n \"EveningPhoneNumber\": \"\",\r\n \"FaxNumber\": \"\",\r\n \"Email\": \"cruz.graham@example.com\",\r\n \"Properties\": null\r\n }\r\n ],\r\n \"OrderForms\": [\r\n {\r\n \"Shipments\": [\r\n {\r\n \"DiscountsModel\": [],\r\n \"ShipmentId\": 999,\r\n \"ShippingMethodId\": \"dcd01f00-f7c5-465d-8bc4-6b13037cb3c8\",\r\n \"ShippingMethodName\": \"Express_USD\",\r\n \"ShippingTax\": 0.00,\r\n \"ShippingAddressId\": \"Default address\",\r\n \"ShipmentTrackingNumber\": \"\",\r\n \"ShippingDiscountAmount\": 0.000000000,\r\n \"ShippingSubTotal\": 20.000000000,\r\n \"ShippingTotal\": 20.000000000,\r\n \"Status\": \"AwaitingInventory\",\r\n \"PrevStatus\": \"\",\r\n \"PickListId\": null,\r\n \"SubTotal\": 33.500000000,\r\n \"WarehouseCode\": \"stockholmstore\",\r\n \"LineItems\": [\r\n {\r\n \"LineItemId\": 2209,\r\n \"Code\": \"SKU-36921957\",\r\n \"DisplayName\": \"Brinley Co. Womens Closed Toe Platform Mesh Pumps\",\r\n \"PlacedPrice\": 18.500000000,\r\n \"ExtendedPrice\": 18.50,\r\n \"DiscountedPrice\": 18.500000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.0,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n },\r\n {\r\n \"LineItemId\": 2210,\r\n \"Code\": \"SKU-41136681\",\r\n \"DisplayName\": \"Chevron Stripe Essential Tank Maxi Dress\",\r\n \"PlacedPrice\": 10.000000000,\r\n \"ExtendedPrice\": 10.00,\r\n \"DiscountedPrice\": 10.000000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.0,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n },\r\n {\r\n \"LineItemId\": 2211,\r\n \"Code\": \"SKU-37001258\",\r\n \"DisplayName\": \"French Terry Stripe Tunic\",\r\n \"PlacedPrice\": 5.000000000,\r\n \"ExtendedPrice\": 5.00,\r\n \"DiscountedPrice\": 5.000000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.0,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"Properties\": [\r\n {\r\n \"Key\": \"PrevStatus\",\r\n \"Value\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"LineItems\": [\r\n {\r\n \"LineItemId\": 2209,\r\n \"Code\": \"SKU-36921957\",\r\n \"DisplayName\": \"Brinley Co. Womens Closed Toe Platform Mesh Pumps\",\r\n \"PlacedPrice\": 18.500000000,\r\n \"ExtendedPrice\": 18.50,\r\n \"DiscountedPrice\": 18.500000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.000000000,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n },\r\n {\r\n \"LineItemId\": 2210,\r\n \"Code\": \"SKU-41136681\",\r\n \"DisplayName\": \"Chevron Stripe Essential Tank Maxi Dress\",\r\n \"PlacedPrice\": 10.000000000,\r\n \"ExtendedPrice\": 10.00,\r\n \"DiscountedPrice\": 10.000000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.000000000,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n },\r\n {\r\n \"LineItemId\": 2211,\r\n \"Code\": \"SKU-37001258\",\r\n \"DisplayName\": \"French Terry Stripe Tunic\",\r\n \"PlacedPrice\": 5.000000000,\r\n \"ExtendedPrice\": 5.00,\r\n \"DiscountedPrice\": 5.000000000000000000,\r\n \"Quantity\": 1.000000000,\r\n \"ReturnQuantity\": 0.000000000,\r\n \"InventoryTrackingStatus\": 1,\r\n \"IsInventoryAllocated\": false,\r\n \"IsGift\": false,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"Epi_IsGift\",\r\n \"Value\": \"False\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"Payments\": [\r\n {\r\n \"Amount\": 53.500000000,\r\n \"AuthorizationCode\": \"\",\r\n \"BillingAddressId\": \"Default address\",\r\n \"CustomerName\": \"Cruz Graham\",\r\n \"ImplementationClass\": \"Mediachase.Commerce.Orders.CreditCardPayment,Mediachase.Commerce\",\r\n \"PaymentId\": 999,\r\n \"PaymentMethodId\": \"2b294977-3dc3-477b-8104-35d411e9b6f0\",\r\n \"PaymentMethodName\": \"GenericCreditCard\",\r\n \"PaymentTypeModel\": 0,\r\n \"Status\": \"Processed\",\r\n \"TransactionType\": \"Authorization\",\r\n \"ValidationCode\": \"\",\r\n \"Properties\": [\r\n {\r\n \"Key\": \"ExpirationYear\",\r\n \"Value\": \"2021\"\r\n },\r\n {\r\n \"Key\": \"CardType\",\r\n \"Value\": \"Credit card\"\r\n },\r\n {\r\n \"Key\": \"ProviderPaymentId\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Key\": \"CreditCardSecurityCode\",\r\n \"Value\": \"212\"\r\n },\r\n {\r\n \"Key\": \"ProviderProfileId\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Key\": \"ExpirationMonth\",\r\n \"Value\": \"10\"\r\n },\r\n {\r\n \"Key\": \"CreditCardNumber\",\r\n \"Value\": \"4662519843660534\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"Discounts\": [],\r\n \"ReturnComment\": \"\",\r\n \"ReturnType\": \"\",\r\n \"ReturnAuthCode\": \"\",\r\n \"OrderFormId\": 999,\r\n \"Name\": \"Default\",\r\n \"BillingAddressId\": \"Default address\",\r\n \"ShippingTotal\": 20.000000000,\r\n \"HandlingTotal\": 0.000000000,\r\n \"TaxTotal\": 0.000000000,\r\n \"DiscountAmount\": 0.000000000,\r\n \"SubTotal\": 33.500000000,\r\n \"Total\": 53.500000000,\r\n \"Status\": \"\",\r\n \"RmaNumber\": \"\",\r\n \"AuthorizedPaymentTotal\": 53.500000000,\r\n \"CapturedPaymentTotal\": 0.000000000,\r\n \"Properties\": [\r\n {\r\n \"Key\": \"RMANumber\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Key\": \"Epi_CouponCodes\",\r\n \"Value\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"OrderGroupId\": 999,\r\n \"OrderNotes\": [],\r\n \"Owner\": \"\",\r\n \"OwnerOrg\": \"\",\r\n \"ProviderId\": \"\",\r\n \"ShippingTotal\": 20.000000000,\r\n \"Status\": \"InProgress\",\r\n \"SubTotal\": 33.500000000,\r\n \"TaxTotal\": 0.000000000,\r\n \"Total\": 53.500000000,\r\n \"Modified\": \"2021-09-22T09:36:57.7Z\",\r\n \"Created\": \"2021-09-22T09:36:57.697Z\",\r\n \"Properties\": [\r\n {\r\n \"Key\": \"ExpirationDate\",\r\n \"Value\": null\r\n },\r\n {\r\n \"Key\": \"ParentOrderGroupId\",\r\n \"Value\": \"0\"\r\n },\r\n {\r\n \"Key\": \"TrackingNumber\",\r\n \"Value\": \"PO0683\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, "url": "{{SiteUrl}}/episerverapi/commerce/orders/999/" }, "response": [] }, { "name": "Get Order by Customer Id", "id": "e75d695d-2108-4ae7-858a-7772ea7d7e73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "url": "{{SiteUrl}}/episerverapi/commerce/orders/cbc71287-9865-4bba-8181-7efb8c008f62/all" }, "response": [] } ], "id": "51708f12-b4f5-4151-a575-88b88ca3d8f2" }, { "name": "Assets", "item": [ { "name": "Import", "event": [ { "listen": "test", "script": { "id": "39652a91-d8b2-4e5b-8bd4-8dc4c3494b22", "exec": [ "pm.environment.set(\"TaskId\", JSON.parse(responseBody));" ], "type": "text/javascript" } } ], "id": "9c0f3895-3fd5-40ef-98ce-30924124600f", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": {} }, "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "", "type": "file", "src": "/D:/20170515_DS/Tickets/839359/CatalogWithInvalidMetaClass.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/assets" }, "response": [] }, { "name": "Import_delete", "event": [ { "listen": "prerequest", "script": { "id": "39244baf-1cb1-4dd8-adf6-59a962ca4e4d", "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "id": "4ee63bbb-48f6-4697-9fb6-d57704cde41d", "exec": [ "pm.environment.set(\"TaskId\", JSON.parse(responseBody));" ], "type": "text/javascript" } } ], "id": "bab7a0d3-ad0d-4359-8768-a36701bde4bd", "protocolProfileBehavior": { "disableBodyPruning": true, "disabledSystemHeaders": {} }, "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "", "type": "file", "src": "/D:/20170515_DS/Tickets/814638/import files/MediaImportSample_delete_unknown/MediaImportSample_delete_unknown.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/assets" }, "response": [] }, { "name": "Task Log", "id": "6c364271-cbe5-4453-afe9-35ee94e4cfa1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Authorization", "value": "bearer {{AccessToken}}", "type": "text" } ], "url": "{{SiteUrl}}/episerverapi/commerce/task/{{TaskId}}/log" }, "response": [] } ], "id": "df5bbcb5-a387-4879-90a0-a64777285189" }, { "name": "Send Catalog XML to Optimizely (COM-15825)", "item": [ { "name": "1. GenerateToken", "event": [ { "listen": "test", "script": { "id": "b48284bf-a86a-4d35-a162-bfd27d56ea3f", "exec": [ "tests[\"POST Get Client Token\"];\r", "\r", "var jsonData = JSON.parse(responseBody);\r", "postman.setEnvironmentVariable(\"access_token\", jsonData.access_token);" ], "type": "text/javascript" } } ], "id": "3ad4cee4-c9cc-4ebd-a04f-cbf2c2cb70af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "client_id", "value": "postman-client", "type": "text" }, { "key": "client_secret", "value": "postman", "type": "text" }, { "key": "grant_type", "value": "client_credentials", "type": "text" } ] }, "url": "{{SiteUrl}}/api/episerver/connect/token" }, "response": [] }, { "name": "5. Bulk import with file", "id": "f53c4713-1399-4337-b129-acec2b4ddaeb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Authorization", "value": "Bearer {{AccessToken}}", "type": "text" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "Catalog.zip" } ] }, "url": "{{SiteUrl}}/episerverapi/commerce/import/catalog/" }, "response": [] } ], "id": "652311f4-7f27-4696-bd79-a1fd8678ccf6" }, { "name": "Markets", "item": [ { "name": "Get Markets", "id": "dabbc842-514f-4229-97a0-0a69476569e4", "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Authorization", "value": "bearer {{AccessToken}}" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "" }, "url": "{{SiteUrl}}/episerverapi/commerce/entries/1/50" }, "response": [] } ], "id": "a3a93354-242c-4bad-b66b-27c28092fa0e" }, { "name": "Test ServiceAPI Token", "id": "845f4f6e-131f-4622-a373-7fd7ea5e8c66", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "url": "{{SiteUrl}}/episerverapi/token" }, "response": [] }, { "name": "Get ServiceAPI NetFw Token", "event": [ { "listen": "prerequest", "script": { "id": "0420ecc3-5911-46fc-b4a5-a95e6695d99e", "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "id": "0fd65bab-544e-4730-94f4-a8a2e04b290c", "exec": [ "bodyData = JSON.parse(responseBody)\r", "\r", "pm.environment.set(\"AccessToken\", bodyData.access_token);" ], "type": "text/javascript" } } ], "id": "dfe1855e-e93e-665c-4d8b-e3f80685e0c6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "grant_type", "value": "password", "type": "text" }, { "key": "username", "value": "admin@example.com", "type": "text" }, { "key": "password", "value": "store", "type": "text" } ] }, "url": "{{SiteUrl}}/episerverapi/token" }, "response": [] }, { "name": "Get ServiceAPI NetCore Token", "event": [ { "listen": "prerequest", "script": { "id": "f7c20ffa-8ae6-4bf0-ac66-9f65f54b7236", "exec": [ "" ], "type": "text/javascript" } }, { "listen": "test", "script": { "id": "1e02e537-ca57-4127-b245-85050c458767", "exec": [ "bodyData = JSON.parse(responseBody)\r", "\r", "pm.environment.set(\"AccessToken\", bodyData.access_token);" ], "type": "text/javascript" } } ], "id": "9d4c2f06-8a93-4468-95ca-c248d0b71121", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "grant_type", "value": "client_credentials", "type": "text", "disabled": true }, { "key": "client_id", "value": "postman-client", "type": "text" }, { "key": "client_secret", "value": "postman", "type": "text" }, { "key": "scope", "value": "epi_service_api", "type": "text" }, { "key": "grant_type", "value": "password", "description": "to use this, set options.AllowResourceOwnerPasswordFlow = true;", "type": "text" }, { "key": "username", "value": "admin@example.com", "type": "text" }, { "key": "password", "value": "Episerver123!", "type": "text" } ] }, "url": "{{SiteUrl}}/api/episerver/connect/token" }, "response": [] } ] }