diff --git a/pom.xml b/pom.xml index c24bc26..d68f72d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.contentstack.sdk utils - 1.2.5 + 1.2.6 jar Contentstack-utils Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS @@ -27,8 +27,8 @@ 1.6.7 2.5.3 2.0.1.Final - 20230618 - 6.0.12 + 20231013 + 6.0.13 1.10.0 @@ -230,7 +230,7 @@ 1.8 1.8 - + diff --git a/src/main/java/com/contentstack/utils/node/NodeToHTML.java b/src/main/java/com/contentstack/utils/node/NodeToHTML.java index f253b82..a0852ee 100644 --- a/src/main/java/com/contentstack/utils/node/NodeToHTML.java +++ b/src/main/java/com/contentstack/utils/node/NodeToHTML.java @@ -29,7 +29,7 @@ private NodeToHTML() { */ public static String textNodeToHTML(JSONObject nodeText, Option renderOption) { String text = nodeText.optString("text"); - text = text.replace("\n", ""); + text = text.replace("\n", "
"); if (nodeText.has("superscript")) { text = renderOption.renderMark(MarkType.SUPERSCRIPT, text); } @@ -52,7 +52,10 @@ public static String textNodeToHTML(JSONObject nodeText, Option renderOption) { text = renderOption.renderMark(MarkType.BOLD, text); } if (nodeText.has("break")) { - text = renderOption.renderMark(MarkType.BREAK, text); + if (!text.contains("
")) { + text = renderOption.renderMark(MarkType.BREAK, text); + } + // text = renderOption.renderMark(MarkType.BREAK, text); } return text; } diff --git a/src/main/java/com/contentstack/utils/render/DefaultOption.java b/src/main/java/com/contentstack/utils/render/DefaultOption.java index 3efc956..7bdeab7 100644 --- a/src/main/java/com/contentstack/utils/render/DefaultOption.java +++ b/src/main/java/com/contentstack/utils/render/DefaultOption.java @@ -70,7 +70,7 @@ public String renderMark(MarkType markType, String text) { case BOLD: return "" + text + ""; case BREAK: - return "
" + text; // v1.2.5 + return "
" + text.replace("\n", ""); default: return text; } diff --git a/src/test/java/com/contentstack/utils/RTEResult.java b/src/test/java/com/contentstack/utils/RTEResult.java index b8556c3..1458870 100644 --- a/src/test/java/com/contentstack/utils/RTEResult.java +++ b/src/test/java/com/contentstack/utils/RTEResult.java @@ -12,10 +12,15 @@ public class RTEResult { public static String kH6Html = "
Nunc porta diam vitae purus semper, ut consequat lorem vehicula.
"; public static String kOrderListHtml = "
  1. Morbi in quam molestie, fermentum diam vitae, bibendum ipsum.
  2. Pellentesque mattis lacus in quam aliquam congue
  3. Integer feugiat leo dignissim, lobortis enim vitae, mollis lectus.
  4. Sed in ante lacinia, molestie metus eu, fringilla sapien.
"; public static String kIUnorderListHtml = ""; - public static String kImgHtml = ""; + public static String kImgHtml = ""; public static String kTableHtml = "

Header 1

Header 2

Body row 1 data 1

Body row 1 data 2

Body row 2 data 1

Body row 2 data 2

"; public static String kBlockquoteHtml = "
Praesent eu ex sed nibh venenatis pretium.
"; public static String kCodeHtml = "Code template."; public static String kLinkInPHtml = "

LINK

"; - public static String kEmbedHtml = ""; + public static String kEmbedHtml = ""; + public static String kWFSAffectedHtml = "

In this article:
\t
Overview
\tStandard Fulfillment
\tAdditional Fees
\tBig & Bulky Fulfillment
\tStorage
\tProblem Inventory
\tReturn Shipping & Exceptions
\tDisposal & Removal
\tAdditional WFS Programs

Overview

Fulfillment Services is a competitive and cost-effective solution that offers an end-to-end ecommerce fulfillment experience. Our fee structure is simple and straightforward, without signup or monthly subscription fees. You're also free to ship and store any amount of inventory you choose, without minimums or maximums. Use the WFS Calculator to estimate your fulfillment and storage fees.

The following fees are effective as of August 2023 and are subject to change.

"; + public static String kAnchorHtml = "

This is a paragraph with break true and
backslash nThis para has just one line break without any break key
Third paragraph with multiple line breaks


Fourth paragraph with multiple line breaks and break key

Fifth paragraph with multiple only tab \t and this is text after tab
\tThis paragraph should start with a tab and should have a break before.

"; + public static String kWFSFeesHtml = "

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.


\t\t\t\tUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
\tExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

"; + + public static String kONEHtml = "


A paragraph with break set as trueA paragraph with line break
and \t tab

"; } diff --git a/src/test/java/com/contentstack/utils/RTEString.java b/src/test/java/com/contentstack/utils/RTEString.java index 435601d..698d12a 100644 --- a/src/test/java/com/contentstack/utils/RTEString.java +++ b/src/test/java/com/contentstack/utils/RTEString.java @@ -12,7 +12,7 @@ public class RTEString { public static String kH6Json = "{ \"uid\": \"06e34a71190849d7fcd\", \"_version\": 13, \"attrs\": { }, \"children\": [ { \"type\": \"h6\", \"attrs\": {}, \"uid\": \"c2dfa672242cfb7e2e1\", \"children\": [ { \"text\": \"Nunc porta diam vitae purus semper, ut consequat lorem vehicula.\", } ] } ], \"type\": \"doc\" }"; public static String kOrderListJson = "{ \"uid\":\"06e35 48119084 9d7fc2acd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"2b5b4acbb3cfce02d3e\",\"type\":\"ol\",\"children\":[{\"type\":\"li\",\"attrs\":{\"style\":{\"text-align\":\"justify\"},\"redactor-attributes\":{ }},\"uid\":\"160bbd7430b98bd3d996\",\"children\":[{\"text\":\"Morbi in quam molestie, fermentum diam vitae, bibendum ipsum.\"}]},{ \"type\":\"li\",\"attrs\":{ \"style\":{ \"text-align\":\"justify\"},\"redactor-attributes\":{ } },\"uid\":\"a15f4d749bc2903d\",\"children\":[{ \"text\":\"Pellentesque mattis lacus in quam aliquam congue\"}]},{ \"type\":\"li\",\"attrs\":{ \"style\":{ \"text-align\":\"justify\"},\"redactor-attributes\":{ } },\"uid\":\"e54224bbcb6f9e8f1e43\",\"children\":[{ \"text\":\"Integer feugiat leo dignissim, lobortis enim vitae, mollis lectus.\"}]},{ \"type\":\"li\",\"attrs\":{ \"style\":{ \"text-align\":\"justify\"},\"redactor-attributes\":{ } },\"uid\":\"c0148bab9af758784\",\"children\":[{ \"text\":\"Sed in ante lacinia, molestie metus eu, fringilla sapien.\"}]}],\"id\":\"7f413d448a\",\"attrs\":{ }}],\"type\":\"doc\"}"; public static String kUnorderListJson = "{ \"uid\":\"0e5481190849a\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"a3a2b443ebffc867b\",\"type\":\"ul\",\"children\":[{\"uid\":\"f67354d4eed64451922\",\"type\":\"li\",\"children\":[{\"text\":\"Sed quis metus sed mi hendrerit mollis vel et odio.\"}],\"attrs\":{ }},{ \"uid\":\"5 50cba5 bea92f23e36fd1\",\"type\":\"li\",\"children\":[{ \"text\":\"Integer vitae sem dignissim, elementum libero vel, fringilla massa.\"}],\"attrs\":{ } },{ \"uid\":\"0e5c9b4cd983e8fd543\",\"type\":\"li\",\"children\":[{ \"text\":\"Integer imperdiet arcu sit amet tortor faucibus aliquet.\"}],\"attrs\":{ } },{ \"uid\":\"6d9a43a3816bd83a9a\",\"type\":\"li\",\"children\":[{ \"text\":\"Aenean scelerisque velit vitae dui vehicula, at congue massa sagittis.\"}],\"attrs\":{ } }],\"id\":\"b083fa46ef899420ab19\",\"attrs\":{ }}],\"type\":\"doc\"}"; - public static String kImgJson = "{ \"uid\":\"06e34a7a4849d7fc2acd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"f3be74be3b64646e626\",\"type\":\"img\",\"attrs\":{\"url\":\"https://images.contentstack.com/v3/assets/UID_13/Donald.jog.png\",\"width\":33.69418132611637,\"height\":\"auto\",\"redactor-attributes\":{\"asset_uid\":\"47f1aa5ae422cd1\"}},\"children\":[{\"text\":\"\"}]}],\"type\":\"doc\"}"; + public static String kImgJson = "{ \"uid\":\"06e34a7a4849d7fc2acd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"f3be74be3b64646e626\",\"type\":\"img\",\"attrs\":{\"url\":\"images.contentstack.com/v3/assets/UID_13/Donald.jog.png\",\"width\":33.69418132611637,\"height\":\"auto\",\"redactor-attributes\":{\"asset_uid\":\"47f1aa5ae422cd1\"}},\"children\":[{\"text\":\"\"}]}],\"type\":\"doc\"}"; public static String kParagraphJson = "{ \"uid\":\"0d7fd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"type\":\"p\",\"attrs\":{},\"uid\":\"0a1b5676aa510e5a\",\"children\":[{\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed condimentum iaculis magna in vehicula. Vestibulum vitae convallis lacus. Praesent a diam iaculis turpis rhoncus faucibus. Aliquam sed pulvinar sem.\"}]}],\"type\":\"doc\"}"; public static String kBlockquoteJson = "{ \"uid\":\"06084d7fd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"503f9cc97534db55\",\"type\":\"blockquote\",\"id\":\"431f78e567161460\",\"children\":[{\"text\":\"Praesent eu ex sed nibh venenatis pretium.\"}],\"attrs\":{ }}],\"type\":\"doc\"}"; public static String kCodeJson = "{ \"uid\":\"06ea490849d7fc2acd\", \"_version\":13, \"attrs\":{ }, \"children\":[{\"uid\":\"83fba92c91b30002b\",\"type\":\"code\",\"attrs\":{},\"children\":[{\"text\":\"Code template.\"}]}],\"type\":\"doc\"}"; diff --git a/src/test/java/com/contentstack/utils/TestRte.java b/src/test/java/com/contentstack/utils/TestRte.java index 494c99d..86066fe 100644 --- a/src/test/java/com/contentstack/utils/TestRte.java +++ b/src/test/java/com/contentstack/utils/TestRte.java @@ -99,9 +99,58 @@ public void testAvailableEntryItemTypes() { @Test public void testHERFID() throws IOException { - final String rte = "src/test/resources/reports/jsonviewer.json"; + final String rte = "src/test/resources/reports/wfs_fees.json"; + JSONObject theRTE = new ReadResource().readJson(rte); + String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); + Assert.assertEquals(kWFSFeesHtml, result); + } + + + + @Test + public void testAnchorIssue() throws IOException { + final String rte = "src/test/resources/reports/anchor.json"; + JSONObject theRTE = new ReadResource().readJson(rte); + String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); + Assert.assertEquals(kAnchorHtml, result); + } + + @Test + public void testAffectedEntry() throws IOException { + final String rte = "src/test/resources/reports/wfs.json"; JSONObject theRTE = new ReadResource().readJson(rte); String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); System.out.println(result); + Assert.assertEquals(kWFSAffectedHtml, result); } + + + @Test + public void testOne() throws IOException { + final String rte = "src/test/resources/reports/one.json"; + JSONObject theRTE = new ReadResource().readJson(rte); + String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); + System.out.println(result); + Assert.assertEquals(kONEHtml, result); + } + + @Test + public void testOCT7Issue() throws IOException { + final String rte = "src/test/resources/reports/oct_7.json"; + JSONObject theRTE = new ReadResource().readJson(rte); + String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); + System.out.println(result); + // Assert.assertEquals(kONEHtml, result); + } + + @Test + public void testIssueOct() throws IOException { + final String rte = "src/test/resources/reports/issue_oct.json"; + JSONObject theRTE = new ReadResource().readJson(rte); + String result = Utils.jsonToHTML(theRTE, new DefaultOption(), null); + System.out.println(result); + // Assert.assertEquals(kONEHtml, result); + } + + } diff --git a/src/test/resources/index.html b/src/test/resources/index.html new file mode 100644 index 0000000..7d8bd94 --- /dev/null +++ b/src/test/resources/index.html @@ -0,0 +1,10 @@ + + + + + Response + + +

In this article:

Overview
Create Variant Groups Items Dashboard Method
Full Item Spec Method
API Method Multi-select Attributes
Update Variant Groups Add Items to an Existing Variant Group
Remove Items from a Variant Group Combine Two Variant Groups
Separate a Single Variant Group into Multiple Groups
Add New Variant Attributes Merged Variant Groups Variant Limits Variant Group Errors Selecting Invalid Variant Attributes
Variant Group Limits
Duplicate Variants Helpful Resources

Overview

A variant group is a group of individual items that only differ by a few attributes. This is what a variant group looks like:

**NOTE: All items in a variant group should be included as separate items in the spec sheet. For instance, if you have a T-shirt that comes in two colors and three different sizes, you should have a total of six rows with each variation defined in a separate row.

+ + \ No newline at end of file diff --git a/src/test/resources/reports/anchor.json b/src/test/resources/reports/anchor.json new file mode 100644 index 0000000..5ffaf5a --- /dev/null +++ b/src/test/resources/reports/anchor.json @@ -0,0 +1,58 @@ +{ + "uid": "a59f9108e99747d4b3358d9e22b7c685", + "type": "doc", + "attrs": { + "dirty": true + }, + "children": [ + { + "type": "p", + "uid": "a3c0687b2f694bd68ec290fd92a62330", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "This is a paragraph with break true and" + }, + { + "text": "\n", + "break": true + }, + { + "text": "backslash n" + }, + { + "text": "This para has just one line break without any break key" + }, + { + "text": "\n" + }, + { + "text": "Third paragraph with multiple line breaks" + }, + { + "text": "\n\n\n" + }, + { + "text": "Fourth paragraph with multiple line breaks and break key" + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Fifth paragraph with multiple only tab \t and this is text after tab" + }, + { + "text": "\n\t" + }, + { + "text": "This paragraph should start with a tab and should have a break before." + } + ] + } + ] +} \ No newline at end of file diff --git a/src/test/resources/reports/article1.json b/src/test/resources/reports/article1.json index 5efe871..d868b45 100644 --- a/src/test/resources/reports/article1.json +++ b/src/test/resources/reports/article1.json @@ -32,7 +32,7 @@ { "type": "a", "attrs": { - "url": "https://gecrm.my.salesforce.com/sfc/p/61000000ZKTc/a/8Y000002Ankd/G1HbvlwMxDanH_tabP_gsQvgqYIgxTZDq5CpfN..PZQ" + "url": "gecrm.my.salesforce.com/sfc/p/61000000ZKTc/a/8Y000002Ankd/G1HbvlwMxDanH_tabP_gsQvgqYIgxTZDq5CpfN..PZQ" }, "children": [ { @@ -222,7 +222,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009375&language=en_US" + "url": "sellerhelp.com/s/guide?article=000009375&language=en_US" }, "children": [ { @@ -807,7 +807,7 @@ "display-type": "display", "asset-uid": "blt8e8dc3e053abc753", "content-type-uid": "sys_assets", - "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt8e8dc3e053abc753/64f87ea26517c0000dfc9145/2023-08-10_09-21-21_(1)_(1).gif", + "asset-link": "abcd.com.example.gif", "asset-name": "2023-08-10_09-21-21_(1)_(1).gif", "asset-type": "image/gif", "type": "asset", @@ -955,7 +955,7 @@ "break": true }, { - "text": "A: The customer refund will be put on hold for 72 hours while Walmart reviews your dispute. Customer refund holds will be automatically released after 72 hours. If the dispute is approved within that time frame, the customer will not be refunded and their return will be canceled. " + "text": "A: The customer refund will be put on hold for 72 hours while reviews your dispute. Customer refund holds will be automatically released after 72 hours. If the dispute is approved within that time frame, the customer will not be refunded and their return will be canceled. " } ] }, @@ -992,7 +992,7 @@ "break": true }, { - "text": "A: Yes. If you're not satisfied with the resolution of your dispute provided by Walmart, you can submit an appeal. You can only appeal a decision once, and it must be submitted within 30 days of receiving the denial or decision.   " + "text": "A: Yes. If you're not satisfied with the resolution of your dispute provided by, you can submit an appeal. You can only appeal a decision once, and it must be submitted within 30 days of receiving the denial or decision.   " }, { "text": "\n", @@ -1024,7 +1024,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009375&language=en_US#:~:text=submit%20an%20appeal%2C-,create%20a%20case,-with%20Partner%20Support" + "url": "www.sellerhelp.com/s/guide?article=000009375&language=en_US#:~:text=submit%20an%20appeal%2C-,create%20a%20case,-with%20Partner%20Support" }, "children": [ { @@ -1110,7 +1110,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009375&language=en_US" + "url": "www.sellerhelp.com/s/guide?article=000009375&language=en_US" }, "children": [ { @@ -1176,7 +1176,7 @@ { "type": "a", "attrs": { - "url": "http://seller.walmart.com/" + "url": "www.seller.com/" }, "children": [ { @@ -1231,31 +1231,31 @@ "name": "Returns and Disputes", "description": "Returns happen, but – depending on the situation – you may need to file a dispute for a customer return. Keep watching to learn how to file a returns-related dispute for your items–including items of high-value. We'll also go over how to track the approval status in Seller Center.", "embed": { - "html": "" + "html": "" }, "created_time": "2023-08-02T22:23:03+00:00", "pictures": { "sizes": [ { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_100x75?r=pad" + "link": "example.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_200x150?r=pad" + "link": "test.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_295x166?r=pad" + "link": "test.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_640x360?r=pad" + "link": "test.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_960x540?r=pad" + "link": "test.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_1280x720?r=pad" + "link": "test.com" }, { - "link": "https://i.vimeocdn.com/video/1705667469-32d899a8b1e6f25f4f11029d8acb9e20a4bac2811f77423f8ad6cd3e2a920caa-d_1920x1080?r=pad" + "link": "test.com" } ] } @@ -1303,7 +1303,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#overview" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#overview" }, "children": [ { @@ -1333,7 +1333,7 @@ "uid": "d23727f697e04525bf1bd60301bc26af", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#eligibility" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#eligibility" }, "children": [ { @@ -1362,7 +1362,7 @@ "uid": "47df7ccf6037427c98c5a01beab8373c", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#highvalue" + "url": "test.com" }, "children": [ { @@ -1391,7 +1391,7 @@ "uid": "02ef37a4bdce4203a398c8853b8d7c45", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#electronic" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#electronic" }, "children": [ { @@ -1420,7 +1420,7 @@ "uid": "ccdf371de3084c26a3a5cc324513adb8", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#fileadispute" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#fileadispute" }, "children": [ { @@ -1450,7 +1450,7 @@ "uid": "015ca8f0a6ef497a9f96ad0d397af813", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#faq" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#faq" }, "children": [ { @@ -1479,7 +1479,7 @@ "uid": "c030eee9ad004497857b6b41ebee79fd", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009068&language=en_US#helpful" + "url": "www.sellerhelp.com/s/guide?article=000009068&language=en_US#helpful" }, "children": [ { @@ -1532,7 +1532,7 @@ "uid": "eb0b2af4dfb0470e9217e85b919b3b2e", "children": [ { - "text": "While returns are a natural part of the post-purchase experience, you may encounter instances when the returned item is damaged, or missing parts or accessories. Keep reading to determine if you’re eligible to dispute a customer return with Walmart, and find out how to file the dispute via the" + "text": "While returns are a natural part of the post-purchase experience, you may encounter instances when the returned item is damaged, or missing parts or accessories. Keep reading to determine if you’re eligible to dispute a customer return with, and find out how to file the dispute via the" } ] }, @@ -1568,7 +1568,7 @@ { "type": "a", "attrs": { - "url": "https://seller.walmart.com/order-management/returns" + "url": "www.seller.com/order-management/returns" }, "children": [ { @@ -1640,7 +1640,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009375&language=en_US", + "url": "www.sellerhelp.com/s/guide?article=000009375&language=en_US", "style": {}, "redactor-attributes": {}, "dir": "ltr" diff --git a/src/test/resources/reports/article2.json b/src/test/resources/reports/article2.json index ea4e43e..034ea67 100644 --- a/src/test/resources/reports/article2.json +++ b/src/test/resources/reports/article2.json @@ -35,7 +35,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009239&language=en_US#Overview" + "url": "www.sellerhelp.com/s/guide?article=000009239&language=en_US#Overview" }, "children": [ { @@ -64,7 +64,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009239&language=en_US#ErrorMessages", + "url": "www.sellerhelp.com/s/guide?article=000009239&language=en_US#ErrorMessages", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -664,7 +664,7 @@ "type": "p", "children": [ { - "text": "Item dimensions aren't eligible for Walmart-fulfilled. Check the dimensions." + "text": "Item dimensions aren't eligible for company-fulfilled. Check the dimensions." } ], "attrs": {} @@ -1016,7 +1016,7 @@ "type": "p", "children": [ { - "text": "Item information is not present for sku, Please set it up as Walmart Fulfilled item in the Seller Center." + "text": "Item information is not present for sku, Please set it up as company Fulfilled item in the Seller Center." } ], "attrs": {} @@ -1033,7 +1033,7 @@ "type": "p", "children": [ { - "text": "We couldn't verify the item information. Make sure it's set to Walmart-fulfilled." + "text": "We couldn't verify the item information. Make sure it's set to company-fulfilled." } ], "attrs": {} @@ -1555,7 +1555,7 @@ "article_id": "000009239", "salesforce_summary": "Find solutions to common errors after uploading an inbound order template.", "category_id_b": [ - "Walmart Fulfillment Services (WFS): Troubleshooting" + "Fulfillment Services (WFS): Troubleshooting" ], "url_name": "WFS-Inbound-Order-Issue-Troubleshooting", "is_archived_": false, diff --git a/src/test/resources/reports/article3.json b/src/test/resources/reports/article3.json index 3fd385a..2a16fdc 100644 --- a/src/test/resources/reports/article3.json +++ b/src/test/resources/reports/article3.json @@ -38,7 +38,7 @@ "uid": "7cf9ff933bc9451db91f7640a7abe795", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#Overview" + "url": "https://sellerhelp.com/s/guide?article=000011223&language=en_US#Overview" }, "children": [ { @@ -68,7 +68,7 @@ "uid": "5b1d825c49d2497d8be8da44aef1e1b8", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#Criteria" + "url": "https://sellerhelp.com/s/guide?article=000011223&language=en_US#Criteria" }, "children": [ { @@ -97,7 +97,7 @@ "uid": "56bca13f60af4b1685d999d0467e668f", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#Fees" + "url": "https://sellerhelp.com/s/guide?article=000011223&language=en_US#Fees" }, "children": [ { @@ -126,7 +126,7 @@ "uid": "f8a82c9c8ade4e9b9bfecbfbac0de7f3", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#SendInventory" + "url": "www.sellerhelp.com/s/guide?article=000011223&language=en_US#SendInventory" }, "children": [ { @@ -156,7 +156,7 @@ "uid": "e71b1ac38f844596a8580c731d6f8e97", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#ShippingSpeeds" + "url": "www.sellerhelp.com/s/guide?article=000011223&language=en_US#ShippingSpeeds" }, "children": [ { @@ -185,7 +185,7 @@ "uid": "f70c0eee069b4e03b0024fb484da832c", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#CustomerReturns" + "url": "www.sellerhelp.com/s/guide?article=000011223&language=en_US#CustomerReturns" }, "children": [ { @@ -214,7 +214,7 @@ "uid": "066e64424c094d44813d16cd133c064a", "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011223&language=en_US#FAQ" + "url": "www.sellerhelp.com/s/guide?article=000011223&language=en_US#FAQ" }, "children": [ { @@ -965,7 +965,7 @@ { "type": "a", "attrs": { - "url": "https://marketplace.walmart.com/walmart-fulfillment-services-pricing/", + "url": "www.marketplace.com/company-fulfillment-services-pricing/", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1018,7 +1018,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009215", + "url": "www.sellerhelp.com/s/guide?article=000009215", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1119,7 +1119,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009495", + "url": "www.sellerhelp.com/s/guide?article=000009495", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1171,7 +1171,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009163", + "url": "www.sellerhelp.com/s/guide?article=000009163", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1276,14 +1276,14 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009514", + "url": "www.sellerhelp.com/s/guide?article=000009514", "style": {}, "redactor-attributes": {}, "dir": "ltr" }, "children": [ { - "text": "Walmart preferred carrier" + "text": "company preferred carrier" } ], "uid": "438484945beb44608d43038ebd574fce" @@ -1366,7 +1366,7 @@ }, "children": [ { - "text": "Big and bulky items are shipped using ground transportation and may require more than 2 days for delivery. The shipping speed will depend on your assigned fulfillment center and the customer’s location. On Walmart.com, items will have a 3+day shipping tag but customers will see a more accurate estimate in the listing’s details." + "text": "Big and bulky items are shipped using ground transportation and may require more than 2 days for delivery. The shipping speed will depend on your assigned fulfillment center and the customer’s location. On company.com, items will have a 3+day shipping tag but customers will see a more accurate estimate in the listing’s details." } ] }, @@ -1500,7 +1500,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009158", + "url": "www.sellerhelp.com/s/guide?article=000009158", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1547,11 +1547,11 @@ "uid": "4c9b8b48099d4f8f919f48e12447ad09" }, { - "text": "Walmart at fault", + "text": "company at fault", "italic": true }, { - "text": ", Walmart will keep the inventory regardless of your " + "text": ", company will keep the inventory regardless of your " }, { "type": "span", @@ -1573,7 +1573,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000009493", + "url": "www.sellerhelp.com/s/guide?article=000009493", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1710,7 +1710,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000010431", + "url": "www.sellerhelp.com/s/guide?article=000010431", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -1758,7 +1758,7 @@ "break": true }, { - "text": "Q: Are big and bulky items part of Walmart+ assortment?", + "text": "Q: Are big and bulky items part of company+ assortment?", "bold": true } ] @@ -1773,7 +1773,7 @@ }, "children": [ { - "text": "A: Yes, big and bulky items are included in Walmart+. Walmart+ members will get free shipping on those items." + "text": "A: Yes, big and bulky items are included in company+. company+ members will get free shipping on those items." } ] }, @@ -1890,10 +1890,10 @@ }, "meta_data": { "article_id": "000011223", - "salesforce_summary": "Fulfill large, heavy items with Walmart, up to 500 lb. and longest side of 120 in.", + "salesforce_summary": "Fulfill large, heavy items with company, up to 500 lb. and longest side of 120 in.", "category_id_b": [ - "Walmart Fulfillment Services (WFS): Shipping to WFS", - "Walmart Fulfillment Services (WFS): WFS Programs & Services" + "company Fulfillment Services (WFS): Shipping to WFS", + "company Fulfillment Services (WFS): WFS Programs & Services" ], "url_name": "WFS-Big-Bulky-Items", "is_archived_": false, diff --git a/src/test/resources/reports/article4.json b/src/test/resources/reports/article4.json index f5f7e83..8736701 100644 --- a/src/test/resources/reports/article4.json +++ b/src/test/resources/reports/article4.json @@ -59,7 +59,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011074&language=en_US#Overview", + "url": "https://sellerhelp.com/s/guide?article=000011074&language=en_US#Overview", "target": "_self" }, "children": [ @@ -103,7 +103,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011074&language=en_US#User_Roles", + "url": "https://sellerhelp.com/s/guide?article=000011074&language=en_US#User_Roles", "target": "_self" }, "children": [ @@ -147,7 +147,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011074&language=en_US#Add_a_New_User", + "url": "https://sellerhelp.com/s/guide?article=000011074&language=en_US#Add_a_New_User", "target": "_self" }, "children": [ @@ -187,7 +187,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011074&language=en_US#FAQs", + "url": "www.sellerhelp.com/s/guide?article=000011074&language=en_US#FAQs", "target": "_self" }, "children": [ @@ -231,7 +231,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011074&language=en_US#Helpful_Resources", + "url": "www.sellerhelp.com/s/guide?article=000011074&language=en_US#Helpful_Resources", "style": {}, "redactor-attributes": {}, "dir": "ltr" @@ -276,7 +276,7 @@ "attrs": {}, "children": [ { - "text": "As a Walmart Marketplace seller, you may need to add a new user to your Seller Center account for various reasons, such as granting access to another member of your organization. Only sellers with admin level access can add users within Seller Center. The process is quick and easy; this guide will show you how to do it. " + "text": "Marketplace seller, you may need to add a new user to your Seller Center account for various reasons, such as granting access to another member of your organization. Only sellers with admin level access can add users within Seller Center. The process is quick and easy; this guide will show you how to do it. " } ] }, @@ -459,7 +459,7 @@ ] }, { - "text": "Generating credentials to access Walmart's Rest APIs. " + "text": "Generating credentials to access company's Rest APIs. " } ] }, @@ -673,7 +673,7 @@ { "type": "a", "attrs": { - "url": "https://seller.walmart.com/home" + "url": "https://seller.com/home" }, "children": [ { @@ -1061,7 +1061,7 @@ { "type": "a", "attrs": { - "url": "https://sellerhelp.walmart.com/s/guide?article=000011072&language=en_US" + "url": "www.sellerhelp.com/s/guide?article=000011072&language=en_US" }, "children": [ { @@ -1134,7 +1134,7 @@ }, "children": [ { - "text": "Watch the Seller Academy tutorial below for guidance on using Administrator Options to manage your Walmart Marketplace account:" + "text": "Watch the Seller Academy tutorial below for guidance on using Administrator Options to manage your company Marketplace account:" } ] }, @@ -1163,7 +1163,7 @@ { "uri": "/videos/848178033", "name": "Administrator Options", - "description": "Managing your administrator options is an important part of staying on top of your Walmart Marketplace account. In this video, we’ll show you how to use the Administrator Options dashboard in Seller Center to manage users and roles for your account, setup email notifications and create message templates. We’ll also take a look at where you can view your agreements, verify account details and link your other accounts if you sell on multiple marketplaces.", + "description": "Managing your administrator options is an important part of staying on top of your company Marketplace account. In this video, we’ll show you how to use the Administrator Options dashboard in Seller Center to manage users and roles for your account, setup email notifications and create message templates. We’ll also take a look at where you can view your agreements, verify account details and link your other accounts if you sell on multiple marketplaces.", "embed": { "html": "" }, @@ -1171,25 +1171,25 @@ "pictures": { "sizes": [ { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_100x75?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_100x75?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_200x150?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_200x150?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_295x166?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_295x166?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_640x360?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_640x360?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_960x540?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_960x540?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_1280x720?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_1280x720?r=pad" }, { - "link": "https://i.vimeocdn.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_1920x1080?r=pad" + "link": "www.test.com/video/1701742470-30340ec72ad5ac6290511ae4658f2cd26db815e45f3f50700dead6bd01d5e200-d_1920x1080?r=pad" } ] } @@ -1212,7 +1212,7 @@ }, "meta_data": { "article_id": "000011074", - "salesforce_summary": "This quick and easy guide walks you through the steps you can take to add a user to your Seller Center account.", + "salesforce_summary": "This quick and easy guide company you through the steps you can take to add a user to your Seller Center account.", "category_id_b": [ "Getting Started: Account Settings" ], diff --git a/src/test/resources/reports/issue007.json b/src/test/resources/reports/issue007.json new file mode 100644 index 0000000..54e7f35 --- /dev/null +++ b/src/test/resources/reports/issue007.json @@ -0,0 +1,5295 @@ +{ + "type": "doc", + "attrs": {}, + "uid": "d329be79c27f4aa0b0db5250651d772d", + "children": [ + { + "uid": "86b30522869243539a8ab139630e168f", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Create_Variant_Groups" + }, + "children": [ + { + "text": "Create Variant Groups" + } + ] + }, + { + "uid": "234bd05d3e794942aa79ce61a335af20", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "There are two ways you can create Variant Groups:" + } + ] + }, + { + "uid": "d78387ea76e44b5181138d9306c4ed47", + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "For up to 49 existing standalone items, you can create a variant group via the Items dashboard in Seller Center." + } + ], + "uid": "7db76aa8c44d432ca6d9a6b198a23191" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "For 50+ items, you must use the Full Item Spec." + } + ], + "uid": "ce6ba52ec0ad4a6987326ad7e0eb30e8" + } + ] + }, + { + "uid": "96f94d32d7ca41ec9563021968e3e258", + "type": "h3", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Items_Dashboard_Method" + }, + "children": [ + { + "type": "fragment", + "attrs": {}, + "uid": "108b2964856c4838885aed9c8e334370", + "children": [ + { + "text": "" + } + ] + }, + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Items_Dashboard_Method" + }, + "uid": "6927dcf2c8214ce8849b915ed716c296", + "children": [ + { + "text": "Items Dashboard Method" + } + ] + } + ] + }, + { + "uid": "153afde6791d44d39f4354ca0ca74ea4", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "For up to 49 items, navigate to the" + } + ] + }, + { + "uid": "5383310ce4864f1bac27c6207f88a9fd", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "ebcd9bc18f144647829eca3531dbb22e" + }, + { + "text": "" + } + ] + }, + { + "uid": "4432356f664b46c3ae92ed91acf3f277", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Items", + "bold": true + } + ] + }, + { + "uid": "ed9a9399cdca4dedb350b073ae95253d", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "eaac147bdd274e57b9c62175cd6e9ec9" + }, + { + "text": "" + } + ] + }, + { + "uid": "a983891ae77c477db5cde6b06709cf13", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "dashboard under the" + } + ] + }, + { + "uid": "7098d167fc1946bea5c71594114d1361", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "568db285cd6045038242cb38930e6ad7" + }, + { + "text": "" + } + ] + }, + { + "uid": "e7d831ceaaa14536a3277cb28654ab1c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Product Catalog", + "bold": true + } + ] + }, + { + "uid": "60f810ee965d42099d72ee7d371b6a36", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "899024fb0006464381d7c84814af568e" + }, + { + "text": "" + } + ] + }, + { + "uid": "39dddb22dc344149b5edd3fe8cdc1b55", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "section in the left-hand navigation menu of Seller Center. Locate the items by searching for the" + } + ] + }, + { + "uid": "a7cb57b335f94ebd98b2f437bbf4c5ce", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "3576e38a5c27486496669a0bd7a6fcac" + }, + { + "text": "" + } + ] + }, + { + "uid": "f564f7d5a7194d79a9dc696adf5c803e", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "SKU ", + "bold": true + } + ] + }, + { + "uid": "f07aafd9c72b47e394620ecf34127fa3", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "or" + } + ] + }, + { + "uid": "f3dbf00cc6e64e269100ab0ddf13f7a4", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "6b2eceb887a744d6b73fb50c5cdb5f23" + }, + { + "text": "" + } + ] + }, + { + "uid": "461ce3d15f0747028d4a7351851a9f39", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Item Name", + "bold": true + } + ] + }, + { + "uid": "49ab58cc21344d73806967eaa0f0ff17", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "5f8bbfc6137d42499bdc7fe8ea6c3b74" + }, + { + "text": "" + } + ] + }, + { + "uid": "3afeea74570f4291bffb3e85751c63da", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "in the search bar above the items grid. Select the check box in the left-hand column for each item to be grouped together." + } + ] + }, + { + "uid": "f664e740007647a387f263b3a7fd3061", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + } + ] + }, + { + "uid": "af52fb26a9d844238b81a42de44feb2e", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE:", + "bold": true, + "italic": true + } + ] + }, + { + "uid": "02899e435de14d3089093f4d5168d073", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "bold": true, + "italic": true + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " ", + "bold": true, + "italic": true + } + ], + "uid": "082d6fe688174cb68f589a40d87c0c98" + }, + { + "text": "" + } + ] + }, + { + "uid": "17323c5b673c4c87adeecda006265eda", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "The limit for this feature is set to 49 items. If you select more than the maximum number of items from the item grid, you will receive an error when you select", + "italic": true + } + ] + }, + { + "uid": "d3711b70954d4500b1b48a808cb284aa", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "64fc47e8dcda48afbab400588e861414" + }, + { + "text": "" + } + ] + }, + { + "uid": "41122efac9914541bf50aeb838af0239", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Create Variant Group.", + "bold": true + } + ] + }, + { + "uid": "e7482b3f90834c2ab668ec9b98a15a03", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "bold": true, + "text": "" + } + ] + }, + { + "uid": "475060ae1e124520ae18079391eae29c", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a4e61538f6344df5aa1e96eb8552f059", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Next, select the" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "5d723bc524dc4707873de1cd804420a8" + }, + { + "text": "More actions", + "italic": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "59b9f4eb025444c2bb9b2f891a7450e2" + }, + { + "text": "dropdown menu that appears above the grid and choose " + }, + { + "text": "Create Variant Group", + "italic": true + }, + { + "text": "." + } + ] + }, + { + "uid": "217ebee994ba4a5d838901e305a88581", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "674fa135db744e96800feb43321bbd92", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "892e5c2ac1e04873a66cbe684c0fec36", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a69c636be9c84f6694238b77b1550a12", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt3ac5326ad75c23c1", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt3ac5326ad75c23c1/64ff36e00812c3000a04e7c2/7667.gif", + "asset-name": "7667.gif", + "asset-type": "image/gif", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "left" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "86f5ca63cde540f3ab900b58f6fa9a04", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "30376a24ae8245fd815967345d7e574e", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Enter Variant Group Details", + "bold": true + }, + { + "text": "\n", + "break": true + }, + { + "uid": "8e19734a3910467b89b44646535fec88", + "type": "span", + "attrs": {}, + "children": [ + { + "text": "In the view that appears, you will see the selected items and three information boxes at the top of the page." + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "f55ee1d22605435aa656b50c0e29faba", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "uid": "ef785632a3e840b08ab3cc4d1b3c0474", + "type": "span", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "54df0e5248534aaf8cf57b2bfc009e78", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt7b78a9dd75a31b47", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt7b78a9dd75a31b47/64ff370fa39049000db760b8/rtaImage_(26).jpeg", + "asset-name": "rtaImage_(26).jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "814px", + "width": "814px", + "max-height": "510px", + "height": "510px" + }, + "redactor-attributes": { + "position": "left", + "height": "510" + }, + "dir": "ltr", + "width": "814", + "max-width": "814", + "max-height": "510", + "height": "510" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "5d9a0300dfc24ac6af0dd4ee5c6df5f8", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "712420e2537946b9b8dd1617e1ded7da", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "A " + }, + { + "text": "Variant Group ID", + "bold": true + }, + { + "text": " is a unique identifier that you create and use to find the items in a variant group. A Variant Group ID can be alphanumeric and up to 20 characters long." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "**NOTE:", + "bold": true, + "italic": true + }, + { + "text": " Company tracks Variant Group IDs on the ", + "italic": true + }, + { + "text": "Items", + "bold": true + }, + { + "text": " dashboard in Seller Center. For additional details, see ", + "italic": true + }, + { + "uid": "67633ad53a5e4394a0ae7cd569dee107", + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000008328" + }, + "children": [ + { + "text": "View Variant Groups in Seller Center." + } + ] + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Next, select the product " + }, + { + "text": "Category ", + "italic": true + }, + { + "text": "from the dropdown menu. If your items were set up using different categories, you will have more than one thing to choose from the dropdown menu. For example, some of the shirts in the variant group were set up under " + }, + { + "text": "Clothing", + "bold": true + }, + { + "text": ", while two of them were set up under " + }, + { + "text": "Sports & Recreation Other", + "bold": true + }, + { + "text": "." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "**NOTE: ", + "bold": true, + "italic": true + }, + { + "text": "Selecting a category here does not change the listing details. It will affect how the variant group is displayed on site and determines what Variant Attribute Names are available.", + "italic": true + } + ] + }, + { + "uid": "0fe42d29f01d422da64b4bd948375b86", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "b0db57be384f4495a8a4fa16d76c433b", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blta6f1f0e7fe266d3f", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blta6f1f0e7fe266d3f/65087f426517c0000dfcb255/rtaImage_-_2023-09-18T094741.995.jpeg", + "asset-name": "rtaImage_-_2023-09-18T094741.995.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "5ed8a99de1d94ba7b208974a5ee0035d", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "bea361b363da48a1950d5636f1b023dc", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Finally, select up to three Variant Attribute Names to use for this group. The options available are based on the category you chose in the previous step. " + }, + { + "text": "Variant Attribute Names", + "bold": true + }, + { + "text": " indicate what attributes vary within the group. For instance, if your item comes in sizes small, medium, and large, your Variant Attribute Name would be Size." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Choose the most appropriate Variant Attribute Names from the dropdown. If your items have multiple attributes (e.g., different colors and sizes), select up to three options from the list. For additional information on attribute names, see " + }, + { + "uid": "5d1b59d31b254682b5c23ffff4d8b348", + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000007909" + }, + "children": [ + { + "text": "Supported Variant Attribute Names.", + "italic": true + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "00126720855a45c18c26197df11919d2", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "6da789c234f64c51af89b1b18e9ebf79", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "bltcaa03bd408b030ea", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/bltcaa03bd408b030ea/65087f6c380e94000a18896c/rtaImage_-_2023-09-18T094828.540.jpeg", + "asset-name": "rtaImage_-_2023-09-18T094828.540.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "86a2e24d97044201b044048db1900b6f", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "c8e260327ae54dbcb065043d9b7a54c5", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "After you select the attributes, the columns will change to indicate the attribute details for each item. Please note that Variant Attribute(s) that have the same variant detail (e.g., Size, Color, etc.) on multiple items, are flagged as an error. Review the items for accuracy and make necessary changes to the item details and variants before submitting." + } + ] + }, + { + "uid": "d2beba16a4ea4bba8f9a6d0707adb176", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "eefedee6084d4ca590598268483f2914", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt37ea67f83b7296a9", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt37ea67f83b7296a9/65087faca39049000db77846/rtaImage_-_2023-09-18T094930.009.jpeg", + "asset-name": "rtaImage_-_2023-09-18T094930.009.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "df95ebd3d3be4b80bdb49276922e461b", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "36aeabc613d44780881e421b7afe8f9f", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "When you have all the items confirmed and Variant Attribute Names verified, select one of the items in the group to be the Primary Variant. Simply select the " + }, + { + "text": "Star", + "italic": true + }, + { + "text": " icon in the" + }, + { + "text": " Actions ", + "bold": true + }, + { + "text": "column to indicate the Primary item." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "The " + }, + { + "text": "Primary Variant ", + "bold": true + }, + { + "text": "is the item that appears when users search " + }, + { + "uid": "2deb380bb76f42e6863ef287e38aab6a", + "type": "a", + "attrs": { + "url": "www.company.com/" + }, + "children": [ + { + "text": "company.com" + } + ] + }, + { + "text": " and is the default view on the Item Page. Only select one Primary Variant per variant group, if you select a second item as the Primary, the icon will be deselected on your previous choice. Marketplace sellers typically choose the top-selling item or the item with the most inventory as the Primary Variant." + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "d2f063576fba46a19e89e55ed87d7d30", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt9a040f6870840f3d", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt9a040f6870840f3d/65087fe6269cb7000ace3fed/rtaImage_-_2023-09-18T095028.304.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095028.304.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "2e26c4ef42d64458981c03b3dcdd717b", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "94ffba4c1cb842d5b17a77762ab430f4", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If there are items in the current view that you do not want to include in the group, select the " + }, + { + "text": "X", + "italic": true + }, + { + "text": " in the " + }, + { + "text": "Actions", + "bold": true + }, + { + "text": " column to remove it." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "**NOTE: ", + "bold": true, + "italic": true + }, + { + "text": "There is no confirmation screen for removing items using the ", + "italic": true + }, + { + "text": "Action ", + "bold": true + }, + { + "text": "column. Please ensure that you are removing the correct item, or you will have to start the process over.", + "italic": true + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "When all fields are complete, and there are no errors to address, select " + }, + { + "text": "Submit", + "italic": true + }, + { + "text": ". This will begin processing your request." + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "1de00103d97b4e97b73f84942845b034", + "type": "h3", + "attrs": { + "id": "Full_Item_Spec_Method", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Full Item Spec Method" + } + ] + }, + { + "uid": "72e5469af945406bb2a89b8168af2dc6", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "For 50+ items, you can create a variant group using the Full Item Spec. To download the Full Item Spec, select " + } + ] + }, + { + "uid": "c3321b4455b944fa85a9d371eeada2ee", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Items", + "italic": true + } + ] + }, + { + "uid": "90827009e1ca48cc81701f36c45abbd2", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " under the" + } + ] + }, + { + "uid": "3928bcb5cdc04b968067c35b1c10f412", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "4ffc606108d14984bcdda1758d884b2a", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Product Catalog", + "bold": true + } + ] + }, + { + "uid": "0d28dbe3753a4397be69d65d32690b0f", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "bold": true + } + ] + }, + { + "uid": "62fa73ce233b417b81e188450c432663", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "dropdown menu, located in the left-hand navigation menu and select the" + } + ] + }, + { + "uid": "442c864cbd744388b4795053e6b15fb2", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "5431ecdfc85f4b27b8a04d6daa46e122", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Add Items", + "italic": true + } + ] + }, + { + "uid": "a90f4cf0947a47f2a0039f61da001f42", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "096fd34ad5b8418e8f3be11324887c3e", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "button under the" + } + ] + }, + { + "uid": "072d7d24a99c43c0b20cd67a6c64ed1d", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "c2372d4c499544af8b86f2a335a55037", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Manage Items", + "bold": true + } + ] + }, + { + "uid": "64fade3f80924f299531644413bc5b05", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "82b25342bd7e45fe919ff48809331afa", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "dropdown. " + } + ] + }, + { + "uid": "19fe844297bd4389a50d29c83d356fdc", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "7bbb2ff016394a5fbf115a95e4916638", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "c1eb59e4dffa4898bbba7971f9ef5be5", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a00c778d72144b85a3ed801daa9434d3", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "bltb9bbe5a6cd194057", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/bltb9bbe5a6cd194057/6508803fd63b5d000a9cd924/rtaImage_-_2023-09-18T095159.369.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095159.369.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "982px", + "width": "982px", + "max-height": "288px", + "height": "288px" + }, + "redactor-attributes": { + "position": "left", + "height": "288" + }, + "dir": "ltr", + "width": "982", + "max-width": "982", + "max-height": "288", + "height": "288" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a02809feedc643f999fd7f7c4cafd56c", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "88a9904a91ae4c19af043a0348565a6c", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Select the " + }, + { + "text": "company template", + "italic": true + }, + { + "text": " link located under the " + }, + { + "text": "Upload a spreadsheet", + "bold": true + }, + { + "text": " heading." + } + ] + }, + { + "uid": "6f7dcbd8b19c4e3a9c78234ea2981677", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f4eb9a88410742199224a687390416ac", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "bltecc3e6194d52b087", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/bltecc3e6194d52b087/6508806b269cb7000ace3ff1/rtaImage_-_2023-09-18T095240.404.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095240.404.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "1a54856026284ac2b296089b134582dc", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "6012bbcf4a624f7eb69dad207165a73b", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Select the " + }, + { + "text": "Seller Fulfilled", + "italic": true + }, + { + "text": ", fulfillment type. " + } + ] + }, + { + "uid": "2b11fa5b7d0d46e4ab0a1518d3637776", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "c9ddfbe5868d436bbe0c5417af3d2743", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt3e86d2491d932566", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt3e86d2491d932566/650880954f22f8000d8c7b79/rtaImage_-_2023-09-18T095319.050.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095319.050.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f2d67cb35b58410c896fc207e5d9e2c1", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "d26c29f01ca24570a3d0e240438d5696", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "After you choose your fulfillment type, you can download a spec sheet for each of your item categories. " + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Choose up to seven item categories from the " + }, + { + "text": "Find a Category ", + "bold": true + }, + { + "text": "dropdown menu under the " + }, + { + "text": "Full Setup", + "bold": true + }, + { + "text": " heading and then select " + }, + { + "text": "Apply", + "italic": true + }, + { + "text": "." + } + ] + }, + { + "uid": "0488fc59a6ca481fb2b4735e91741b9e", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "05ec8eb21c5f4c1da306efe6927994de", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blta11605d23b0cbb0a", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blta11605d23b0cbb0a/650880cd103154000dae7f57/rtaImage_-_2023-09-18T095415.921.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095415.921.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ad2c16cbdb904597afa3bdfb94ae5556", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ad91c4ed9acc4c05bda77ea0e91e4993", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "After selecting " + }, + { + "text": "Apply", + "italic": true + }, + { + "text": ", the category dropdown will display the number of categories you selected. Verify that the number of categories is correct, and then select the " + }, + { + "text": "Download", + "italic": true + }, + { + "text": " button to download the Full Item Spec." + } + ] + }, + { + "uid": "06e6998d12554328ac70e21d2803bae8", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "5f02ab1c83d44278931d5d8db425771c", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt30e7dfc04df37f95", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt30e7dfc04df37f95/650880fc4f22f8000d8c7b82/rtaImage_-_2023-09-18T095500.557.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095500.557.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ef56393f96db4111a92b3deb97b2dd31", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "984515c992a9437880b566e224919873", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "The file that downloads has up to seven sheets in the Excel workbook. Choose the correct category sheet for the items you are setting up (e.g., choose the correct tab for the items) to make sure your item is assigned to the appropriate shelf. " + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "**NOTE: ", + "bold": true, + "italic": true + }, + { + "text": "Attributes vary by category, so you must choose the best option to ensure that the attributes in the spec sheet are relevant to your item. If you aren't sure which category to select, refer to the ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "https://gecrm.my.salesforce.com/sfc/p/61000000ZKTc/a/4M0000005U4f/8R9gEWVykwHSbinT_.cxJRDtWMGQJEUGO7qnxpVVQIg" + }, + "children": [ + { + "text": "Item Categorization Guide" + } + ], + "uid": "c89f2bb23b9a4fa3b5f8f23f6bdb4cbb" + }, + { + "text": ". Once an item is set up with the appropriate spec category, the system assigns a Product Type. The Product Type determines the Contract Category and referral fees for your item.", + "italic": true + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "There are five required columns you must fill out to successfully set up a variant group. To easily find the columns mentioned in the examples below, enter the column name in the Excel search bar. " + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "86743925297f4b9b9e94187afb6b8c7d", + "type": "ol", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Variant Group ID", + "bold": true + }, + { + "text": " – This is a unique ID that you create and use to identify all of the items in a variant group. A Variant Group ID can be alphanumeric and up to 20 characters long. If items have different Variant Group IDs, they will be in different groups." + } + ], + "uid": "62c3e1c0df9041598c9ed107a0d66f77" + } + ] + }, + { + "uid": "b437f2843679421383e47ae27dd2ed71", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "", + "bold": true + } + ] + }, + { + "uid": "41319ea616cb4bf6a04315f0bd246f29", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "bold": true, + "text": "**NOTE:", + "italic": true + } + ] + }, + { + "uid": "6343643eeda04e179c9a89f794234809", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "bold": true + } + ] + }, + { + "uid": "61da7891af0f4db29e529a501cb11c2b", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "company keeps track of the Variant Group ID for your group in the Seller Center Items dashboard. For additional details, please review ", + "italic": true + } + ] + }, + { + "uid": "4cd3d408e57d431799042480560f8061", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000008328", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "View Variant Groups in Seller Center" + } + ], + "uid": "04a47ed856e3420abdd760b8fd192211" + }, + { + "text": ".", + "italic": true + } + ] + }, + { + "uid": "cfba141ff4494d819a1097c1ad686985", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "53817ff2780c490298b155b4ebb5ec95", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt702e8734e2fed7c4", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt702e8734e2fed7c4/650881376517c0000dfcb263/rtaImage_-_2023-09-18T095554.987.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095554.987.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "left" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3e7054a2e9924ef583635fb34e5551d8", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "ab890d5a5ef8464ebbe43ec0ab054f6b", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t2. Variant Attribute Name ", + "bold": true + }, + { + "text": "– Variant Attribute Name indicates what attributes vary within the group. For \t\tinstance, if your item comes in sizes small, medium, and large, your Variant Attribute Name would be Size. Choose the most appropriate Variant Attribute Name from the drop-down list. If your items vary for multiple attributes (e.g., different colors and different sizes), follow the instructions for adding " + }, + { + "uid": "072f6e3de47c4784bd97a9e0ffacd4af", + "type": "a", + "attrs": { + "url": "https://gecrm.lightning.force.com/lightning/r/KB_Article__kav/ka08Y000001Q9FSQA0/view#Multi-select" + }, + "children": [ + { + "text": "Multi-select Attributes" + } + ] + }, + { + "text": " below to create more columns. Enter each relevant variant for your group. For additional information on attribute names, please review " + }, + { + "uid": "480ba4745cb74c28be71cee348b95501", + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000007909" + }, + "children": [ + { + "text": "Supported Variant Attribute Names" + } + ] + }, + { + "text": ". ", + "italic": true + } + ] + }, + { + "uid": "2247d94f194a48e1868eee1f72fcc46b", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "e1c14addd9954127b527565154a2f4ef", + "type": "ol", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "69c490ce4bce4872b4d92ecb8900c9af", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "**", + "italic": true + } + ] + }, + { + "uid": "fc40af82d49f4f99a553e492db91e457", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "NOTE:", + "bold": true, + "italic": true + } + ] + }, + { + "uid": "b8ffba294d0a4286a9d8e04ea064f7f8", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " We do not allow custom attributes for variants. You must select an option from the dropdown. If none apply, then do not use that attribute as a variant for your variant group. ", + "italic": true + } + ] + }, + { + "uid": "10a7f6aed9f740808652c2510cbf7a1e", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "1e5d904730de49ca9096664d79f175fa", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "bold": true + } + ] + }, + { + "uid": "6276bcbff9f848f49110f1f19a085cd3", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "bold": true, + "text": "3. Swatch Image - Swatch Variant Attribute" + }, + { + "text": " – Visual variants can be set up to be displayed as swatches on the Item Page. For example, if you have a T-shirt that comes in different colors, Swatch Variant Attribute should be set to color," + }, + { + "text": " ", + "bold": true + }, + { + "text": "and you should provide Swatch Image URLs for the different colors." + } + ] + } + ] + }, + { + "uid": "01a6e16012ae4093b9d275a77ac30b35", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "002961f195274550bfe61c95531b41cd", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt45bf67d4d60a48cb", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt45bf67d4d60a48cb/6508823d6517c0000dfcb26d/rtaImage_-_2023-09-18T095854.808.jpeg", + "asset-name": "rtaImage_-_2023-09-18T095854.808.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "429px", + "width": "429px", + "max-height": "292px", + "height": "292px" + }, + "redactor-attributes": { + "position": "center", + "height": "292" + }, + "dir": "ltr", + "width": "429", + "max-width": "429", + "max-height": "292", + "height": "292" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a7a10d6db8ba4d5eae2d7ec532f71544", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "667133ac91624dbaaf088df0fe9a105d", + "type": "p", + "children": [ + { + "text": "" + } + ], + "attrs": {} + }, + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t4. Swatch Image - Swatch Image URL ", + "bold": true + }, + { + "text": "– Provide the image URLs for each swatch color. You need to include an image for each variation of that swatch, but not for every variation within the group. In the example below, the Seller needs two swatches - one for green and one for yellow. The Marketplace seller can use the same Swatch Image URL for small, medium, and large sizes. Swatch Image URLs must follow the rules described in " + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009378" + }, + "children": [ + { + "text": "Guidelines & Requirements for Product Listing Images" + } + ], + "uid": "fe4294c9dcbf41d9bd5ad8bdd3faf02c" + }, + { + "text": ".", + "italic": true + } + ], + "uid": "4116c20574334c52999ceb3de372e3b8" + }, + { + "uid": "529538914c9f4a7ebbb5efce737f2b92", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "", + "italic": true + } + ] + }, + { + "uid": "baa3997550d54d2986e190523e1c853d", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": " " + } + ] + }, + { + "uid": "e27a87ca17a14f3db77f61bec7b6adba", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE:", + "bold": true, + "italic": true + } + ] + }, + { + "uid": "c50d356d87d84570892c25f4e092d32a", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " ", + "italic": true + } + ] + }, + { + "uid": "25b58949d54e4731a692fb5768d0d0c3", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "If you do not provide a swatch image URL, the color variants will appear as tiles with the color stated as text as shown below. company may derive a swatch image from your primary or secondary images to optimize variants for the customer experience. If you have any questions or concerns about variant swatch image that appears on", + "italic": true + } + ] + }, + { + "uid": "c62c1a6749d04f11b08f5c178648f05b", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "italic": true + } + ] + }, + { + "uid": "658ff39d116d478b87b25d015a5418c6", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.Company.com/" + }, + "children": [ + { + "text": "company.com" + } + ], + "uid": "7fa227b80d5b4f6ea060f417a7ac604c" + }, + { + "text": "" + } + ] + }, + { + "uid": "c79188723461417e96709be2bcc0a3c2", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": ",", + "italic": true + } + ] + }, + { + "uid": "598de1e5e7d84df2bc70dfde387dadbf", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "italic": true + } + ] + }, + { + "uid": "a25b065f986b4edab777bcfa977af9d7", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/contact?language=en_US" + }, + "children": [ + { + "text": "create a case" + } + ], + "uid": "8d879ccad03346618a5041a94060f6f0" + }, + { + "text": "" + } + ] + }, + { + "uid": "ea39992e2b9f4f3291852964e05acd6f", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " for Seller Support. ", + "italic": true + } + ] + }, + { + "uid": "1576a05345c94a9a84b3586d742450e9", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + } + ] + }, + { + "uid": "d018e351dce14f8ea552167d0fb32aa4", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Indicate what variant attribute name corresponds to the swatch provided." + } + ] + }, + { + "uid": "cb8261fab66543489d10e32cb7e41b25", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "5c8952da75514d2889ce17f0375ffd28", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "cb19b61608da4b468fae31c149c0c804", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "66306e8dd8534150b4ea657dbf2280b5", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blta657be3f26a6e6c4", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blta657be3f26a6e6c4/6508828d6517c0000dfcb272/rtaImage_-_2023-09-18T100148.041.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100148.041.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "left" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "86f80fad2cd74f9394934a703e456da5", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "04e447bdcd5e49adae0f1c26d660ea55", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Provide URLs for each swatch image in this column." + } + ] + }, + { + "uid": "20a99d2759634d07a9550d1f37965321", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "b868dfd981ab4836b3d8ec0fb267a722", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt4ecce8fc93706a60", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt4ecce8fc93706a60/650882c0a39049000db7785c/rtaImage_-_2023-09-18T100237.804.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100237.804.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "c814732cc9554a0bb98bd85287a94497", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "140e6e2f46fa4d17b4b5a98b61e99d15", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If you do not provide a swatch image URL, the color variants will appear as tiles with the color stated as text as shown below. " + } + ] + }, + { + "uid": "cd95773a203145fe827419e2226477ee", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "4641e892584d4407ab41ac233b80dc2f", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt120fa9024a2c9623", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt120fa9024a2c9623/650882e7a39049000db77860/rtaImage_-_2023-09-18T100318.987.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100318.987.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "786px", + "width": "786px", + "max-height": "374px", + "height": "374px" + }, + "redactor-attributes": { + "position": "center", + "height": "374" + }, + "dir": "ltr", + "width": "786", + "max-width": "786", + "max-height": "374", + "height": "374" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "6331a661b85b4fe1831b35e3c4ad5f88", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f8be3f38abb24acdb506fc0c2bbac4f7", + "type": "p", + "children": [ + { + "text": "" + } + ], + "attrs": {} + }, + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t5. Is Primary Variant ", + "bold": true + }, + { + "text": "– The Primary Variant is the item that appears when users search " + }, + { + "type": "a", + "attrs": { + "url": "www.Company.com/" + }, + "children": [ + { + "text": "company.com" + } + ], + "uid": "fbcf1bf502a14b9f955fe37918a0c793" + }, + { + "text": " and is the default view on the Item Page. To set an item as the Primary Variant, select " + }, + { + "text": "Yes ", + "bold": true + }, + { + "text": "from the drop-down menu in this column. Only select one Primary Variant per variant group. If you select " + }, + { + "text": "Yes", + "bold": true + }, + { + "text": " on more than one item in a single variant group, your feed may fail. Marketplace sellers usually make the top-selling item or the item with the most inventory as the Primary Variant. " + } + ], + "uid": "5d4fefbdd25544659a670d5e2c8a5a51" + }, + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "uid": "d0e9a5808e004c36a1530841ab63ae19", + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "e8864fb8ca4a4981b743d201f2812ec7", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**", + "italic": true + }, + { + "text": "NOTE", + "bold": true, + "italic": true + }, + { + "text": ": If your item is in a merged variant group, the Primary Variant you select may not be the Primary Variant that appears on ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.company.com/" + }, + "children": [ + { + "text": "company.com" + } + ], + "uid": "6e1fb2d04254416da4032f5ded84c9d1" + }, + { + "text": ". Refer to the details below. ", + "italic": true + } + ] + }, + { + "uid": "3a3a8a577c6642199cf6fc90b41b3c37", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "italic": true, + "text": "" + } + ] + }, + { + "uid": "ef82cf53b5d5429b9e923384902aba05", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt388f503810e45210", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt388f503810e45210/65088368380e94000a188980/rtaImage_-_2023-09-18T100448.348.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100448.348.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "940px", + "width": "940px", + "max-height": "195px", + "height": "195px" + }, + "redactor-attributes": { + "position": "center", + "height": "195" + }, + "dir": "ltr", + "width": "940", + "max-width": "940", + "max-height": "195", + "height": "195" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "eaf6bc1c0d364092900843b138a37b39", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3f250f44641a4d0b96dc4f8c4558038e", + "type": "h3", + "attrs": { + "id": "API_Method", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "API Method" + } + ] + }, + { + "uid": "fd366a8cbd4b48b4a19c283e0d418a5d", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "For APIs users, see below for what is required to create a variant group in XML. " + } + ] + }, + { + "uid": "b85e3db43c77410f92ed34e56682db3a", + "type": "h3", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "XML Example:", + "bold": true + } + ] + }, + { + "uid": "5f4f82d8fdec4fcfa069d9f21f453969", + "type": "code", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\nS1001\n\n clothingSize\n color\n\nL\n\n Blue\n\n\n \n " + }, + { + "type": "a", + "attrs": { + "url": "http://10.10.10.10/product_images/blue_shirt.jpg%3C/swatchImageUrl%3E" + }, + "children": [ + { + "text": "http://10.10.10.10/product_images/blue_shirt.jpg" + } + ], + "uid": "c2b7b7f600374288a5731090d2f06621" + }, + { + "text": ";\n color\n \n\ntrue\n" + } + ] + }, + { + "uid": "fd646a517ffb4134b4c1c950b7c77eaa", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f24c553b6bca4321aacd19909f1ebb08", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**", + "italic": true + }, + { + "text": "NOTE:", + "bold": true, + "italic": true + }, + { + "text": " API users should use the name of the field as the Variant Attribute Name. Match the case exactly. ", + "italic": true + } + ] + }, + { + "uid": "f63896d3c62a4e9692503dcbd1bdc843", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "a1b698e5c8564c218f3fd008c6f42a20", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Upload the Spec" + } + ] + }, + { + "uid": "e958416cdbe94bb3a597f773cf61c4fd", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Once you have completed the spec sheet with your variants, you will upload the sheet to Seller Center. If you need further details, you can follow the upload instructions provided in " + } + ] + }, + { + "uid": "0a5827c7d8cd4a198ce24877d58060cb", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Upload the Completed Spec", + "italic": true + } + ] + }, + { + "uid": "c6d8ade756124af5a03d2fe7c7739396", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " of the " + } + ] + }, + { + "uid": "03a66854f18a487ba4825db05e9c235c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000007680#Upload_Spec" + }, + "children": [ + { + "text": "Add Items in Bulk in Seller Center" + } + ], + "uid": "9db819ad00834e38b4ee5a57e1012981" + }, + { + "text": "" + } + ] + }, + { + "uid": "7dee11676b19430d825b0eaf2903871c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "italic": true + } + ] + }, + { + "uid": "e35baec4d83c461491f2b3814f51f628", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "article." + } + ] + }, + { + "uid": "e471ef2b435f4fe88c3ea38072535054", + "type": "p", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "aa91de98c6e141afb2068bbff5dbd2a0", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Track Variant Group Feeds" + } + ] + }, + { + "uid": "0d2a78f463974990a550b1d41d6afa54", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Select" + } + ] + }, + { + "uid": "a42a2db4ee2945e1a682dd9067dc164c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "78e1b8a635314726bb7ddb47d8ea76c0", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Copy Feed ID", + "italic": true + } + ] + }, + { + "uid": "c820782809e245428f620795a12d59e5", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "bd9ab9b0dcea452fb1e57383befba6be", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "in the success message and navigate to the" + } + ] + }, + { + "uid": "38acb015c1d44daf90d0c22658aacd73", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "bold": true + } + ] + }, + { + "uid": "efe4dc3a37424175a5eaf729b34e02fc", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Activity Feed", + "bold": true + } + ] + }, + { + "uid": "b062088a9c294fe69aab44f6114db8f8", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "13a9a82579a14258bc8c4ebb8047e85b", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "to view the status of the request. If you did not copy the Feed ID, select" + } + ] + }, + { + "uid": "8846b7818dd5484d854041fd8982b63c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "73947ddc38dd4c56a959893b8a9f49b5", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Item Maintenance", + "italic": true + } + ] + }, + { + "uid": "4932643628094f778a98b2cbf1fd58c1", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "8472238551f544bea7e8332a2cfce1cc", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "from the" + } + ] + }, + { + "uid": "fd07b29d096e4235938423c6c6e0df36", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "1d5b6d7d157048478852da35d4c16a7c", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Feed Type", + "bold": true + } + ] + }, + { + "uid": "a3ffd781898e44fc8e48c39e282d7f5a", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "bold": true + } + ] + }, + { + "uid": "984fe7bab06947b39f0e1fe5c37deec7", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "dropdown to view the status of the most recent feed. For additional details, see" + } + ] + }, + { + "uid": "e68f1cb6c1d749299a9ff8a6b76b31cc", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "66804cfe2ec74b048d4f1d38b8b534a6", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000007683" + }, + "children": [ + { + "text": "Activity Feed in Seller Center." + } + ], + "uid": "46fe19a559d647daa823dc24907c2119" + }, + { + "text": "" + } + ] + }, + { + "uid": "7c4273f13d2f47739bcf7cc6e167e7bb", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "bff867f441e44682956e569cd988fcda", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "9cf41294a0324966a16c4adbdd10a7dc", + "type": "h2", + "attrs": { + "id": "Multi-select", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Multi-select Attributes" + } + ] + }, + { + "uid": "b662641fa2af44989b5f3d6415133e91", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Marketplace sellers can choose to add more information for certain attributes. We call these " + } + ] + }, + { + "uid": "872f5e0285db4946817a7de8e573f3da", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Multi-select Attributes ", + "bold": true + } + ] + }, + { + "uid": "0814d01bbd4c45cbac9f67898efa1434", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "and they can be identified by a plus sign next to the attribute title." + } + ] + }, + { + "uid": "a1bbe6a776ec45dbb9c31ec0aab5757e", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "7e7c1a04a89241acb014f0c4b91910c6", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "d235e83b93d24aab8df18db832d3990f", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a637caa268dd4b4ba26091ab0f3184ea", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt8fe8ec2de66453e4", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt8fe8ec2de66453e4/650883d26517c0000dfcb27b/rtaImage_-_2023-09-18T100703.887.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100703.887.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "806px", + "width": "806px", + "max-height": "143px", + "height": "143px" + }, + "redactor-attributes": { + "position": "left", + "height": "143" + }, + "dir": "ltr", + "width": "806", + "max-width": "806", + "max-height": "143", + "height": "143" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "0eff986a01734d5e99b1d54f97abf340", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f7b62629755b45438c3b0789efc76343", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "While every category has different attributes, some of the most common multi-select attributes are:" + } + ] + }, + { + "uid": "2d6262a730fd49f8a3f14c40f0d8fca5", + "type": "ul", + "attrs": {}, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Key Features" + } + ], + "uid": "fb4533a44a63403d946a608cd5ec11fb" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Additional Image" + } + ], + "uid": "dc458e379f1442bc97b139b66f7df42d" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Color" + } + ], + "uid": "d40993adab7840f7a1231dbc91675d6c" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Variant Attributes" + } + ], + "uid": "7ab968778a0946bca335f2aeaf4c5af1" + } + ] + }, + { + "uid": "069a29a54a4140edbfecd7510d59201f", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "These attributes can have as many entries as required by your item. The first three are included in the downloaded spec. To add more, right-click the attribute title, or use the Excel Ribbon to add a new column to the sheet." + } + ] + }, + { + "uid": "36bd232babfd42cbba9c083e840cd0d6", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "003c953b61134b44b2e6ef57c9db1150", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt886c8f2ef564ee52", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt886c8f2ef564ee52/6508840fd63b5d000a9cd935/rtaImage_-_2023-09-18T100802.800.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100802.800.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "06d3eab73cf14babab1c5e32224269e2", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "458cf26643cb4004bf23873eba00c2d5", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE:", + "bold": true, + "italic": true + }, + { + "text": " The new column will automatically be added to the left. If you want to add columns to the end of a section, select the nearest column on the right.", + "italic": true + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Copy the information from the attribute next to it (Highlight the entire column) and paste it into the corresponding new cells. If you would like to keep track of how many additions, you can choose to change the number in the newly created column, for example: Additional Image URL 4 (+) instead of Additional Image URL 3 (+) (optional)." + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "2e0574ef34dd4e0484d68a8360c9323f", + "type": "h2", + "attrs": { + "id": "Update_Variant_Group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Update Variant Groups" + } + ] + }, + { + "uid": "ed76d43a8f9543efa45b01dbe35d188e", + "type": "h3", + "attrs": { + "id": "Adding_Items_to_an_Existing_Group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Add Items to Variant Groups" + } + ] + }, + { + "uid": "d9f274e67ed445d78bb1bbb8f3dc82d5", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Assign the same " + } + ] + }, + { + "uid": "b008fe3a907f4a74b246ca919df54856", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Variant Group ID ", + "bold": true + } + ] + }, + { + "uid": "f224394c93f44abd9773d94e41c86d48", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "to the new item to add it to an existing variant group. " + } + ] + }, + { + "uid": "6df1862e9c5a410585435f1eed72086f", + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "The new item(s) should have the same " + }, + { + "text": "Variant Attribute Name ", + "bold": true + }, + { + "text": "as the existing group. If you cannot find a corresponding column in this category, you should check that you've " + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000007680" + }, + "children": [ + { + "text": "selected the correct" + } + ], + "uid": "5609b25231864ccd8f85f0d4397b4dab" + }, + { + "text": " spec sheet. If this is the correct category, you should not set up this item using that Variant Attribute Name. " + } + ], + "uid": "39684e96f5eb4999a173666e167f2253" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Make sure that you define item details like size, color, etc. in the relevant attribute columns. " + } + ], + "uid": "b4215c73f76448b7bae297aecf1940dc" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "The new item(s) should also have the same " + }, + { + "text": "Swatch Variant Attribute ", + "bold": true + }, + { + "text": "(if applicable) as the existing group. " + } + ], + "uid": "b4fd8a984448443299f8024b736ea317" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If you include a swatch variant, include the swatch image URL in the " + }, + { + "text": "Swatch Image-Swatch Image URL", + "bold": true + }, + { + "text": " attribute column. " + } + ], + "uid": "ef78e06dbc61431e85fbc4eff7c3076d" + } + ] + }, + { + "uid": "ff146e16bb244f66af53557ba13aa145", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "8ba301dc62ff40d996c51a4369d54ad7", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "bltf93c8e91f02fa09f", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/bltf93c8e91f02fa09f/65088449d63b5d000a9cd939/rtaImage_-_2023-09-18T100902.181.jpeg", + "asset-name": "rtaImage_-_2023-09-18T100902.181.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "39402d0bca8c47c2a1334bb18288f4fe", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a18ce68d714c486c84d4830e45821e1e", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "Upload the item(s). The new item(s) will be added to the existing variant group. " + } + ] + }, + { + "uid": "088fa0f6837b4882b322ae7353bf987a", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "\n", + "break": true + } + ] + }, + { + "uid": "2a2e1f6ef4214beb94dc9870fef11ef2", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE", + "bold": true, + "italic": true + } + ] + }, + { + "uid": "26a5bae3142145e2ae888a3af1e33da8", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": ": Consider ", + "italic": true + } + ] + }, + { + "uid": "92ac7b0b380449a5abf04ae21b176213", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "https://gecrm.lightning.force.com/lightning/r/KB_Article__kav/ka08Y000001Q9FSQA0/view#Variant_Limits" + }, + "children": [ + { + "text": "variant limits" + } + ], + "uid": "e18f5251929f40d793c6a394b1be20e5" + }, + { + "text": "" + } + ] + }, + { + "uid": "7f284fdfb83d456aae72551cfc2fd637", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " ", + "italic": true + } + ] + }, + { + "uid": "b5d5b6739cbf4304945203dae8e29cdb", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "when adding items to a variant group.", + "italic": true + } + ] + }, + { + "uid": "537d15be92c342c3b7fa80960a89fac7", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "0fcdfb2285bc464ba4d1096710825fd3", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "8b5d8486bd88469f8b5ef2880e011689", + "type": "h3", + "attrs": { + "id": "Removing_Items_from_a_Variant_Group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Remove Items from a Variant Group " + } + ] + }, + { + "uid": "25fbd29334d04a459f69438e5dad09d9", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "There are two ways to remove an item from an existing variant group: by downloading the Item Maintenance spec in Seller Center or using the " + }, + { + "text": "Items", + "bold": true + }, + { + "text": " dashboard." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "To remove items using the Item Maintenance spec:" + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "8f57f86bdfef458eb9e7d276c3498d8f", + "type": "ol", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Navigate to the " + }, + { + "type": "a", + "attrs": { + "url": "www.seller.com/item/list" + }, + "children": [ + { + "text": "Items", + "bold": true + } + ], + "uid": "d8f87de5cd4d457494f8768b9ea096b4" + }, + { + "text": " dashboard and select " + }, + { + "text": "Manage Items", + "italic": true + }, + { + "text": " > " + }, + { + "text": "Update items", + "italic": true + }, + { + "text": "." + } + ], + "uid": "e5c7a180e0834418a7f8ac6ea7a25662" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "On the next page, choose " + }, + { + "text": "Seller Fulfilled", + "italic": true + }, + { + "text": "." + } + ], + "uid": "e4ed219a06cb47449e404aeeb55addc4" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Choose your preferred update method, then download the spec." + } + ], + "uid": "575fc96649994b36be281937b101bec8" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Add the " + }, + { + "text": "Product Type", + "bold": true + }, + { + "text": " and " + }, + { + "text": "Product ID", + "bold": true + }, + { + "text": " in the appropriate columns." + } + ], + "uid": "57749a2bb7154f889d75d65e41dfb13a" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Find the " + }, + { + "text": "Remove from Variant Group", + "bold": true + }, + { + "text": " column and choose " + }, + { + "text": "Yes", + "italic": true + }, + { + "text": " from the dropdown menu. " + } + ], + "uid": "53643b93f5854c38a7a7b36af6ad367b" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "When ready, upload the spec back into Seller Center.   " + } + ], + "uid": "5986352ec7004df48a7259dbd12414d9" + } + ] + }, + { + "uid": "03dca9fa110c4e72843b35b8d6ea8dd9", + "type": "p", + "children": [ + { + "text": "" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + }, + { + "uid": "bea564774f0a4d998195da1c8c2c1589", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blte313047d7d705499", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blte313047d7d705499/65088493269cb7000ace4002/rtaImage_(27).png", + "asset-name": "rtaImage_(27).png", + "asset-type": "image/png", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "905px", + "width": "905px", + "max-height": "139px", + "height": "139px" + }, + "redactor-attributes": { + "position": "center", + "height": "139" + }, + "dir": "ltr", + "width": "905", + "max-width": "905", + "max-height": "139", + "height": "139" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3a085801251c4324a4c2a8bf25bfe1a3", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "f6200abc2eb94e77a1f50d92fe2daaec", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE:", + "bold": true, + "italic": true + }, + { + "bold": true, + "text": " " + }, + { + "text": "It can take up to four hours for your changes to reflect on ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.company.com/" + }, + "children": [ + { + "text": "company.com" + } + ], + "uid": "uid" + }, + { + "text": ". If another seller or company offers your item in a ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000007667&language=en_US#Merged_Variant_Groups" + }, + "children": [ + { + "text": "merged variant group" + } + ], + "uid": "c6e1725a2e974e0db85d6ad6ac39dfa4" + }, + { + "text": ", it will not be removed from the merged group that appears on company.com.", + "italic": true + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "To remove an item from a variant group using the " + }, + { + "type": "a", + "attrs": { + "url": "www.seller.company.com/item/list" + }, + "children": [ + { + "text": "Items", + "bold": true + } + ], + "uid": "56f78f461bc14b22928cd1572cd59aee" + }, + { + "text": " dashboard:" + } + ] + }, + { + "uid": "83d2e03910d7454f89ae37de23648d86", + "type": "ol", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Navigate to the " + }, + { + "type": "a", + "attrs": { + "url": "www.seller.com/item/list" + }, + "children": [ + { + "text": "Items", + "bold": true + } + ], + "uid": "6843cc31826b4c21a9dcc0e12be7ca77" + }, + { + "text": " dashboard, then use the " + }, + { + "text": "Filters ", + "italic": true + }, + { + "text": "button to select " + }, + { + "text": "Variants", + "italic": true + }, + { + "text": " > " + }, + { + "text": "Variant item", + "italic": true + }, + { + "text": " > " + }, + { + "text": "Apply", + "italic": true + }, + { + "text": ". This will filter your Items by variant groups." + } + ], + "uid": "11f97e53072a49afa36fdf5ce85a8eb5" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Hover over the group you want to edit, then select the " + }, + { + "text": "Variant", + "italic": true + }, + { + "text": " item button when it appears." + } + ], + "uid": "a1ba888d0dea4161afb1b1e1c308afcb" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Select the " + }, + { + "text": "check box", + "italic": true + }, + { + "text": " next to the item you want to remove from the group, then select " + }, + { + "text": "Remove Variants", + "italic": true + }, + { + "text": " from the " + }, + { + "text": "More actions", + "bold": true + }, + { + "text": " dropdown in the upper right corner. " + } + ], + "uid": "1544b280038f4842ac939e8b4f647f82" + } + ] + }, + { + "uid": "a5295ccbbefe4c249b94ef8a0fab5f99", + "type": "p", + "children": [ + { + "text": "" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + }, + { + "uid": "5d7ed36a17af4c34be769587d97a5f45", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt9757ec78b480abc5", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt9757ec78b480abc5/650884f4269cb7000ace4006/Remove_Variants_(2).png", + "asset-name": "Remove_Variants_(2).png", + "asset-type": "image/png", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "907px", + "width": "907px", + "max-height": "453px", + "height": "453px" + }, + "redactor-attributes": { + "position": "center", + "height": "453" + }, + "dir": "ltr", + "width": "907", + "max-width": "907", + "max-height": "453", + "height": "453" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "150fd16634e5432aa68e483669182b2a", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "e9ff168a66fc4ee8950f20620a28f578", + "type": "h3", + "attrs": { + "id": "Combine_group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Combine Two Variant Groups into a Single Group" + } + ] + }, + { + "uid": "1cb9545aa99545c99bdf79ee1d3d0350", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Set the same Variant Group ID for all the items. Ensure that all the variant group parameters (Variant Attribute Name, Swatch Variant Attribute, etc.) are the same. Then, re-upload the items." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "The variant attributes must also match when merging groups and IDs. For example, if group 001 is divided by colors and group 002 by size, then the items in the combined group would need to include values in both color and size, to merge successfully. Please ensure that you provide Swatch image URLs for each line when you submit the spec sheet, or you may lose the images. " + } + ] + }, + { + "uid": "e9875c0b33da462087cb1dd57f695fb4", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "7dcab9806fa149b6b1ddf98f13681392", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt5836f49fccc75730", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt5836f49fccc75730/65088535e877e9000ae88e34/rtaImage_-_2023-09-18T101306.095.jpeg", + "asset-name": "rtaImage_-_2023-09-18T101306.095.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "486966e6b2124cd585efa304a9615df2", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a1f811fc4891461ebc6c828b9e772425", + "type": "h3", + "attrs": { + "id": "Separate_Group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Separate a Single Variant Group into Multiple Groups" + } + ] + }, + { + "uid": "b6900d83837e45ef895eb5bfbde3ada6", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Set a new Variant Group ID for the items you want to split from the group and configure all the variant group parameters. Then re-upload the items. " + } + ] + }, + { + "uid": "cc785d6f75a44021be0d38394992bebf", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "741d72dd28c74c0083d39f71429c49a0", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt7786512e2c01899a", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt7786512e2c01899a/65088560103154000dae7f6e/rtaImage_-_2023-09-18T101351.206.jpeg", + "asset-name": "rtaImage_-_2023-09-18T101351.206.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "b5346072e29c4718b119a61977653f6d", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "8630f0e020ce474f945be8898ce6d127", + "type": "h3", + "attrs": { + "id": "Add_New_Attribute", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Add New Variant Attributes " + } + ] + }, + { + "uid": "0ca31d8dc0504ab4860ec481d963b957", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Update the variant attributes in the Item Maintenance Spec and upload the file. For example, if the previous criteria for your variant group use the variant's color and size and you want to add a variant for fit." + } + ] + }, + { + "uid": "3eb5da006a3746788563e6d3e8ee9a42", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "fd1737e8b7aa431da36316d91b0e2423", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt78ff501a37adf5d6", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt78ff501a37adf5d6/650885946517c0000dfcb280/rtaImage_-_2023-09-18T101442.883.jpeg", + "asset-name": "rtaImage_-_2023-09-18T101442.883.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center" + }, + "redactor-attributes": { + "position": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ebb088d00a7b48388daf9f6c3265f2e4", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "0543d6178977453fb712ce1d475380d1", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Add a " + }, + { + "text": "Variant Attribute Names", + "italic": true + }, + { + "text": " row using the " + }, + { + "uid": "2f7d4d995b7843419ea31d5192fb8f85", + "type": "a", + "attrs": { + "url": "https://gecrm.lightning.force.com/lightning/r/KB_Article__kav/ka08Y000001Q9FSQA0/view#Multi-select" + }, + "children": [ + { + "text": "Multi-select Attribute" + } + ] + }, + { + "text": " process in your spec sheet or XML. You have to fill out the item attribute column for the new Variant attribute option as well. In the example below, we filled out the " + }, + { + "text": "Clothing Fit", + "italic": true + }, + { + "text": " Attribute in the orange section to correspond with the new Variant Attribute " + }, + { + "text": "clothingFit.", + "italic": true + }, + { + "text": " " + } + ] + }, + { + "uid": "d7906dbf98094a2d8f83b7bbcf416a45", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "229d3bc2d43641368a1e906b9efe6b18", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blt7004615fb784971b", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blt7004615fb784971b/650885bca39049000db77869/rtaImage_-_2023-09-18T101524.314.jpeg", + "asset-name": "rtaImage_-_2023-09-18T101524.314.jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "max-width": "907px", + "width": "907px", + "max-height": "152px", + "height": "152px", + "text-align": "center" + }, + "redactor-attributes": { + "position": "center", + "height": "152" + }, + "dir": "ltr", + "width": "907", + "max-width": "907", + "max-height": "152", + "height": "152" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "a8f9ee1d932c4a11ab13f593cd3d8a3a", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "eacb77816b5c41929f03f2bcfee496d9", + "type": "h2", + "attrs": { + "id": "Merged_Variant_Groups", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Merged Variant Groups" + } + ] + }, + { + "uid": "9b593873bd1a4e01a63da52d1535863b", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "If you create a variant group that contains items sold by another Warehouse Supplier, DSV or Marketplace seller, your two groups will merge to appear on the same page." + } + ] + }, + { + "uid": "67b259a6db004cad9c71138b726210ef", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "2ced99c904b94f88a07eea230ae0c4e8", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blte644efc92e6967c3", + "content-type-uid": "sys_assets", + "asset-link": "https://azure-na-images.contentstack.com/v3/assets/blta7903c6b840b702d/blte644efc92e6967c3/650885e74f22f8000d8c7b93/rtaImage_(28).png", + "asset-name": "rtaImage_(28).png", + "asset-type": "image/png", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": { + "text-align": "center", + "max-width": "798px", + "width": "798px", + "max-height": "598px", + "height": "598px" + }, + "redactor-attributes": { + "position": "center", + "height": "598" + }, + "dir": "ltr", + "width": "798", + "max-width": "798", + "max-height": "598", + "height": "598" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ca7ae2ae5fdd4e89b9adb9451555e895", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "0fb97b1a08324456bd0c50e84ad0c991", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "You can group, modify, and delete your own variant groups, but any items in another variant group will continue to appear within that group. The system algorithmically selects the best content, so your content may not appear on the " + }, + { + "text": "Item Page", + "bold": true + }, + { + "text": ". Providing high-quality content will improve the likelihood that your content will appear on the" + }, + { + "text": " Item Page", + "bold": true + }, + { + "text": ". The Buy Box Winner will be the first listing to appear on the page, but customers can choose from any listing. We recommend checking your Buy Box score for items sold in merged variant groups, as described in " + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000006427" + }, + "children": [ + { + "text": "Buy Box Reports" + } + ], + "uid": "126116fb450d425e8439a5d6aad952a7" + }, + { + "text": ".", + "italic": true + } + ] + }, + { + "uid": "02d3096bb2ed4d3b83aba1528a982540", + "type": "h2", + "attrs": { + "id": "Variant_Limits", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + }, + { + "text": "Variant Limits " + } + ] + }, + { + "uid": "7e1d86e119fb46fb940f4dcb844ffebd", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Having too many items in one variant group makes it challenging for customers to find the item they want. We recommend having fewer than 50 items for a variant group that varies by a single attribute (e.g., a towel with 50 different colors). We also recommend having fewer than 500 items for a variant group that varies by multiple attributes (e.g., pants with 25 different sizes and 20 different colors)." + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "**NOTE: ", + "bold": true + }, + { + "text": " If you do not see your update immediately, please allow the feed to process (some feeds can take up to 4 hours) and check again before submitting a ticket for Partner Support. To learn more about feeds, please review ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/seller/s/guide?article=000007683" + }, + "children": [ + { + "text": "Feed Status in Seller Center" + } + ], + "uid": "98c314e2715544b383dcdc464ddedb14" + }, + { + "text": ". ", + "italic": true + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "c23e71f36b124ea4ab2c07072a51074b", + "type": "h2", + "attrs": { + "id": "Variant_Errors", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Variant Group Errors" + } + ] + }, + { + "uid": "ac42c0a21fa1416dae067c1dd17f8404", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "You may receive an error message when you upload a spec sheet with a new or updated variant group." + } + ] + }, + { + "uid": "2f0270ddd13d4253b4ac0639a8936fd0", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "\n", + "break": true + } + ] + }, + { + "uid": "aead6f94947243bb967c060e28eebf68", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "17eb75e5d51a46bd839e863aa1e9c461", + "type": "p", + "attrs": { + "id": "Selecting_Invalid_Variant_Attributes", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Selecting Invalid Variant Attributes", + "bold": true + } + ] + }, + { + "uid": "ffb5950e99f24ef6b4215a0a4c36af1b", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Marketplace sellers often select a variant attribute for a spec field that they have not actually filled out. If you want to add or update a variant for an attribute, you must provide a value in that attribute column." + } + ] + }, + { + "uid": "f797de0fb08a4efc8844af77d809c1b4", + "type": "p", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "1f467731b2344634a3b474fa02d4261d", + "type": "p", + "attrs": { + "id": "Variant_Group_Limits", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Variant Group Limits", + "bold": true + } + ] + }, + { + "uid": "6d38f40d34ca42d29ad3338b4e04be98", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Variant groups cannot exceed 1,000+ variants. If you add more than 1,000 variants, you will receive an error message that reads: " + }, + { + "text": "\"Each variant group ID can only show up to 1,000 items on site. Please ensure your group has a maximum of 999 items.\"", + "italic": true + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "4dea25572f574cb891916b04962b2b57", + "type": "p", + "attrs": { + "id": "Duplicate_Variants", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Duplicate Variants", + "bold": true + } + ] + }, + { + "uid": "4955ec8cf1e441fcbc88369ed814c6ba", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "If you have multiple products in a variant group that has similar values, such as color, you may receive the following error: " + }, + { + "text": "\"Multiple items have the same values for their variant attributes. Please provide unique values or add more product variations to ensure your items are shown on site.\" ", + "italic": true + }, + { + "text": "To fix this error, please take one of the following actions:" + } + ] + }, + { + "uid": "6d35e056ed9e41abae44b3af017ed227", + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Make the Product Variation values unique:", + "bold": true + }, + { + "text": " If two items currently vary by the same color (e.g., Blue), change one of them to a different color (e.g., Navy Blue)." + } + ], + "uid": "737ed3befec04c1c9df772484f2a7505" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Select additional Product Variation(s) to make unique combinations of values: ", + "bold": true + }, + { + "text": "If two items currently vary by the same color (e.g., Blue), add the Product Variation for \"Size\" so the combination of values is different (e.g., item A will be Blue/Small, and item B will be Blue/Medium)." + } + ], + "uid": "65364c6495ac4a14bda9cced97c6ab33" + } + ] + } + ], + "_version": 23 +} \ No newline at end of file diff --git a/src/test/resources/reports/issue_oct.json b/src/test/resources/reports/issue_oct.json new file mode 100644 index 0000000..3aeae7d --- /dev/null +++ b/src/test/resources/reports/issue_oct.json @@ -0,0 +1,155 @@ +{ + "type": "doc", + "attrs": {}, + "uid": "7d20ddd1c7764fb398f5eebd122b3a23", + "children": [ + { + "uid": "4ed44402efbe4aef88c56b48ab90df1e", + "type": "ol", + "children": [ + { + "uid": "e4657cd07bc44613938019115fd0075d", + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Attempt these troubleshooting steps if you encounter an error when acknowledging an order:" + } + ] + }, + { + "uid": "df3e3f2ef1c54f90a225eb62561fd8bc", + "type": "ol", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "8a3ed68bbf324762868a5bba489de095", + "type": "li", + "attrs": {}, + "children": [ + { + "uid": "728f459306b74356ace7c74776087ef8", + "type": "p", + "children": [ + { + "text": "Clear your browser history (cache and cookies)." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "2f5bd433ccdf4e75aec3044eaaddb40f", + "type": "li", + "attrs": {}, + "children": [ + { + "uid": "3e3a34db6acb45f3801dd32f8435a0a5", + "type": "p", + "children": [ + { + "text": "Close any open browser windows." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "5c92220bd294423990132b6ab5e1006e", + "type": "li", + "attrs": {}, + "children": [ + { + "uid": "17d556d44ead41d5baaf5b092b70d05c", + "type": "p", + "children": [ + { + "text": "Restart your computer." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "b15be32b723a41b2b9e608c5118ecb4f", + "type": "li", + "attrs": {}, + "children": [ + { + "uid": "66b83ac57a564fffa320a88ed0d6cc63", + "type": "p", + "children": [ + { + "text": "Try to view the order(s) in an incognito window." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "75a0cabe941b46f2867ed5db8cf63928", + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "74a5b36c096a46d69bafe4e6478840b4", + "type": "p", + "children": [ + { + "text": "Try to view the order(s) in a different browser." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ] + } + ] + }, + { + "uid": "03c0cf39e8314875880ede67325254fd", + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If you are still unable to view the order(s) after attempting the steps above, continue to create a case." + }, + { + "text": "\n", + "break": true + } + ] + } + ], + "id": "2dc5dc600ba1414bb642907c58da9c42", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ] +} \ No newline at end of file diff --git a/src/test/resources/reports/lessthanequalto.json b/src/test/resources/reports/lessthanequalto.json index d4d9cca..689a94d 100644 --- a/src/test/resources/reports/lessthanequalto.json +++ b/src/test/resources/reports/lessthanequalto.json @@ -1,312 +1,5642 @@ -{"uid": "a59f9108e99747d4b3358d9e22b7c685", +{ "type": "doc", - "attrs": { - "dirty": true - }, - "children": [{ - "uid": "98b219ede27b4eb6a35eb6e9c66c1e01", - "type": "table", - "attrs": { - "rows": 3, - "cols": 3, - "colWidths": [ - 250, - 250, - 250 - ], - "style": { - "text-align": "center" - }, - "redactor-attributes": {}, - "dir": "ltr" - }, - "children": [ - { - "type": "thead", - "attrs": { - "style": { - "text-align": "center" - }, - "redactor-attributes": {} - }, - "children": [ - { - "type": "tr", - "attrs": { - "style": { - "text-align": "center" + "attrs": {}, + "uid": "fa16c0fb10514152bce32f821e8fc309", + "children": [ + { + "uid": "130fda52f021444ca59a06c3137b026a", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Fulfillment" + }, + "children": [ + { + "text": "Standard Fulfillment", + "id": "" + } + ] + }, + { + "uid": "a2edcef6c7414443bf285762fc4565c6", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "The fulfillment fee for standard items includes a base fee, plus" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "de83fc6ca0ff44a789d7fd9cf9f6faf0" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "https://sellerhelp.com/s/guide?article=000009215&language=en_US#AdditionalFees" + }, + "children": [ + { + "text": "additional fees" + } + ], + "uid": "0a9014addcc74b7fa718648ec075b29d" + }, + { + "text": " for apparel, hazardous materials, items with low retail prices and oversize items. Standard items are shipped by small parcel." + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "fdcf66e1857943aaa703679e90470315" + }, + { + "text": "An item is considered standard when it meets these criteria:", + "bold": true + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "dd154cd345a8469d827d2f7076de7b7d", + "type": "ul", + "attrs": {}, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Unit weight is less than or equal to 150 lb." + } + ], + "uid": "bffc785cdf3042f194189de26b954c84" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Longest side is less than or equal to 108 inches." + } + ], + "uid": "ade36bf253a34c1fbb8906c6cec15f72" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Longest side + girth* is less than or equal to 165 inches." + } + ], + "uid": "68b19ca3cd014b5b9799072ca97590e2" + } + ] + }, + { + "uid": "e9e8c0b3e61648c6a80c7e1542b38a2a", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "subscript": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "* Girth = 2*(width + height in inches)", + "subscript": true + } + ], + "uid": "341634920e134903b53de39da7a5579c" + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "If your item exceeds", + "bold": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "e736e89ce30d4a2ea879e3fd3729f583" + }, + { + "text": "any", + "italic": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "9879700f6d50442dba4488b791b7fca5" + }, + { + "text": "of these criteria,", + "bold": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "56fa04788aef45609de4960dbb3a039d" + }, + { + "text": "it’s considered a" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "5fb042de961546aeb99d77ae71443e78" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009215&language=en_US#BigBulkyFulfillment" + }, + "children": [ + { + "text": "big and bulky item" + } + ], + "uid": "c71213d03c694c6f8e7bc72db78c8633" + }, + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "9f40a4ae3d02450083f2d6fe05b68495" + }, + { + "text": "and must be shipped by freight. The big and bulky fulfillment fee will apply." + } + ] + }, + { + "uid": "1e0c17a6d29444d988140f7876a1dfe2", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "6af2f653394842feb9db59d79b5511ff", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Calculate the Base Fee for Standard Items" + } + ] + }, + { + "uid": "b9bec783f4ca401ab0d8a81cfe00def6", + "type": "h4", + "attrs": {}, + "children": [ + { + "text": "Step 1 – Measure your item’s dimensions." + } + ] + }, + { + "uid": "f61f3305a85a491e813d5d5a55c826f0", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "You’ll need these to calculate dimensional weight. If your item is" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "b00d59fc220e46caa20b7a7b99a8d267" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009215&language=en_US#AdditionalFees" + }, + "children": [ + { + "text": "oversize" + } + ], + "uid": "32d889bca7d64cd7ab855db9e6e83c16" + }, + { + "text": ", it may determine the starting unit weight and have an additional fee." + } + ] + }, + { + "uid": "be114026deaf4ade922c7ff6edccf107", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "5ee901ea809b436299fea21276d06a4c", + "type": "h4", + "attrs": {}, + "children": [ + { + "text": "Step 2 – Determine your item’s shipping weight." + } + ] + }, + { + "uid": "672aadd413334bb8b2f527297506575f", + "type": "table", + "attrs": { + "rows": 3, + "cols": 4, + "colWidths": [ + 250, + 250, + 250, + 250 + ], + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "disabledCols": [ + 2 + ] + }, + "children": [ + { + "uid": "a72474638f7348769588d5c71051e4df", + "type": "thead", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "uid": "ee00a4ef23bb4bf6a2fb5d0ece64327b", + "type": "th", + "attrs": {}, + "children": [ + { + "uid": "3db9155140fc4ef684456541f955c229", + "type": "p", + "children": [ + { + "text": "If your item is . . .", + "bold": true, + "attrs": {} + } + ], + "attrs": {} + } + ] + }, + { + "type": "th", + "attrs": {}, + "children": [ + { + "uid": "5089a6be2c1a4fdaa609f0bda1d411f7", + "type": "p", + "children": [ + { + "text": "Use . . .", + "bold": true, + "attrs": {} + } + ], + "attrs": {} + } + ], + "uid": "cd526dce99bf4f97a2d36f6f28083db6" + }, + { + "type": "th", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "To get final shipping weight . . ." + } + ], + "uid": "94d14600065c4d559e7d195d4f1d38f5" + } + ], + "uid": "a1b6c6ff63e64f638d248b237b358f13" + } + ], + "uid": "4ede45bbdaf447b2a712097df817997c" + } + ] + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "edfaa92f04f7428ca2348cc8b4670268", + "type": "trgrp", + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "uid": "69fac5de430546eb8aa4b9ca8ecb70eb", + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "32faf9eff79142829ea98e74711bade7", + "type": "p", + "children": [ + { + "text": "< 1 lb." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "e09b0007ccbd4edb88fbcb33d4cef89f", + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "94c059c515654ec69f06c77262263cc5", + "type": "p", + "children": [ + { + "text": "Unit weight" + } + ], + "attrs": {} + } + ] + }, + { + "uid": "2c7b792c2b694104b67435cd8bf389ec", + "type": "td", + "attrs": { + "rowSpan": 2, + "redactor-attributes": { + "rowspan": 2 + } + }, + "children": [ + { + "uid": "3af65ba1c6d54e6a9ff5e3cd3bc3a1ef", + "type": "ul", + "children": [ + { + "uid": "4672b3ddf1a74189900eda82a7104abc", + "type": "li", + "children": [ + { + "text": "Add 0.25 lb. for packaging materials" + } + ], + "attrs": {} + }, + { + "uid": "9ef790291344415abb4b8726432b747b", + "type": "li", + "attrs": {}, + "children": [ + { + "uid": "c39946f78f334d7e93c9f9d0c51be23e", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Then round up to the nearest pound." + } + ] + } + ] + } + ], + "id": "f36243e3b1874745b65d68d00d8310dd", + "attrs": {} + } + ] + } + ], + "uid": "82ee3197af0f41c59fa7610ee1211404" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "e82c70dfaeda450ebe7b0ed18f497cd9", + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "4ac5641320a4407abfbaf2e10c2ded2e", + "type": "p", + "children": [ + { + "text": "Between 1 lb. and up to 150 lb." + } + ], + "attrs": {} + } + ] + }, + { + "uid": "3f09d51aa9604aee8ddb38208e215256", + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "The greater of unit or dimensional weight" + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Dimensional weight = (length x width x height in inches) / 139" + } + ], + "uid": "003c6fd3c561470090e533c63b84bff9" + } + ] + } + ], + "uid": "ea452a3bdfc346b09713aed55aa68ed1" + } + ], + "attrs": {} + } + ], + "uid": "caaaf70372104c86b4b509de46c41b1c" + } + ] + }, + { + "uid": "eb8f372f45364a0eb5ce5c30354112e3", + "type": "h4", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3f68fae9fa81476399fed46ffe94535d", + "type": "h4", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Step 3 – Use this table to find your base fulfillment fee for standard items." + } + ] + }, + { + "uid": "847f0a1de8b4493f85529914762dd1e7", + "type": "h4", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3e6987a10a2d4756844b29df44715697", + "type": "table", + "attrs": { + "rows": 8, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" }, - "redactor-attributes": {} - }, - "children": [ - { - "type": "td", - "attrs": { - "style": { - "text-align": "center" - }, - "redactor-attributes": {} - }, - "children": [ - { - "text": "", - "bold": true - }, - { - "type": "span", - "attrs": { - "style": { - "text-align": "center" - }, - "redactor-attributes": {} - }, - "children": [ - { - "text": "Unit Weight", - "bold": true - } - ], - "uid": "1e27a697f7644a95bc8daaecb552b685" - }, - { - "text": "", - "bold": true - } - ], - "uid": "4c1719a47c724d1fb0ca7fc841688991" + "children": [ + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Shipping Weight" + } + ], + "uid": "972be8f852354bfd9e53f856040da8dd" + }, + { + "text": "" + } + ], + "uid": "f1ac154ad19c46cdbd7df9962066e63b" + } + ], + "uid": "51c9d78ce7c54433a4ead29af867edb4" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Standard Base Fee Per Unit " + } + ], + "uid": "1f80640b82dc4ddcb1669a1d9fe5cdc9" + }, + { + "text": "" + } + ], + "uid": "ab5829fe2b754f4eb0879d932bf57999" + } + ], + "uid": "11b0938a70f147dd90fbe7e229a07399" + } + ], + "uid": "e06414eb37a143c7b5e3db9ec47c7226" + } + ], + "uid": "b47f64a443514bc4a562191bb4e27168" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "≤ 1 lb." + } + ], + "uid": "1fd3f0d65182483ab90194dda5e0f8e7" + } + ], + "uid": "4788ef70db584d66b2ce6967b5cc810d" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$3.45" + } + ], + "uid": "d9d7553026f84ea6af8b6a79a06d0562" + } + ], + "uid": "6ddbd6a6322e4438985ae0f76b3fc701" + } + ], + "uid": "b69cbd71ebe94873ade5887af0b0c0b7" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": { - "style": { - "text-align": "center" - }, - "redactor-attributes": {} - }, - "children": [ - { - "text": "", - "bold": true - }, - { - "type": "span", - "attrs": { - "style": { - "text-align": "center" - }, - "redactor-attributes": {} - }, - "children": [ - { - "text": "Disposal Fee Per Unit", - "bold": true + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "35784e89b0eb4ce499c926f388aa7b15", + "type": "p", + "children": [ + { + "text": "2 lb." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "d5fa15dbeace48888fa1932b0f5a651e" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "9464e73d2b2d4aef816e1479d014c7d9", + "type": "p", + "children": [ + { + "text": "\n", + "break": true, + "attrs": {} + }, + { + "text": "$4.95" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "uid": "75dda0d145804a6dbbacaa6ff521ef9e" - }, - { - "text": "", - "bold": true - } - ], - "uid": "4328a7a20d5b47368830dfa55a955ef9" + } + ], + "uid": "e74cf85458e34889a1f13cb8d4464ab3" + } + ], + "uid": "d3d41685cc3148e68c04b0f3dcce7e1c" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": {}, - "children": [ - { - "text": "", - "bold": true - }, - { - "type": "span", - "attrs": {}, - "children": [ - { - "text": "Removal Fee Per Unit", - "bold": true + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "5aff61627d534293a8ed0505e450fa67", + "type": "p", + "children": [ + { + "text": "3 lb." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "uid": "a8302129adef434e9b268985d7870ead" - }, - { - "text": "" - } - ], - "uid": "4590072bdaea424593bc7ff222a91932" - } - ], - "uid": "0ae78b42040e4807a451b3e173bb8cd3" - } - ], - "uid": "12d41164166e41b890c87326ff65cdda" - }, - { - "type": "tbody", - "attrs": { - "style": {}, - "redactor-attributes": {}, - "dir": "ltr" - }, - "children": [ - { - "type": "tr", - "attrs": {}, - "children": [ - { - "type": "td", - "attrs": {}, - "children": [ - { - "uid": "80dc3945a1f449a78b8c80a0fb102e5f", - "type": "p", - "children": [ - { - "text": "≤ 2 lb." + } + ], + "uid": "d93850e937aa465cb21ee91c1e497dc0" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "1d379fd453c8442eaac329d11ed0eb6e", + "type": "p", + "children": [ + { + "text": "$5.45" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "attrs": {} - } - ], - "uid": "fdca6a4b02744ade95b809401b2b4d20" + } + ], + "uid": "688175ada7d14af1ae0a26e8c5ff8b0f" + } + ], + "uid": "f9426d85952d456a84e469f0365dbf7a" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": {}, - "children": [ - { - "uid": "1ab694568f69454ebb5212b00e747bf2", - "type": "p", - "children": [ - { - "text": "$0.35" + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "49d8ffe0b33c4f69be1b70ca408088d6", + "type": "p", + "children": [ + { + "text": "4–20 lb." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "attrs": {} - } - ], - "uid": "f8c227ca3cbd4c5dad90e838e317fbd8" + } + ], + "uid": "764cd277def443788b872ff1c09412a1" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$5.75 + $0.40 for each lb. > 4 lb." + } + ], + "uid": "3d63098ba8c74a838d70119a3b80f009" + } + ], + "uid": "4db1c6aa81d14a1f83a64b71a5455444" + } + ], + "uid": "5e066b6cdc5e4cc3b841cb958d047ea2" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": {}, - "children": [ - { - "uid": "71f28351d606455e8cc7ea97a91247eb", - "type": "p", - "children": [ - { - "text": "" - }, - { - "uid": "c0a74d86cb6f47f0a299af39ce9822cf", - "type": "span", - "attrs": {}, - "children": [ - { - "text": "Disposal fee + $0.40 per lb. shipping cost" - } - ] + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "21–30 lb." + } + ], + "uid": "0b981606684d4e2aae3af96b7ff194ed" + } + ], + "uid": "60417c6707e14dc1a8afaa786782ad5b" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$15.55 + $0.40 for each lb. > 21 lb." + } + ], + "uid": "0d5c633adc0642569adb857a8f7af3bb" + } + ], + "uid": "de39d8ab983f481880bf5291d377c67b" + } + ], + "uid": "eb35e960f68147c4a73387043f754768" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "31–50 lb.*" + } + ], + "uid": "125c761328eb419780bd2c3fd0bc9a12" + } + ], + "uid": "67de3ff469784411803340b2cdd40b3c" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$14.55 + $0.40 for each lb. > 31 lb." + } + ], + "uid": "8f011884bfb6482e90fd5296eea33263" + } + ], + "uid": "33758b4a796c47fda88f8449d715b6b3" + } + ], + "uid": "38f5d81df52a45c5a3807ebfb4c87b57" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "≥ 51 lb.*" + } + ], + "uid": "3b335cff759c4a7d9e0ea0165a64ef55" + } + ], + "uid": "40b1f6423fb34df9a2d72941b237c551" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$17.55 + $0.40 for each lb. > 51 lb." + } + ], + "uid": "fd78e239b8de4e9690a35b697156c5ec" + } + ], + "uid": "407e393b9a1f46769261a1802e8bc755" + } + ], + "uid": "fcc7fabb0845471ab43d790c85dde0f2" + } + ], + "uid": "619091ab80c34293b46971029aa743f2" + } + ] + }, + { + "uid": "8213542455dc4b449c238aed055ce06d", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "99ceaafee5cf4957bd87315866b7def8", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "*Heavier items may require more than two days for delivery because they're shipped using ground transportation." + } + ], + "uid": "c69ff491f85d41beae578c56170ba42d" + }, + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "uid": "e3448634a96c4e469be828751657bbcf", + "children": [ + { + "text": "" + } + ] + }, + { + "text": "\n" + } + ] + }, + { + "uid": "0939891a5a83489f972fa247ef7e6c5e", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "AdditionalFees" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "AdditionalFees" + }, + "uid": "d25e966f634c455ca5950ab772491a83", + "children": [ + { + "text": "" + } + ] + }, + { + "text": "Additional Fulfillment Fees", + "id": "" + } + ] + }, + { + "uid": "8d3f766023fd4cc68cea4d30a33c5990", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "For standard items only, add the following fees to the base fulfillment fee if your item applies. (These additional fees do" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "b02c92065966452f8c6500730e8b8ae8" + }, + { + "text": "not", + "italic": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "09d562e175bc4c20b0b37a311dc52b0f" + }, + { + "text": "apply to big and bulky items.)" + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "94af10605d814335b880b58b16a28775", + "type": "table", + "attrs": { + "rows": 6, + "cols": 3, + "colWidths": [ + 250, + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr", + "disabledCols": [ + 0 + ] + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "text": "" + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Type of Fee" + } + ], + "uid": "ce5999e65eac4f78bf8605033dcd6aab" + }, + { + "text": "" + } + ], + "uid": "9115b5ac7ced498b9eab80bc13ed650f" + } + ], + "uid": "d6fb1034bfce47758bea2bd916381ad9" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Criteria" + } + ], + "uid": "ff568ce4db234ac99b8adc5c88555a3e" + }, + { + "text": "" + } + ], + "uid": "11e7d879f67d4d3293a572156cb98235" + } + ], + "uid": "c8cf60231c6f45baa1bca79c1f1a0324" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Additional Fee Per Unit", + "bold": true + } + ], + "uid": "d592f1fdf83f4844b0f5f9289df1521b" + }, + { + "text": "" + } + ], + "uid": "71593578ef394b8f986e247c1dff7d46" + } + ], + "uid": "0c30577a39954cf09efc86d955ade19a" + } + ], + "uid": "42ff59a299614166aea27b4d585a3cad" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "7425c481fdff4419b0af639382162f07", + "type": "p", + "children": [ + { + "text": "Apparel" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "attrs": {} - } - ], - "uid": "799efa80b761476294bce34f28b92931" - } - ], - "uid": "489f18554ef847d7878a6f3ee3ae7f46" - }, - { - "type": "tr", - "attrs": { - "style": {}, - "redactor-attributes": {}, - "dir": "ltr" - }, - "children": [ - { - "type": "td", - "attrs": {}, - "children": [ - { - "uid": "473b5f39d3764fe4ae961a14b78e072a", - "type": "p", - "children": [ - { - "text": "3–500 lb." + } + ], + "uid": "665a01814424457287e5a075c69cee59" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "1fda9c8860424c508df629088888352b", + "type": "p", + "children": [ + { + "text": "Your item is an article of clothing." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "6811f148c3d944ea8108895f2f560128" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "7f26531b922447cda307a2fd22a07556", + "type": "p", + "children": [ + { + "text": "Add $0.50" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "attrs": {} - } - ], - "uid": "77deafba6c1c48d8b6d373ccda600665" + } + ], + "uid": "8773f467fa994299b89825f6bc62c4cb" + } + ], + "uid": "cd52212d980e4704818a3b9bfce97e2a" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": {}, - "children": [ - { - "uid": "39b132d9375d44fcb42e2d39990abe7a", - "type": "p", - "children": [ - { - "text": "$0.35 + $0.20 for each lb. > 2 lb." + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Hazardous materials" + } + ], + "uid": "1c95bdcf935d46f6b070644086750f94" + } + ], + "uid": "2c50667a54f5477c8323e7b93dc25cd2" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Your item is or contains a chemical, aerosol, pesticide or battery." + } + ], + "uid": "6343b97ad5e043cf85355aadc77cc2ab" + } + ], + "uid": "c1d7704c7080447ca759384e28df71b3" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "219a56f3937c43b783271927f7466d27", + "type": "p", + "children": [ + { + "text": "Add $0.50" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "attrs": {} - } - ], - "uid": "569c8ce8b09645ae829c0164b831958b" + } + ], + "uid": "d841d45ebe5b4dc2b9a59d33c3c9606b" + } + ], + "uid": "5a768ed0f2fa49ecb4f54f3b0917c9e4" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "type": "td", - "attrs": { - "style": {}, - "redactor-attributes": {}, - "dir": "ltr" - }, - "children": [ - { - "uid": "0a480e2f084c4b3ea13a45326537304f", - "type": "p", - "children": [ - { - "text": "" - }, - { - "uid": "cab90124f4c949938e67bfb2490fb7f8", - "type": "span", - "attrs": {}, - "children": [ - { - "text": "Disposal fee + $0.40 per lb. shipping cost" + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "b631aad5376346a3b4378e576bab0ea8", + "type": "p", + "children": [ + { + "text": "Retail price less than $10" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "4f8ec78cdd1946149573f5ee5f6954ee" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "2bd4997adad941dbb09092ed597f1f0c", + "type": "p", + "children": [ + { + "text": "Your item is priced under $10." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "5a8510897e4e4163b6a665e9184c72b8" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "dc0aebab69364f34ad8de6e011586c4d", + "type": "p", + "children": [ + { + "text": "Add $1" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "5054fb5557984c57b5baefdb943d1563" + } + ], + "uid": "de59a986d0b24bdaa5cdf86b712fc8d5" + }, + { + "uid": "a5903b8b7f4b403aac5592cee11f68ad", + "type": "trgrp", + "children": [ + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": { + "rowspan": 2 + }, + "dir": "ltr", + "rowSpan": 2 + }, + "children": [ + { + "uid": "4471c7846376447cbafd9f6054f6dc60", + "type": "p", + "children": [ + { + "text": "Oversize" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ] + } + ], + "uid": "59a25930a61c486d8e0273fda386100c" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" }, - { - "text": "" - } - ], - "attrs": { - "style": {}, - "redactor-attributes": {}, - "dir": "ltr" - } - } - ], - "uid": "61dacb2e8a5c499bb9627595f2f95bdc" + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "uid": "6b2ffdeed4a4454da13ab8fcc71d9564", + "children": [ + { + "text": "Your item meets " + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ], + "uid": "d1e39fed2ed5457c88b6a5a556fd3299" + }, + { + "text": "at least one", + "underline": true + }, + { + "bold": true, + "text": " " + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ], + "uid": "6def038ecfd24745a99eb09334bdfea7" + }, + { + "text": "of these criteria: " + } + ] + }, + { + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Longest side greater than 48\" and up to 96” " + } + ], + "uid": "cfff0ce953a744449005685e0edd33a2" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Median side greater than 30\"" + } + ], + "uid": "f362c3734c52411e8469d58c9a1a8502" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Longest side + girth greater than 105\" and up to 130”" + } + ], + "uid": "b4e44f58b9494e5d86305d14825f164a" + } + ], + "uid": "75f639c9d0cf4953bda5675febc38d5e" + } + ], + "uid": "d453a2174ac94422b66890cbdb16e932" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "89c6fe4a1dee4e5ebdf650b0ead945c2", + "type": "p", + "children": [ + { + "text": "Add $3" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "6efe4d2599454cfa809d8242308146ba" + } + ], + "uid": "3fa3835c17474daab15744d1d2542e5b" + }, + { + "uid": "44a4191310fd4513840e094bd20cfaed", + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "710c81f5410c4aecaf89d38230db7585", + "type": "td", + "attrs": { + "void": true, + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Your item meets " + }, + { + "text": "at least one", + "bold": true, + "underline": true + }, + { + "text": " of these criteria: " + } + ], + "uid": "7e29bc89726448c1bf0c9e6eb0b67a41" + }, + { + "uid": "14aba6d1064345c0a9144fa35f532c51", + "type": "ul", + "children": [ + { + "uid": "c84a44c40057470e9fa89c61ef6f078d", + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "3ffe6433985849bc99f0b41ae4ae184a", + "type": "p", + "children": [ + { + "text": "Longest side greater than 96\" and up to 108”" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ] + } + ], + "id": "8fafd3020596496991ad684f6df3ae05", + "attrs": { + "style": {} + } + }, + { + "uid": "6f0731ac73474d678b91712c58d9c460", + "type": "ul", + "id": "8fafd3020596496991ad684f6df3ae05", + "attrs": { + "style": {} + }, + "children": [ + { + "uid": "ed91a5c836624de7993d2fb86798c8cc", + "type": "li", + "children": [ + { + "type": "p", + "children": [ + { + "text": "Longest side + girth greater than 130\" and up to 165”" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "uid": "ececc54e86b84482bc11d7b7109a70b3" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ] + } + ], + "uid": "a6f20406a52345cd96acb08fbbc24a59" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Add $28" + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "The unit weight also starts at 90 lb. when determining the fulfillment fee." + } + ], + "uid": "c2e9865a52474207b596cfd424c480e3" + } + ], + "uid": "74f138b22a194201bcc848a331cb5c9a" + } + ] + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" } - ], - "uid": "11d64fa8181e4d1b983a271d2440c764" - } - ], - "uid": "11ce40d6b50b4440b1b0286974f84a33" - } - ] - }] + } + ], + "uid": "2862a51db8a64be5acea2f42e42cc381" + } + ] + }, + { + "uid": "89b171f59e654787ad9a77bddb8754cf", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Want an example? Go to ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.company.com/s/guide?article=000009891", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Calculating Your WFS Fees", + "italic": true + } + ], + "uid": "9c4e3e4b76b84a86bfa9e04b1f458e10" + }, + { + "text": " to see a sample item's fulfillment fee.", + "italic": true + } + ] + }, + { + "uid": "5803feb4ea824119adadf57356db7de7", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "35579a3324f04d849a0b7c5774ee4b7e", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "BigBulkyFulfillment" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "BigBulkyFulfillment" + }, + "uid": "269e39c6d39340bfb96b4836e2bc1ab1", + "children": [ + { + "text": "Big & Bulky Fulfillmen", + "id": "" + }, + { + "id": "BigBulkyFulfillment", + "text": "t" + } + ] + } + ] + }, + { + "uid": "25dee8cdbfa04b4cbf8d64206ca20019", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?language=en_US&article=000011223" + }, + "children": [ + { + "text": "Big and bulky items" + } + ], + "uid": "7eb3ad881ffe48aa8607ead8897f7ae0" + }, + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "ec8479c301164d539c47e15006b7b991" + }, + { + "text": "are shipped by freight. An item is considered big and bulky when it meets" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "f2df5674c3964fe0822be836d1c1f76c" + }, + { + "text": "at least one", + "bold": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "f83a387ae83b49358b1c46c0dbf4568c" + }, + { + "text": "of these criteria:" + }, + { + "text": "\n", + "break": true + }, + { + "text": " " + } + ] + }, + { + "uid": "68ad624e695c4601afbe5620776b6be3", + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Unit weight is greater than 150 lb. and up to 500 lb." + } + ], + "uid": "c0ed277a5ece4b609412d9a68d2833eb" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Longest side is greater than 108 inches and up to 120 inches" + } + ], + "uid": "17edfd2cc6c4439d83ecc14b42573530" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Longest side + girth* is greater than 165 inches" + } + ], + "uid": "2fa6308aeac4446196ed375daa2fb82a" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "uid": "d3166ad8c8734f3d998b62f0309b442f", + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Girth = 2*(width + height in inches)" + } + ], + "uid": "7f7b2356d41e46f7a4b245c3fc9e9114" + }, + { + "text": "\n\n", + "break": true + }, + { + "text": "Use the unit weight and round up to the nearest pound to calculate shipping weight. No additional fulfillment fees apply." + } + ] + } + ] + }, + { + "uid": "69d645d6b5094d0fa5a071774eeefef4", + "type": "table", + "attrs": { + "rows": 2, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "Shipping Weight " + } + ], + "uid": "18179aef4544411ba99b6c290d7b594c" + }, + { + "text": "" + } + ], + "uid": "a60fe665a9454d29b9d6db24ca82ee0b" + } + ], + "uid": "069952704d9d49a4b51d86c619819a11" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Big & Bulky Base Fee Per Unit " + } + ], + "uid": "64fb696109444d6a95163ff4023a601e" + }, + { + "text": "" + } + ], + "uid": "ead4508c29e741669e1dd7af453b5a9a" + } + ], + "uid": "dd5cbbefc40e43e1b58d073ff9751831" + } + ], + "uid": "be9b9d580358495ebed6ed35de5ce188" + } + ], + "uid": "09aa9ec1c40745febcdb5907a27ef5ea" + }, + { + "type": "tbody", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Up to 500 lb." + } + ], + "uid": "07ecb1e0740d459292edf6ed9e5fa778" + } + ], + "uid": "8c501637674a4f3c966683eceabf13e6" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$155 + $0.80 per lb. > 90 lb." + } + ], + "uid": "d4fa9d338639418facf79003d564be1e" + } + ], + "uid": "0e082bebb81840a4a6f23c1e48f9ed41" + } + ], + "uid": "a24c766996294411a9c34173d4463b25" + } + ], + "uid": "7b3020cf51754238aeb0a417a13e4e82" + } + ] + }, + { + "uid": "31e9759768b44ae79ca49f3447083de5", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "e624af8a7a95436b95262079b901813f", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Storage" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Storage" + }, + "uid": "86faf07dba694939b735e110ababee04", + "children": [ + { + "text": "Storage", + "id": "" + } + ] + } + ] + }, + { + "uid": "2486ab7e45664b1d85bfed4f20dcebdb", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "The storage fee is the cost of storing your items at a company fulfillment center. It's based on the volume of the product being stored and the length of time. The fees displayed below are based on a 30-day calendar month. (You can track how long items have been at fulfillment centers with the" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "0f6c50296036461abff8b450a3ec81d5" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.seller.com/wfsLite/reports" + }, + "children": [ + { + "text": "Inventory Health Report" + } + ], + "uid": "48b30b296b1f4cfc83665d0afe2db99b" + }, + { + "text": ".)" + } + ] + }, + { + "uid": "c2d16b3ebc1c458c9cf6e97450d59f60", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "d834ca2216c6494b8512cee5a1e01959", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Items Stored for Fewer Than 365 Days" + } + ] + }, + { + "uid": "0c0b412a910142f8b51259afe2a83a51", + "type": "table", + "attrs": { + "rows": 3, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Length of Time " + } + ], + "uid": "cd3f8102eb8541998eebf193c767f42c" + }, + { + "text": "" + } + ], + "uid": "0f49443b3f05434d9dcb421b194c0947" + } + ], + "uid": "561e5200a0d5481895866ee2d0a8bc2b" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Storage Fee Per Cubic Foot*" + } + ], + "uid": "598e4039e5b64dd8bfba3afe773029f3" + } + ], + "uid": "ecd97ded0f54495cbd0a4f689474abb7" + } + ], + "uid": "bd027b47cb4444bfb380207f87e7511f" + } + ], + "uid": "e404b851983e4e248ef03038a17f0317" + }, + { + "type": "tbody", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "January–September" + } + ], + "uid": "fcef6970cc94468fa900110052f140de" + } + ], + "uid": "2ddc93bdde10490cb3fd9ce05c49bc69" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$0.75 per cubic foot per month" + } + ], + "uid": "f0e90d323e514ef5aff38725ad4a8b0e" + } + ], + "uid": "dc2af680400c444dbd4fdf149c5d3bab" + } + ], + "uid": "2698ec1ccf0c48c59d34673c7179148b" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "ca51f7a71c5645f28951dfbe14196813", + "type": "p", + "children": [ + { + "text": "October–December" + } + ], + "attrs": {} + } + ], + "uid": "c93af540012143c8ba96018a53470ee8" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "789ff46499684d0baf79c055988b2c78", + "type": "p", + "children": [ + { + "text": "\n", + "break": true, + "attrs": {} + }, + { + "text": "$0.75 per cubic foot per month for items stored for fewer than or up to 30 days" + }, + { + "text": "\n\n", + "break": true, + "attrs": {} + }, + { + "text": "Add $1.50 per cubic foot per month for items stored for more than 30 days" + } + ], + "attrs": {} + } + ], + "uid": "018da18a1bfd4e8bb2ab200dea3a0230" + } + ], + "uid": "b5dd0e7ce75b4621b6e7e293c09ce049" + } + ], + "uid": "a777ce15a992484496a3099555e244a4" + } + ] + }, + { + "uid": "90df8c31b0b048b4b36ef30f7c4fceac", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "* Unit cubic feet = (length x width x height in inches) / 1,728" + } + ], + "uid": "1038c069291a479cb21a258f3ad0431e" + }, + { + "text": "" + } + ] + }, + { + "uid": "6e37f1b341434116b9577352540ac013", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "uid": "2cc7873b247e4376892e4c1042577afd", + "children": [ + { + "text": "" + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "1b523ac9ee0f4c19b2e1c8916b32c440", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Items Stored for More Than 365 Days" + } + ] + }, + { + "uid": "a217192d11de4f7ab879f619e13ecf96", + "type": "table", + "attrs": { + "rows": 2, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Length of Time" + } + ], + "uid": "341ad6306c1c47a697a35e24c19297e7" + }, + { + "text": "" + } + ], + "uid": "9fab5b57453e4f1da3d690723a04fce1" + } + ], + "uid": "fb20678916a04f69b5a64967d3677a38" + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "p", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "Storage Fee Per Cubic Foot*" + } + ], + "uid": "dc3907aab84646c389d0132c8f58749b" + } + ], + "uid": "ea2b548deaf5434c864c599510bb27ed" + } + ], + "uid": "48821fb2deff4cf9b2c47a883d34578d" + } + ], + "uid": "d251d8a2ef164991832e340c1962a034" + }, + { + "type": "tbody", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "More than 12 months " + } + ], + "uid": "307098a16501427190730be4e4df6f4a" + } + ], + "uid": "9f2d265cd97e4fc2b90e191d84432d54" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Up to $7.50 per cubic foot per month" + } + ], + "uid": "2a512e99ef3d4d64b5937754f1f63d0e" + } + ], + "uid": "c43efbc94c6c45378ab845fde7dc7963" + } + ], + "uid": "c617502f733243d482ba8b13dff6bebb" + } + ], + "uid": "5a03152618904a1c8a185212f3a0ef60" + } + ] + }, + { + "uid": "1e14e23e956444ea921325ce543ffda1", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "* Unit cubic feet = (length x width x height in inches) / 1,728" + } + ], + "uid": "92bb526357b64a06a5a12ad360351ed3" + }, + { + "text": "", + "break": true + } + ] + }, + { + "uid": "b87b2952d59346f6939d7c94f5643464", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Want an example? Go to ", + "italic": true + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009891", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Calculating Your WFS Fees", + "italic": true + } + ], + "uid": "8cd239b081d74c98b929c894e65026c6" + }, + { + "text": " to see a sample item's storage fee.\n", + "italic": true + } + ] + }, + { + "uid": "bbf84d03f8be4ebfa3b1b717ee531759", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "ProblemInventory" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "ProblemInventory" + }, + "uid": "718a11d7a8a3479cb75000e9006df461", + "children": [ + { + "text": "Problem Inventory", + "id": "" + } + ] + } + ] + }, + { + "uid": "699349b4af74410ca865d4b24e746aa0", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Problem inventory is any inbound shipment that can’t be received into a company fulfillment center. It may be returned to you at your expense if we can’t reach a resolution." + } + ] + }, + { + "uid": "fdc207a31a9940d0a840fbd3229c55ef", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "d095b056d8de4656a718769778afa178", + "type": "table", + "attrs": { + "rows": 3, + "cols": 2, + "colWidths": [ + 250, + 250 + ] + }, + "children": [ + { + "type": "thead", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "th", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Issue" + } + ], + "uid": "08ff44697abf49de96a0a4880306e2f1" + }, + { + "text": "" + } + ], + "uid": "54eb1b6406214f16a785da770fe84e1d" + }, + { + "type": "th", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Chargeback Fee Per Unit" + } + ], + "uid": "df189ab813a8443887c9460e60440dec" + }, + { + "text": "" + } + ], + "uid": "fefd77eea19f42779d4dd1fb49c6f613" + } + ], + "uid": "97a503523f064ffc9e3be4493f8f27af" + } + ], + "uid": "3bd6f284240a46d6a67c8891f8d29f1e" + }, + { + "type": "tbody", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "e168b9e23e2141a5862818a1c224053a", + "type": "p", + "children": [ + { + "text": "Missing or incorrect label" + } + ], + "attrs": {} + } + ], + "uid": "0be53d71114e46579c8db196502f4021" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "b5da4fa002c642f5b03da8b4ac2409ce", + "type": "p", + "children": [ + { + "text": "$0.65" + } + ], + "attrs": {} + } + ], + "uid": "8147de1c6b4a406cb26b6239f1bc0cdc" + } + ], + "uid": "7ad7a07477484f788a9fff7d36ccc491" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "a33dc476b3ca4c90b1948cdf555983ce", + "type": "p", + "children": [ + { + "text": "Missing or incorrect poly bag" + } + ], + "attrs": {} + } + ], + "uid": "b9705db5fce14c36bd35c57d4e861f11" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "21d0d45af44b4efb97742f582833b89e", + "type": "p", + "children": [ + { + "text": "$0.80" + } + ], + "attrs": {} + } + ], + "uid": "c77f374b4b764fccb6402de4a3ab48be" + } + ], + "uid": "a28d8aa0d1974225bd3e139f4fc90165" + } + ], + "uid": "0cf218c5a8444c0290a0538476c0678b" + } + ] + }, + { + "uid": "75eefa58b614456b8f2be31643c0533c", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n" + } + ] + }, + { + "uid": "904db334f81044688b5de3ff1876c3b1", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Return" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Return" + }, + "uid": "e208977578c549369004ffbf53325453", + "children": [ + { + "text": "Return Shipping & Exceptions", + "id": "" + } + ] + } + ] + }, + { + "uid": "dd4aa31cdd2f43a6b83ab85ad05531d2", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Return Shipping Fee" + } + ] + }, + { + "uid": "a931cdbeeb2548c897b025abee9c3537", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "The return shipping fee is based on shipping weight. Additional fees also apply for apparel, hazardous materials and oversize items. " + } + ] + }, + { + "uid": "4f8a3ea058124f1d957be377ed9b6fa2", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + } + ] + }, + { + "uid": "d70011a824de44b79d13ae7eaff0b10f", + "type": "table", + "attrs": { + "rows": 8, + "cols": 2, + "colWidths": [ + 250, + 250 + ] + }, + "children": [ + { + "type": "thead", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "th", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Shipping Weight " + } + ], + "uid": "2174dfd4a7ce42868b701e3afa7401b4" + }, + { + "text": "" + } + ], + "uid": "cc70b0a5ccf94d4fa3462790f3a5fa2a" + } + ], + "uid": "7b470b2e167440f2ae30219a1ac8a4eb" + }, + { + "type": "th", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Standard Return Fee Per Unit " + } + ], + "uid": "3aca7768994b4c829414a14841a10b6e" + }, + { + "text": "" + } + ], + "uid": "b2bec34941554f1fa3aa8a6a2a5ef18f" + } + ], + "uid": "ca6a30d96ff943a29102eb3d68a2816f" + } + ], + "uid": "4a941111e1c346e1afd8212f6d2f97d2" + } + ], + "uid": "74e0f1e9bdff4e7d8027552c57ea40ba" + }, + { + "type": "tbody", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "≤ 1 lb." + } + ], + "uid": "7a8d5910484a4998bed0abf265d8f26b" + } + ], + "uid": "366eea8d4dc9475a9f312e525fc258af" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$4.70" + } + ], + "uid": "bb8ff63ecb4d4b13811c12a42f824679" + } + ], + "uid": "42ab5aaeb37c49a6946d76a9b0e166a4" + } + ], + "uid": "1a4d951455984f6c9b1c825a7774e07b" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "bc5feb469a9848279d75abf03ec0417a", + "type": "p", + "children": [ + { + "text": "2 lb." + } + ], + "attrs": {} + } + ], + "uid": "ff98a05471bb4428bbe7402d6e994c20" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "1f96787e6a314b0ebbe1dfd2db0258a8", + "type": "p", + "children": [ + { + "text": "\n", + "break": true, + "attrs": {} + }, + { + "text": "$6.20" + }, + { + "text": "\n", + "break": true, + "attrs": {} + }, + { + "text": " " + } + ], + "attrs": {} + } + ], + "uid": "c95e5c65e15646f5b4bd8ba7b7c6d6fe" + } + ], + "uid": "6ae1334c1387454a9a99f8c841e26df0" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "32c74af2e04c41c3818eb26eafb784bf", + "type": "p", + "children": [ + { + "text": "3 lb." + } + ], + "attrs": {} + } + ], + "uid": "51d80c0f3b144da786bf540503b2ee76" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "564ba730f8904d589ba41e812538e672", + "type": "p", + "children": [ + { + "text": "$6.70" + } + ], + "attrs": {} + } + ], + "uid": "d65cb5d97dce4f1d83b72d6a268b98ce" + } + ], + "uid": "4e4e017c2dc24e85a69f9b90d6b7f331" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "8eb11b276f63458f8822b5e681897d6a", + "type": "p", + "children": [ + { + "text": "4–20 lb." + } + ], + "attrs": {} + } + ], + "uid": "924c7b653a784bc99f1b3b5deef570a4" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$7.00 + $0.40 for each lb. > 4 lb." + } + ], + "uid": "c944e2a5cb104cdfafdb7519b850b239" + } + ], + "uid": "522831e3c2764db08c61294e932553c3" + } + ], + "uid": "3731ced2d8464c04bd083ee2abf5249a" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "21–30 lb." + } + ], + "uid": "5dfdea63aa9c42498458d651eb1c6e1b" + } + ], + "uid": "267cfa0534b54cf4abcbc5c1c1d62569" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$15.55 + $0.40 for each lb. > 21 lb." + } + ], + "uid": "9d9e45cd39374b9ebbd2dc68a7b8f080" + } + ], + "uid": "ef95a553ee134192be980d7db1e7ccd3" + } + ], + "uid": "8ddd9b4ff9044a7d859aa0e26e916775" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "31–50 lb." + } + ], + "uid": "aa1508c2ce284c8fb8734f079fddc593" + } + ], + "uid": "0ae55aa401e24881be5235133920b3c4" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$14.55 + $0.40 for each lb. > 31 lb." + } + ], + "uid": "38f76ecdd7fe41c5899511f5d54d41ed" + } + ], + "uid": "19cbebf1e50b4ab8accea5c19fdeb275" + } + ], + "uid": "348b458b7c1e4eed9eda018de2fd03e4" + }, + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "≥ 51 lb." + } + ], + "uid": "b2523742c9f8474abbdcc5b14dcee0c7" + } + ], + "uid": "908965add2b44d339d4d413606c72edf" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "$17.55 + $0.40 for each lb. > 51 lb." + } + ], + "uid": "ab9d6984f30c4ab3bd835e49310601b9" + } + ], + "uid": "6c457ada15c2478694945bd59ecc7ca4" + } + ], + "uid": "40ee6429514542fe8cc5060b229a3150" + } + ], + "uid": "f7dc595e97434f2983f580b2e51eb699" + } + ] + }, + { + "uid": "df7641c1c5df44aba94ebde972414998", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": " " + } + ] + }, + { + "uid": "4e7b8cc6b4384240b090de9ac6b8d6f2", + "type": "table", + "attrs": { + "rows": 2, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": {}, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "th", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Shipping Weight " + } + ], + "uid": "433a875e864444378046f40f555df267" + }, + { + "text": "" + } + ], + "uid": "aa9b902c4b6b4f4a893258f0db060f61" + } + ], + "uid": "d0b4d5af0a9545e0bc3254b76fc12c28" + }, + { + "type": "th", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Big & Bulky Return Fee Per Unit " + } + ], + "uid": "d3fc5ef75ba44c64a41c587b0bc15d2a" + }, + { + "text": "" + } + ], + "uid": "3221e5d0b966412eb0583d02e09f500a" + } + ], + "uid": "58862fc1bac34b95b0c261875c72de9b" + } + ], + "uid": "105150e831a2485494779a23be20e821" + } + ], + "uid": "a148bce6659a4aeba0ddb7b134c407f9" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Up to 500 lb." + } + ], + "uid": "1b26bcc781264e4aa0addd93acadc6bc" + } + ], + "uid": "20b0356ed0f642439595483436c7c527" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "$155 + $0.80 per lb. > 90 lb." + } + ], + "uid": "1977123ba7a74c43956d15cd92cc8571" + } + ], + "uid": "6dc27200ed17460e87ef8bd93fd1dc4f" + } + ], + "uid": "458bf342b61641c08fb0c24e0beede36" + } + ], + "uid": "ab1d0b064d3c4dc9a30a93ca41b16b86" + } + ] + }, + { + "uid": "abc27aa65dd148bb9f5ceb872db9c8e9", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "27862386e69d41a4938ee4ea9c4620d9", + "type": "h3", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Fulfillment & Returns Exceptions" + } + ] + }, + { + "uid": "3e2349d640bd416cbdc92b88174dde59", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "company will cover the cost of return shipping for any returns identified as " + }, + { + "text": "company at fault", + "italic": true + }, + { + "text": ". These include lost in transit, lost after delivery, unable to deliver, item damaged, shipping box damaged, arrived late, and wrong item received." + } + ] + }, + { + "uid": "aa0a813e291149c186076a4bb9b5a621", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "break": true, + "text": "" + } + ] + }, + { + "uid": "599fb5b145ca42a69de1bf006afb6b73", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Sellers are responsible for paying the return shipping for any returns that are not identified as " + } + ] + }, + { + "uid": "04932436a077460b87604f019e23dca1", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "company at fault", + "italic": true + }, + { + "text": ". These include but are not limited to wrong size/poor fit, poor quality, missing parts or instructions, not as described, device or part(s) do not work, seller issued refund, bought another size or color, bought somewhere else, lower price, customer refused shipment, no longer wanted, difficult to setup/not compatible, color not as expected, and did not like fabric." + } + ] + }, + { + "uid": "4c3791bc6d82419b8081896071ce1cd5", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Fulfillment Exceptions" + } + ] + }, + { + "uid": "341f5eb59aea4beab04786d74ba0c1ca", + "type": "table", + "attrs": { + "rows": 3, + "cols": 2, + "colWidths": [ + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr", + "disabledCols": [ + 0, + 1 + ] + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "th", + "attrs": { + "colSpan": 2, + "redactor-attributes": { + "colspan": 2 + }, + "style": { + "text-align": "center" + } + }, + "children": [ + { + "uid": "8525e498d7804efcb09fd899769d9132", + "type": "p", + "children": [ + { + "text": " By End of Payment Cycle" + } + ], + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + } + } + ], + "uid": "92e61034c66a4116b3c2cc53d955d75f" + }, + { + "uid": "1d457fab6f224d7ba5d3c820ad590b18", + "type": "th", + "attrs": { + "void": true + }, + "children": [ + { + "text": "" + } + ] + } + ], + "uid": "10340b42e9dd4f07b1273db0c6b9808f" + } + ], + "uid": "b922988dd2f34c9b88522c896f6a711c" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "text": "company at fault", + "bold": true, + "attrs": {} + }, + { + "text": "\n\n", + "break": true, + "attrs": {} + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Damaged or lost in fulfillment center" + } + ], + "uid": "5969a938ca534d27addf8efe1ebb4efa" + }, + { + "text": "" + } + ], + "uid": "e294b49a50304beeb59d93e5c2d91fdf" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "text": "You’re" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "e2055a104045478e8f67f4cfbd5dbad6" + }, + { + "text": "credited", + "italic": true, + "attrs": {} + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "c67aa5b5f5c14964b27ac8a2ab85494d" + }, + { + "text": "the original sales price. We retain fulfillment and commission fees. " + } + ], + "uid": "cb1053e2a0be434fafe5b90416e5ebc9" + } + ], + "uid": "64977c60c1a74591895c5750d85433dc" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "7e0e44ba1a634a9ca0e823ba2edd34a8", + "type": "p", + "children": [ + { + "text": "company at fault", + "bold": true, + "attrs": {} + }, + { + "text": "\n\n", + "break": true, + "attrs": {} + }, + { + "text": "Lost in transit to customer" + } + ], + "attrs": {} + } + ], + "uid": "d4a600ccb35b4212bfd8a9ddf1c9f9eb" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "eb481f6d3f6a4f9f8eccc79dd53b3ae6", + "type": "p", + "children": [ + { + "text": "No adjustments: You retain the original sales price. We retain fulfillment and commission fees." + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "7f6d70b94790494481e6676618b739aa" + } + ], + "uid": "28d47c3a966941a699ad94480ef390ea" + } + ], + "uid": "dcea27f4c000484da2077badf5ea45f5" + } + ] + }, + { + "uid": "b29660ee6b2f4da7b8282d2ba034255e", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "7de3941a4cb6424d9dd2dbc8b754a5e3", + "type": "h3", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Return Exceptions" + } + ] + }, + { + "uid": "58fe26dc98924bb68f7ddf9a34051c52", + "type": "table", + "attrs": { + "rows": 4, + "cols": 3, + "colWidths": [ + 250, + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr", + "disabledCols": [ + 0, + 1 + ] + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "th", + "attrs": { + "colSpan": 2, + "redactor-attributes": { + "colspan": 2 + }, + "style": { + "text-align": "center" + }, + "dir": "ltr" + }, + "children": [ + { + "uid": "3c5a966ca6da4489a5027ec759a2c147", + "type": "p", + "children": [ + { + "text": " Upon Return" + } + ], + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "5f2560f79d294db4b570ab4140bda0cf" + }, + { + "uid": "f292a1c996054d609f6e4d8ab6a43181", + "type": "th", + "attrs": { + "void": true, + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "type": "th", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Dependent on Inventory Condition", + "bold": true + } + ], + "uid": "cc5f6dadf05446f3899513b98bf18e54" + }, + { + "text": "" + } + ], + "uid": "07575f0d31c64194a77810f89135e475" + } + ], + "uid": "030400084fe24fa4b57bc0cc52d61593" + } + ], + "uid": "419ed2aa0d404e68bc6eeee74d1cb21c" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "4b058cb9194049a2a9f1c7b0fd174cd8", + "type": "trgrp", + "children": [ + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": { + "rowspan": 2 + }, + "dir": "ltr", + "rowSpan": 2 + }, + "children": [ + { + "uid": "5476704e0e324f5991f6e8e9e22aaa26", + "type": "p", + "children": [ + { + "text": "company at fault ", + "bold": true, + "attrs": {} + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "a29ff2dea67045d5ba3fd8fd840496ca" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": { + "rowspan": 2 + }, + "dir": "ltr", + "rowSpan": 2 + }, + "children": [ + { + "uid": "82e3bb97d586457a9c4b9c664ece5fff", + "type": "p", + "children": [ + { + "text": "We cover the return shipping fee. " + }, + { + "text": "\n\n", + "break": true, + "attrs": {} + }, + { + "text": "No adjustments: You retain the original sales price. We retain the fulfillment and commission fees. " + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "d5798cf8a18b486f8d978570e59cb797" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If the returned item is deemed sellable, we’ll restock it. In this case, the sale is reversed: you’re" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "fb7fac12106b46a0aa991a603d1a272b" + }, + { + "text": "charged", + "italic": true, + "attrs": {} + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "95698680fa924e76b72e72efb7d6b7e5" + }, + { + "text": "the original sales price, but" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "cc16a34f6d3c49dabbf50eed8ffee302" + }, + { + "text": "credited", + "italic": true, + "attrs": {} + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "1d2bfa66881a4d7db4af0958b98313da" + }, + { + "text": "fulfillment and commission fees. " + } + ], + "uid": "823e5fc6f8fb4542869c7e069762280f" + } + ], + "uid": "b3ed0e9dd13f4d7fa41d38937a3bad92" + }, + { + "uid": "a3b57bcc26824b3c9c1464baa64c261e", + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "a5fd526d61ad47c185c4c7ef4631e5ed", + "type": "td", + "attrs": { + "void": true, + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ac03dc8db19349cbbca831d23355f148", + "type": "td", + "attrs": { + "void": true, + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "6da5514d2dcc4d47a37cfe1cdb73ba78", + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If the returned item is deemed unsellable, we’ll keep the inventory regardless of any " + }, + { + "uid": "8cb104e01104421d8e3f5ae5d2939651", + "type": "a", + "attrs": { + "url": "www.seller.com/seller-profile/return-policy", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "return preferences" + } + ] + }, + { + "text": " set by you. " + } + ], + "uid": "1b48c2d16c184e499a0c2d4c83ac4003" + } + ] + } + ] + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "1afc8200614f4c5f9f0f4a65b90230bb", + "type": "p", + "children": [ + { + "text": "Seller at fault", + "bold": true, + "attrs": {} + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "5c03dabdfde2461bb9281980b9f2a53d" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "You pay the return shipping fee. " + }, + { + "text": "\n\n", + "break": true, + "attrs": {} + }, + { + "text": "The sale is reversed: You’re" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "70cc18c72f344b7397f32762ad62825b" + }, + { + "text": "charged", + "italic": true, + "attrs": {} + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "8bffe90318b14b06b70cbe07c919e619" + }, + { + "text": "the original sales price and" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "49815feed0f34b9db558f30b20213d4a" + }, + { + "text": "credited", + "italic": true, + "attrs": {} + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "1f22ff1141ba44878ef3fc19b44e0124" + }, + { + "text": "only the commission fee. We retain the fulfillment fee. " + } + ], + "uid": "b69a3a10e28d44beb1c56138694ae6d1" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "If the returned item is deemed unsellable or you’ve set specific" + }, + { + "type": "span", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": " " + } + ], + "uid": "02eb54485b21412e97f979110a0a698f" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.seller.com/seller-profile/return-policy", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "return preferences" + } + ], + "uid": "335941ff426e414a996a9eb29b4c5a03" + }, + { + "text": ", removal or disposal fees will apply." + } + ], + "uid": "f97574252eb8406888c55d9247286814" + } + ], + "uid": "b9011b20c6654ad6af06517d09fd9b96" + } + ], + "uid": "ef05e488d04b43c38d57edbca360cfda" + } + ] + }, + { + "uid": "3bd87dd4e8154f459af636f835ae02f1", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "DisposalRemoval" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "DisposalRemoval" + }, + "uid": "f136f09e347e44dea06b18f6804b664f", + "children": [ + { + "text": "Disposal & Removal", + "id": "" + } + ] + } + ] + }, + { + "uid": "1cc4697fb06544949a736b2136dfe340", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "Items can be disposed of or removed from inventory and shipped back to you for a per-unit fee. " + }, + { + "text": "\n", + "break": true + }, + { + "text": " ", + "bold": true + } + ] + }, + { + "uid": "98b219ede27b4eb6a35eb6e9c66c1e01", + "type": "table", + "attrs": { + "rows": 3, + "cols": 3, + "colWidths": [ + 250, + 250, + 250 + ], + "style": { + "text-align": "center" + }, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "thead", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "tr", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "type": "td", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "", + "bold": true + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "Unit Weight", + "bold": true + } + ], + "uid": "1e27a697f7644a95bc8daaecb552b685" + }, + { + "text": "", + "bold": true + } + ], + "uid": "4c1719a47c724d1fb0ca7fc841688991" + }, + { + "type": "td", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "", + "bold": true + }, + { + "type": "span", + "attrs": { + "style": { + "text-align": "center" + }, + "redactor-attributes": {} + }, + "children": [ + { + "text": "Disposal Fee Per Unit", + "bold": true + } + ], + "uid": "75dda0d145804a6dbbacaa6ff521ef9e" + }, + { + "text": "", + "bold": true + } + ], + "uid": "4328a7a20d5b47368830dfa55a955ef9" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "text": "", + "bold": true + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Removal Fee Per Unit", + "bold": true + } + ], + "uid": "a8302129adef434e9b268985d7870ead" + }, + { + "text": "" + } + ], + "uid": "4590072bdaea424593bc7ff222a91932" + } + ], + "uid": "0ae78b42040e4807a451b3e173bb8cd3" + } + ], + "uid": "12d41164166e41b890c87326ff65cdda" + }, + { + "type": "tbody", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "tr", + "attrs": {}, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "80dc3945a1f449a78b8c80a0fb102e5f", + "type": "p", + "children": [ + { + "text": "≤ 2 lb." + } + ], + "attrs": {} + } + ], + "uid": "fdca6a4b02744ade95b809401b2b4d20" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "1ab694568f69454ebb5212b00e747bf2", + "type": "p", + "children": [ + { + "text": "$0.35" + } + ], + "attrs": {} + } + ], + "uid": "f8c227ca3cbd4c5dad90e838e317fbd8" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "71f28351d606455e8cc7ea97a91247eb", + "type": "p", + "children": [ + { + "text": "" + }, + { + "uid": "c0a74d86cb6f47f0a299af39ce9822cf", + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Disposal fee + $0.40 per lb. shipping cost" + } + ] + }, + { + "text": "" + } + ], + "attrs": {} + } + ], + "uid": "799efa80b761476294bce34f28b92931" + } + ], + "uid": "489f18554ef847d7878a6f3ee3ae7f46" + }, + { + "type": "tr", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "473b5f39d3764fe4ae961a14b78e072a", + "type": "p", + "children": [ + { + "text": "3–500 lb." + } + ], + "attrs": {} + } + ], + "uid": "77deafba6c1c48d8b6d373ccda600665" + }, + { + "type": "td", + "attrs": {}, + "children": [ + { + "uid": "39b132d9375d44fcb42e2d39990abe7a", + "type": "p", + "children": [ + { + "text": "$0.35 + $0.20 for each lb. > 2 lb." + } + ], + "attrs": {} + } + ], + "uid": "569c8ce8b09645ae829c0164b831958b" + }, + { + "type": "td", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "uid": "0a480e2f084c4b3ea13a45326537304f", + "type": "p", + "children": [ + { + "text": "" + }, + { + "uid": "cab90124f4c949938e67bfb2490fb7f8", + "type": "span", + "attrs": {}, + "children": [ + { + "text": "Disposal fee + $0.40 per lb. shipping cost" + } + ] + }, + { + "text": "" + } + ], + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + } + } + ], + "uid": "61dacb2e8a5c499bb9627595f2f95bdc" + } + ], + "uid": "11d64fa8181e4d1b983a271d2440c764" + } + ], + "uid": "11ce40d6b50b4440b1b0286974f84a33" + } + ] + }, + { + "uid": "8f84ea144c434ccea8ce833caab76545", + "type": "h3", + "attrs": {}, + "children": [ + { + "text": "Hazmat Items" + } + ] + }, + { + "uid": "72106be91a2d498097b67cb6a185d801", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Add $0.50 to the base fee" + } + ] + }, + { + "uid": "6a009e6ffe864187b51e5b4cfe7e9317", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "e341808c7a4f4fb0a07e13b4cd00ad52", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "AdditionalPrograms" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "AdditionalPrograms" + }, + "uid": "763726ed369e41b1aebc8398645c0b5f", + "children": [ + { + "text": "Additional WFS Programs", + "id": "" + } + ] + } + ] + }, + { + "uid": "42f014780a9a433c9142f97ee2da7231", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Additional programs may be available to WFS sellers. Find information in the links below, and additional fees may apply. " + } + ] + }, + { + "uid": "eb710f1ff19a478490e7be213405dadd", + "type": "ul", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Send company-fulfilled items made up of multiple boxes with" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "e0a850ab6afd48c39f69d6b267a68cc3" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000010431" + }, + "children": [ + { + "text": "Multi-Box" + } + ], + "uid": "d5355e99973e4a54aabf5cea7b0d707b" + }, + { + "text": "." + } + ], + "uid": "67509d9a59844a0a8cfcb40d810bf1e2" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Outsource your inventory preparation with" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "a4a5929d40774475a23f2dfd70bbefb7" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009900" + }, + "children": [ + { + "text": "Prep Services" + } + ], + "uid": "cb7fa66daf184c80ac056c2a585a448c" + }, + { + "text": "." + } + ], + "uid": "976a10ce87004a6a956f00b25b7b592f" + }, + { + "type": "li", + "attrs": {}, + "children": [ + { + "text": "Enjoy reduced shipping rates with the" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "10c817b944c1408181499e133c7544c3" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009514" + }, + "children": [ + { + "text": "Preferred Carrier Program" + } + ], + "uid": "93d7191615824817a007970150b424b6" + }, + { + "text": "." + } + ], + "uid": "430adeafb1554a62b34be7243a418fd6" + }, + { + "type": "li", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Simplify distributing inventory across the WFS network with" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "7bb4c1900a454edb9d9e3d0df249b177" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.sellerhelp.com/s/guide?article=000009930" + }, + "children": [ + { + "text": "Inventory Transfer Services" + } + ], + "uid": "feac428a1662420fa22cd727ab819bf1" + }, + { + "text": "." + }, + { + "text": "\n", + "break": true + } + ], + "uid": "751ae80757d04e348da4e6f17163c482" + } + ] + }, + { + "uid": "dc0a9ed9ff974637859036b33a5cd4f3", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Last updated: September 14, 2023", + "bold": true, + "italic": true + } + ] + }, + { + "uid": "6ded81113e6844db98ec4eecc01db491", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + } + ], + "_version": 30 } \ No newline at end of file diff --git a/src/test/resources/reports/oct_7.json b/src/test/resources/reports/oct_7.json new file mode 100644 index 0000000..cf2cff9 --- /dev/null +++ b/src/test/resources/reports/oct_7.json @@ -0,0 +1,990 @@ +{ + "type": "doc", + "attrs": {}, + "uid": "c517d4c5864e4f59a7db5421ba6e6bc0", + "children": [ + { + "uid": "0185d2693f9647a79568073f09f5061e", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "In this article:", + "bold": true + } + ] + }, + { + "uid": "489d2905ef3e46ceb476484b6ec1fcd3", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Overview", + "target": "_self" + }, + "children": [ + { + "text": "Overview" + } + ], + "uid": "f400319bee8e4327aa7732db17f59a51" + }, + { + "text": "" + } + ] + }, + { + "uid": "4c60b68023cc431d927220ad90139f73", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "a95cc18153494bf49218da57ee1e7577", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Create_Variant_Groups", + "target": "_self" + }, + "children": [ + { + "text": "Create Variant Groups" + } + ], + "uid": "58025cabb7024eefa9d33ae73f2fb3b3" + }, + { + "text": "" + } + ] + }, + { + "uid": "7ca40a51d4e24ef3a4ddd7ef1fccd392", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "49b975d52bb34917901c2b29bbfa79ae", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Items_Dashboard_Method", + "target": "_self" + }, + "children": [ + { + "text": "Items Dashboard Method" + } + ], + "uid": "edf5aac2aff3456190b1d166be233aef" + }, + { + "text": "" + } + ] + }, + { + "uid": "1f18a938123246a0a54d76b0fa7cc901", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "7e9fefb2ef0f4f60b925084791bb3e3b", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Full_Item_Spec_Method", + "target": "_self" + }, + "children": [ + { + "text": "Full Item Spec Method" + } + ], + "uid": "8f38f1696cbc4026b021c2cac3b1f58f" + }, + { + "text": "" + } + ] + }, + { + "uid": "2237c564900e4be78051f2ed0828a7e7", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "5f1c49523356489b8c51e65562e48cd0", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#API_Method", + "target": "_self" + }, + "children": [ + { + "text": "API Method" + } + ], + "uid": "7c78efd57d914203b2b544601b7bec80" + }, + { + "text": "" + } + ] + }, + { + "uid": "ecf445a422da4131aeb768db4a8f1d3a", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ebad26d195f445c68198bde3d821e640", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Multi-select", + "target": "_self" + }, + "children": [ + { + "text": "Multi-select Attributes" + } + ], + "uid": "c093cac882bd4cb19ee484db5c79072e" + }, + { + "text": "\t\t" + } + ] + }, + { + "uid": "5d8c4db4a4e246039f6d00d76cd7909d", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + }, + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Update_Variant_Group", + "target": "_self" + }, + "children": [ + { + "text": "Update Variant Groups" + } + ], + "uid": "f0e4fbf8b07740b6b25e25c638c7ad99" + }, + { + "text": "" + } + ] + }, + { + "uid": "db0454fa45d34e96bd578cbe5e8cd15e", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "136c51481cb24e869d514bc61e93ab2d", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Adding_Items_to_an_Existing_Group", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "target": "_self" + }, + "children": [ + { + "text": "Add Items to an Existing Variant Group" + } + ], + "uid": "85f3fb6b1f574fb0a51128b4286d9431" + }, + { + "text": "" + } + ] + }, + { + "uid": "66ef60bc86a54ff5889a672e0f76ccaa", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "429b2c65c7a14157a9eecf3eaac39794", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Removing_Items_from_a_Variant_Group", + "target": "_self" + }, + "children": [ + { + "text": "Remove Items from a Variant Group" + } + ], + "uid": "0d485c66228e4de18b2da37300a30183" + }, + { + "text": "\t" + } + ] + }, + { + "uid": "5fa7af9fe20b494bbe113ba0526b1296", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "3db5dcd39bcf45239dc21617f7a1b641", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Combine_group", + "target": "_self" + }, + "children": [ + { + "text": "Combine Two Variant Groups" + } + ], + "uid": "f67cc09b3cf945cb8af34265c0b961d6" + }, + { + "text": "\t" + } + ] + }, + { + "uid": "cf7f2edac752449189e8cfd826ad96f3", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + }, + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Separate_Group", + "target": "_self" + }, + "children": [ + { + "text": "Separate a Single Variant Group into Multiple Groups" + } + ], + "uid": "61b510b237624a13a28b910b1ad794d5" + }, + { + "text": "" + } + ] + }, + { + "uid": "40d29b4a64a74fca880293b4329e2234", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\n", + "break": true + }, + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Add_New_Attribute", + "target": "_self" + }, + "children": [ + { + "text": "Add New Variant Attributes" + } + ], + "uid": "0084486abcd14e3da7b923d77498dc91" + }, + { + "text": "" + } + ] + }, + { + "uid": "230d72eb9c2c4beaaadb210bb15bbb3a", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "31a657fa93834ef6b2a2cae98b102389", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Merged_Variant_Groups", + "target": "_self" + }, + "children": [ + { + "text": "Merged Variant Groups" + } + ], + "uid": "2126e7bf88f64f68bd35a7401123fa35" + }, + { + "text": "" + } + ] + }, + { + "uid": "5cdfff064fb046bdb3ef3bb056b40735", + "type": "fragment", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "e54af9f49c7e494dbf78a2b127259c24", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Variant_Limits", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "target": "_self" + }, + "children": [ + { + "text": "Variant Limits" + } + ], + "uid": "65ef59d207fe4653a9b553fa9957e0ec" + }, + { + "text": "\t" + } + ] + }, + { + "uid": "0d7fbf0b656248eb8e147e39c2f06e10", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "1c843288c1174e19a8213564f78ad555", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Variant_Errors", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "target": "_self" + }, + "children": [ + { + "text": "Variant Group Errors" + } + ], + "uid": "fbf5516ad94644169918ea90c4d53f3a" + }, + { + "text": "" + } + ] + }, + { + "uid": "e234ead5477b412a975f90fe090e55a8", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "d316bbdcf1e645769cc5ac06ed013e93", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Selecting_Invalid_Variant_Attributes", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "target": "_self" + }, + "uid": "20ef2eec04034a25ae0bed8a83db6d5c", + "children": [ + { + "text": "Selecting Invalid Variant Attributes" + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "9e6a4ca195aa4e43a9d0bc03dfe4fc8b", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "9c01a18934444dd8a6357fd4dabe8da7", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Variant_Group_Limits", + "target": "_self" + }, + "children": [ + { + "text": "Variant Group Limits" + } + ], + "uid": "b08cb48ba3504a03a099d8ad57a978ff" + }, + { + "text": "" + } + ] + }, + { + "uid": "8c2569e1c99b4deebcca9a79b364f70a", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "", + "break": true + } + ] + }, + { + "uid": "6f0d68b7377a4043828410f874ff6930", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t\t" + }, + { + "type": "a", + "attrs": { + "url": "#Duplicate_Variants", + "target": "_self" + }, + "children": [ + { + "text": "Duplicate Variants" + } + ], + "uid": "6e811a3e4fa04daf9acb649c13610bbe" + }, + { + "text": "" + } + ] + }, + { + "uid": "8fe9b21ac77048d3a2b825a8d693cc3a", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "772637418ede42059eb4b7241962eb26", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "\t" + }, + { + "type": "a", + "attrs": { + "url": "#Helpful_Resources", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "target": "_self" + }, + "children": [ + { + "text": "Helpful Resources" + } + ], + "uid": "a4574778d5514a2bbd110fd1c81a9eef" + }, + { + "text": "\t" + } + ] + }, + { + "uid": "596d70dcdb8e494185e3e585596dc44d", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ca86b05f032b4dedb7c9e5ff03ba1b90", + "type": "fragment", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "ab781fe7f2ba43ec952bca5436c463ca", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "4643a6cf240e43cfb3f6e328f9ef64f4", + "type": "h2", + "attrs": { + "id": "Overview", + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Overview" + } + ] + }, + { + "uid": "8dcf4b9637ac4105804d3660470f26e1", + "type": "p", + "attrs": {}, + "children": [ + { + "text": "A variant group is a group of individual " + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": "items" + } + ], + "uid": "fa12914a320c45c5b630fa9fc5958a59" + }, + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "uid" + }, + { + "text": "that only differ by a few attributes. This is what a variant group looks like on company.com:" + } + ] + }, + { + "uid": "bce9476d4323429c8b50bc6e51263a27", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "590285a62fa44fc9bb7f73dcedce5e5e", + "type": "reference", + "attrs": { + "display-type": "display", + "asset-uid": "blta78588c5804da9e9", + "content-type-uid": "sys_assets", + "asset-link": "www.test.com/example.jpeg", + "asset-name": "rtaImage_(25).jpeg", + "asset-type": "image/jpeg", + "type": "asset", + "class-name": "embedded-asset", + "inline": false, + "style": {}, + "redactor-attributes": { + "position": "left" + }, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "51e0c8f6ad3d4ceb95a651ae77b2df10", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "" + } + ] + }, + { + "uid": "745ab7eb541c4ffcaaa2c33862496238", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "**NOTE: ", + "italic": true, + "bold": true + }, + { + "italic": true, + "text": "All items in a variant group should be included as separate items in the spec sheet. For instance, if you have a T-shirt that comes in two colors and three different sizes, you should have a total of six rows with each variation defined in a separate row. " + } + ] + } + ], + "_version": 23 +} diff --git a/src/test/resources/reports/one.json b/src/test/resources/reports/one.json new file mode 100644 index 0000000..3d98093 --- /dev/null +++ b/src/test/resources/reports/one.json @@ -0,0 +1,27 @@ +{ + "uid": "a59f9108e99747d4b3358d9e22b7c685", + "type": "doc", + "attrs": { + "dirty": true + }, + "children": [ + { + "type": "p", + "uid": "a3c0687b2f694bd68ec290fd92a62330", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "A paragraph with break set as true", + "break": true + }, + { + "text": "A paragraph with line break \n and \t tab" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/test/resources/reports/wfs.json b/src/test/resources/reports/wfs.json new file mode 100644 index 0000000..6cffe74 --- /dev/null +++ b/src/test/resources/reports/wfs.json @@ -0,0 +1,253 @@ +{ + "type": "doc", + "attrs": {}, + "uid": "0fd46e86a61243c09dcc80745907766e", + "children": [ + { + "uid": "cf3a4370a7ad42f593ca3faa6a9a0f0f", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "In this article:\n\t", + "bold": true + }, + { + "uid": "3d98dd4fef7a479eb24c0630e3c45fc8", + "type": "a", + "attrs": { + "url": "#Overview", + "target": "_self" + }, + "children": [ + { + "text": "Overview" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "bcbf80bbae094aabaa38c26b3c28c064", + "type": "a", + "attrs": { + "url": "#Fulfillment", + "target": "_self" + }, + "children": [ + { + "text": "Standard Fulfillment" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "fcc1d2219e2f48438e3c8212b3bb3526", + "type": "a", + "attrs": { + "url": "#AdditionalFees", + "target": "_self" + }, + "children": [ + { + "text": "Additional Fees" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "4ff064c605dd4f2db1b1760eaec58bf0", + "type": "a", + "attrs": { + "url": "#BigBulkyFulfillment", + "target": "_self" + }, + "children": [ + { + "text": "Big & Bulky Fulfillment" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "6b8033fd36f0446691c9b6f04599b1bb", + "type": "a", + "attrs": { + "url": "#Storage", + "target": "_self" + }, + "children": [ + { + "text": "Storage" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "4bb36b3ecbec4d19b45ca65c447de57f", + "type": "a", + "attrs": { + "url": "#ProblemInventory", + "target": "_self" + }, + "children": [ + { + "text": "Problem Inventory" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "fdca6fcdaea6468e8bc84ba0260cc97b", + "type": "a", + "attrs": { + "url": "#Return", + "target": "_self" + }, + "children": [ + { + "text": "Return Shipping & Exceptions" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "43a9d8dd407f41dfa997a1456a46f15e", + "type": "a", + "attrs": { + "url": "#DisposalRemoval", + "target": "_self" + }, + "children": [ + { + "text": "Disposal & Removal" + } + ] + }, + { + "text": "\n\t" + }, + { + "uid": "4184bc290b2e49a09bf0b8eecab10507", + "type": "a", + "attrs": { + "url": "#AdditionalPrograms", + "target": "_self" + }, + "children": [ + { + "text": "Additional WFS Programs" + } + ] + }, + { + "text": "" + } + ] + }, + { + "uid": "5ea4088502954f129c0a7c808379c871", + "type": "h2", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr", + "id": "Overview" + }, + "children": [ + { + "type": "fragment", + "attrs": { + "id": "Overview" + }, + "uid": "5db3cc4ecdc04465b1a02d79e4ff82dd", + "children": [ + { + "text": "Overview", + "id": "" + } + ] + } + ] + }, + { + "uid": "ad5dcf980577497d9f548b2594177f5a", + "type": "p", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Fulfillment Services is a competitive and cost-effective solution that offers an end-to-end ecommerce fulfillment experience. Our fee structure is simple and straightforward, without signup or monthly subscription fees. You're also free to ship and store any amount of inventory you choose, without minimums or maximums. Use the" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "996c2a6e620b4866af4696c8565752b9" + }, + { + "text": "" + }, + { + "type": "a", + "attrs": { + "url": "www.abcd.com/?_gl=1*1t4i6i1*_ga*OTkwMDc3NzQuMTY1MjM3NjY3Nw..*_ga_1LB22TM2MG*MTY1MjcyNDU5My41OS4xLjE2NTI3MjY5NzIuMA.." + }, + "children": [ + { + "text": "WFS Calculator" + } + ], + "uid": "f9de9f6827ac4768b039fbfd99b2829a" + }, + { + "text": "" + }, + { + "type": "span", + "attrs": {}, + "children": [ + { + "text": " " + } + ], + "uid": "744594825c234deaa3439357297756b4" + }, + { + "text": "to estimate your fulfillment and storage fees." + }, + { + "text": "\n", + "break": true + }, + { + "text": "\nThe following fees are effective as of August 2023 and are subject to change." + } + ] + } + ] +} \ No newline at end of file diff --git a/src/test/resources/reports/wfs_fees.json b/src/test/resources/reports/wfs_fees.json new file mode 100644 index 0000000..ab2364a --- /dev/null +++ b/src/test/resources/reports/wfs_fees.json @@ -0,0 +1,44 @@ +{ + "uid": "a59f9108e99747d4b3358d9e22b7c685", + "type": "doc", + "attrs": { + "dirty": true + }, + "children": [ + { + "type": "p", + "uid": "a3c0687b2f694bd68ec290fd92a62330", + "attrs": { + "style": {}, + "redactor-attributes": {}, + "dir": "ltr" + }, + "children": [ + { + "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. " + }, + { + "text": "\n\n\n\t\t\t\t" + }, + { + "text": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. " + }, + { + "text": "\n", + "break": true + }, + { + "text": "Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. " + }, + { + "text": "\n\t", + "break": true + }, + { + "text": "Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." + } + ] + } + ], + "_version": 2 +} \ No newline at end of file